summaryrefslogtreecommitdiff
path: root/include/Device/Device.h
diff options
context:
space:
mode:
authorVolodymyr Vorobiov <volodymyr.vorobiov@globallogic.com>2024-02-23 15:14:37 +0200
committerVolodymyr Vorobiov <volodymyr.vorobiov@globallogic.com>2024-02-23 15:14:37 +0200
commit678806fafbcb7f44e0b5fc6d72441044a2b20e53 (patch)
treeb59633d3d30663d6b9f3240792c2fcf2739e0f99 /include/Device/Device.h
parent404810002f0b4ce92a027376f946f077eefefb27 (diff)
downloadmts-io-sysfs-678806fafbcb7f44e0b5fc6d72441044a2b20e53.tar.gz
mts-io-sysfs-678806fafbcb7f44e0b5fc6d72441044a2b20e53.tar.bz2
mts-io-sysfs-678806fafbcb7f44e0b5fc6d72441044a2b20e53.zip
[MTX-5246] IoT Router 2023: Add 2nd MAC address in mts-io for using by eth1 GP-2271
Diffstat (limited to 'include/Device/Device.h')
-rw-r--r--include/Device/Device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Device/Device.h b/include/Device/Device.h
index 42dad24..bcf0cff 100644
--- a/include/Device/Device.h
+++ b/include/Device/Device.h
@@ -164,6 +164,7 @@ class Device {
void mapFileToCapability();
void mapFirmware();
void mapMacAddress2();
+ void mapMacAddress2Iotr();
void printDir(const std::string dir_name,
std::vector<std::string> &results);
void printJson();