diff options
author | Steffen Klassert <steffen.klassert@secunet.com> | 2014-02-21 02:41:11 -0500 |
---|---|---|
committer | Steffen Klassert <steffen.klassert@secunet.com> | 2014-02-25 01:04:19 -0500 |
commit | 895de9a3488abcdd186680f0af3cce7f2d4d4a6e (patch) | |
tree | 685d68f7f417e35392c2e18be05686c8b749778a /net/ipv4 | |
parent | 6e2de802af32704d9bc4af0c437da7045960112b (diff) |
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')
-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) | |||
354 | dev->flags = IFF_NOARP; | 354 | dev->flags = IFF_NOARP; |
355 | dev->iflink = 0; | 355 | dev->iflink = 0; |
356 | dev->addr_len = 4; | 356 | dev->addr_len = 4; |
357 | dev->features |= NETIF_F_NETNS_LOCAL; | ||
358 | dev->features |= NETIF_F_LLTX; | 357 | dev->features |= NETIF_F_LLTX; |
359 | dev->priv_flags &= ~IFF_XMIT_DST_RELEASE; | 358 | dev->priv_flags &= ~IFF_XMIT_DST_RELEASE; |
360 | 359 | ||