Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee923623 authored by Daniel Lezcano's avatar Daniel Lezcano Committed by David S. Miller
Browse files

veth : add the set_mac_address capability



Fix lost set_mac_address capability.

Signed-off-by: default avatarDaniel Lezcano <daniel.lezcano@free.fr>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b956d411
Loading
Loading
Loading
Loading
+5 −4
Original line number Original line Diff line number Diff line
@@ -267,6 +267,7 @@ static const struct net_device_ops veth_netdev_ops = {
	.ndo_open            = veth_open,
	.ndo_open            = veth_open,
	.ndo_start_xmit      = veth_xmit,
	.ndo_start_xmit      = veth_xmit,
	.ndo_get_stats       = veth_get_stats,
	.ndo_get_stats       = veth_get_stats,
	.ndo_set_mac_address = eth_mac_addr,
};
};


static void veth_setup(struct net_device *dev)
static void veth_setup(struct net_device *dev)