aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_vti.c
diff options
context:
space:
mode:
authorSteffen Klassert <steffen.klassert@secunet.com>2014-02-21 08:41:11 +0100
committerSteffen Klassert <steffen.klassert@secunet.com>2014-02-25 07:04:19 +0100
commit895de9a3488abcdd186680f0af3cce7f2d4d4a6e (patch)
tree685d68f7f417e35392c2e18be05686c8b749778a /net/ipv4/ip_vti.c
parentvti4: Check the tunnel endpoints of the xfrm state and the vti interface (diff)
downloadlinux-dev-895de9a3488abcdd186680f0af3cce7f2d4d4a6e.tar.xz
linux-dev-895de9a3488abcdd186680f0af3cce7f2d4d4a6e.zip
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.c1
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;