l2tp_eth: allow to set a specific mac address
[deliverable/linux.git] / net / l2tp / l2tp_eth.c
index edb78e69efe47ad3bd2895ceb1a0d5aaf61cfc38..781b3a226ba73204aa9ff68923ae2385a88e7205 100644 (file)
@@ -126,6 +126,7 @@ static struct net_device_ops l2tp_eth_netdev_ops = {
        .ndo_uninit             = l2tp_eth_dev_uninit,
        .ndo_start_xmit         = l2tp_eth_dev_xmit,
        .ndo_get_stats64        = l2tp_eth_get_stats64,
+       .ndo_set_mac_address    = eth_mac_addr,
 };
 
 static void l2tp_eth_dev_setup(struct net_device *dev)
This page took 0.023928 seconds and 5 git commands to generate.