mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
vti6: Enable namespace changing
vti6 is now fully namespace aware, so allow namespace changing for vti devices. Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
This commit is contained in:
parent
26be8e2db4
commit
61220ab349
@ -803,7 +803,6 @@ static void vti6_dev_setup(struct net_device *dev)
|
||||
t = netdev_priv(dev);
|
||||
dev->flags |= IFF_NOARP;
|
||||
dev->addr_len = sizeof(struct in6_addr);
|
||||
dev->features |= NETIF_F_NETNS_LOCAL;
|
||||
dev->priv_flags &= ~IFF_XMIT_DST_RELEASE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user