diff options
author | Volodymyr Vorobiov <volodymyr.vorobiov@globallogic.com> | 2024-02-23 15:14:37 +0200 |
---|---|---|
committer | Volodymyr Vorobiov <volodymyr.vorobiov@globallogic.com> | 2024-02-23 15:14:37 +0200 |
commit | 678806fafbcb7f44e0b5fc6d72441044a2b20e53 (patch) | |
tree | b59633d3d30663d6b9f3240792c2fcf2739e0f99 /include/Device/Device.h | |
parent | 404810002f0b4ce92a027376f946f077eefefb27 (diff) | |
download | mts-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.h | 1 |
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(); |