veth : add the set_mac_address capability

Fix lost set_mac_address capability.

Signed-off-by: Daniel Lezcano <daniel.lezcano@free.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by Daniel Lezcano and committed by David S. Miller ee923623 b956d411

+5 -4
+5 -4
drivers/net/veth.c
··· 263 } 264 265 static const struct net_device_ops veth_netdev_ops = { 266 - .ndo_init = veth_dev_init, 267 - .ndo_open = veth_open, 268 - .ndo_start_xmit = veth_xmit, 269 - .ndo_get_stats = veth_get_stats, 270 }; 271 272 static void veth_setup(struct net_device *dev)
··· 263 } 264 265 static const struct net_device_ops veth_netdev_ops = { 266 + .ndo_init = veth_dev_init, 267 + .ndo_open = veth_open, 268 + .ndo_start_xmit = veth_xmit, 269 + .ndo_get_stats = veth_get_stats, 270 + .ndo_set_mac_address = eth_mac_addr, 271 }; 272 273 static void veth_setup(struct net_device *dev)