diff options
author | Steffen Klassert <steffen.klassert@secunet.com> | 2014-02-21 08:41:11 +0100 |
---|---|---|
committer | Steffen Klassert <steffen.klassert@secunet.com> | 2014-02-25 07:04:19 +0100 |
commit | 895de9a3488abcdd186680f0af3cce7f2d4d4a6e (patch) | |
tree | 685d68f7f417e35392c2e18be05686c8b749778a /net/ipv4/ip_vti.c | |
parent | 6e2de802af32704d9bc4af0c437da7045960112b (diff) | |
download | linux-895de9a3488abcdd186680f0af3cce7f2d4d4a6e.tar.bz2 |
vti4: Enable namespace changing
vti4 is now fully namespace aware, so allow namespace changing
for vti devices
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'net/ipv4/ip_vti.c')
-rw-r--r-- | net/ipv4/ip_vti.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/ip_vti.c b/net/ipv4/ip_vti.c index 9471893df47c..687ddef4e574 100644 --- a/net/ipv4/ip_vti.c +++ b/net/ipv4/ip_vti.c @@ -354,7 +354,6 @@ static int vti_tunnel_init(struct net_device *dev) dev->flags = IFF_NOARP; dev->iflink = 0; dev->addr_len = 4; - dev->features |= NETIF_F_NETNS_LOCAL; dev->features |= NETIF_F_LLTX; dev->priv_flags &= ~IFF_XMIT_DST_RELEASE; |