daemon: refactored usages of hwaddr to mac and be consistent everywhere

This commit is contained in:
Blake Harnden 2020-06-16 23:25:26 -07:00
parent a1734c3bc0
commit f4671ab2b8
8 changed files with 40 additions and 40 deletions

View file

@ -466,7 +466,7 @@ def iface_to_proto(iface: CoreInterface) -> core_pb2.Interface:
id=iface.node_id,
net_id=net_id,
name=iface.name,
mac=iface.hwaddr,
mac=iface.mac,
mtu=iface.mtu,
flow_id=iface.flow_id,
ip4=ip4,