mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 21:51:40 +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…
Reference in New Issue
Block a user