diff options
Diffstat (limited to 'vlan_interface.cpp')
-rw-r--r-- | vlan_interface.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vlan_interface.cpp b/vlan_interface.cpp index 88e3c10..acf66db 100644 --- a/vlan_interface.cpp +++ b/vlan_interface.cpp @@ -32,6 +32,7 @@ VlanInterface::VlanInterface(sdbusplus::bus::bus& bus, { id(vlanID); VlanIface::interfaceName(EthernetInterface::interfaceName()); + mACAddress(parentInterface.mACAddress()); Interfaces::emit_object_added(); } |