@@ -49,7 +49,7 @@ NetDev.Description, config_parse_string,
4949NetDev.Name, config_parse_ifname, 0, offsetof(NetDev, ifname)
5050NetDev.Kind, config_parse_netdev_kind, 0, offsetof(NetDev, kind)
5151NetDev.MTUBytes, config_parse_mtu, AF_UNSPEC, offsetof(NetDev, mtu)
52- NetDev.MACAddress, config_parse_hw_addr, ETH_ALEN, offsetof(NetDev, hw_addr)
52+ NetDev.MACAddress, config_parse_netdev_hw_addr, ETH_ALEN, offsetof(NetDev, hw_addr)
5353VLAN.Id, config_parse_vlanid, 0, offsetof(VLan, id)
5454VLAN.Protocol, config_parse_vlanprotocol, 0, offsetof(VLan, protocol)
5555VLAN.GVRP, config_parse_tristate, 0, offsetof(VLan, gvrp)
@@ -111,7 +111,7 @@ L2TPSession.PeerSessionId, config_parse_l2tp_session_id,
111111L2TPSession.Layer2SpecificHeader, config_parse_l2tp_session_l2spec, 0, 0
112112L2TPSession.Name, config_parse_l2tp_session_name, 0, 0
113113Peer.Name, config_parse_ifname, 0, offsetof(Veth, ifname_peer)
114- Peer.MACAddress, config_parse_hw_addr, ETH_ALEN, offsetof(Veth, hw_addr_peer)
114+ Peer.MACAddress, config_parse_netdev_hw_addr, ETH_ALEN, offsetof(Veth, hw_addr_peer)
115115VXCAN.Peer, config_parse_ifname, 0, offsetof(VxCan, ifname_peer)
116116VXLAN.VNI, config_parse_uint32, 0, offsetof(VxLan, vni)
117117VXLAN.Id, config_parse_uint32, 0, offsetof(VxLan, vni) /* deprecated */
0 commit comments