summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2024-02-23 16:44:24 -0600
committerJohn Klug <john.klug@multitech.com>2024-02-23 16:44:24 -0600
commit3cd85e811ffcdd481cae20c76c045134b0ba3f3d (patch)
treeb59633d3d30663d6b9f3240792c2fcf2739e0f99 /include
parent404810002f0b4ce92a027376f946f077eefefb27 (diff)
parent678806fafbcb7f44e0b5fc6d72441044a2b20e53 (diff)
downloadmts-io-sysfs-3cd85e811ffcdd481cae20c76c045134b0ba3f3d.tar.gz
mts-io-sysfs-3cd85e811ffcdd481cae20c76c045134b0ba3f3d.tar.bz2
mts-io-sysfs-3cd85e811ffcdd481cae20c76c045134b0ba3f3d.zip
Merge branch 'vv/iotr_mac_eth1' into 'master'
[MTX-5246] IoT Router 2023: Add 2nd MAC address in mts-io for using by eth1 GP-2271 See merge request !18
Diffstat (limited to 'include')
-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();