diff options
author | Ratan Gupta <ratagupt@in.ibm.com> | 2017-08-18 17:10:07 +0530 |
---|---|---|
committer | Ratan Gupta <ratagupt@in.ibm.com> | 2017-09-09 00:44:57 +0530 |
commit | bd303b1097695f6e6ddadef96d64476830fbdc19 (patch) | |
tree | 930362073665d9a0d1c881f07eb5d4e7c4ba580b /vlan_interface.cpp | |
parent | 4f67dac2061f5fafbae83aba9d44029b994275a7 (diff) | |
download | phosphor-networkd-bd303b1097695f6e6ddadef96d64476830fbdc19.tar.gz phosphor-networkd-bd303b1097695f6e6ddadef96d64476830fbdc19.zip |
Implement Set function for MAC address
Change-Id: I16992dda259246a66512792f06cbbb874e56a15d
Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
Diffstat (limited to 'vlan_interface.cpp')
-rw-r--r-- | vlan_interface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vlan_interface.cpp b/vlan_interface.cpp index 8684a73..8f7c5ce 100644 --- a/vlan_interface.cpp +++ b/vlan_interface.cpp @@ -33,7 +33,7 @@ VlanInterface::VlanInterface(sdbusplus::bus::bus& bus, { id(vlanID); VlanIface::interfaceName(EthernetInterface::interfaceName()); - mACAddress(parentInterface.mACAddress()); + MacAddressIntf::mACAddress(parentInterface.mACAddress()); emit_object_added(); } |