projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e2de80
)
vti4: Enable namespace changing
author
Steffen Klassert
<steffen.klassert@secunet.com>
Fri, 21 Feb 2014 07:41:11 +0000
(08:41 +0100)
committer
Steffen Klassert
<steffen.klassert@secunet.com>
Tue, 25 Feb 2014 06:04:19 +0000
(07:04 +0100)
vti4 is now fully namespace aware, so allow namespace changing
for vti devices
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
net/ipv4/ip_vti.c
patch
|
blob
|
history
diff --git
a/net/ipv4/ip_vti.c
b/net/ipv4/ip_vti.c
index 9471893df47c1607b30c2e5d8ab1a6bfb17a7ad7..687ddef4e5747274fc9c248b73d3869ed57fe21f 100644
(file)
--- 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;