提交 fe159122 编写于 作者: A Alexander Couzens 提交者: David S. Miller

l2tp_eth: allow to set a specific mac address

Signed-off-by: NAlexander Couzens <lynxis@fe80.eu>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 d123cee2
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册