Skip to content

Commit

Permalink
l2tp_eth: allow to set a specific mac address
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Alexander Couzens authored and David S. Miller committed Nov 21, 2014
1 parent d123cee commit fe15912
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/l2tp/l2tp_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fe15912

Please sign in to comment.