diff options
Diffstat (limited to 'ethernet_interface.hpp')
-rw-r--r-- | ethernet_interface.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ethernet_interface.hpp b/ethernet_interface.hpp index 29d377e..5283da4 100644 --- a/ethernet_interface.hpp +++ b/ethernet_interface.hpp @@ -140,10 +140,11 @@ class EthernetInterface : public Ifaces InterfaceInfo getInterfaceInfo() const; /** @brief get the mac address of the interface. + * @param[in] interfaceName - Network interface name. * @return macaddress on success */ - std::string getMACAddress() const; + std::string getMACAddress(const std::string& interfaceName) const; /** @brief construct the ip address dbus object path. * @param[in] addressType - Type of ip address. |