mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 07:50:04 +00:00
tun: Fix SIOCSIFHWADDR error.
Set proper operations. Signed-off-by: Kusanagi Kouichi <slash@ma.neweb.ne.jp> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
36f8b92383
commit
7a0a9608e4
@ -343,7 +343,7 @@ static void tun_net_init(struct net_device *dev)
|
||||
break;
|
||||
|
||||
case TUN_TAP_DEV:
|
||||
dev->netdev_ops = &tun_netdev_ops;
|
||||
dev->netdev_ops = &tap_netdev_ops;
|
||||
/* Ethernet TAP Device */
|
||||
ether_setup(dev);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user