aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_vti.c
diff options
context:
space:
mode:
authorSteffen Klassert <steffen.klassert@secunet.com>2014-03-14 07:28:09 +0100
committerSteffen Klassert <steffen.klassert@secunet.com>2014-03-14 07:28:09 +0100
commit61220ab349485d911083d0b7990ccd3db6c63297 (patch)
tree97cd0995ce531e8bddb0f807404415477828506e /net/ipv6/ip6_vti.c
parentvti6: Check the tunnel endpoints of the xfrm state and the vti interface (diff)
downloadlinux-dev-61220ab349485d911083d0b7990ccd3db6c63297.tar.xz
linux-dev-61220ab349485d911083d0b7990ccd3db6c63297.zip
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>
Diffstat (limited to 'net/ipv6/ip6_vti.c')
-rw-r--r--net/ipv6/ip6_vti.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv6/ip6_vti.c b/net/ipv6/ip6_vti.c
index 608579312375..b7c0f827140b 100644
--- a/net/ipv6/ip6_vti.c
+++ b/net/ipv6/ip6_vti.c
@@ -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;
}