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:
26be8e2
)
vti6: Enable namespace changing
author
Steffen Klassert
<steffen.klassert@secunet.com>
Fri, 14 Mar 2014 06:28:09 +0000
(07:28 +0100)
committer
Steffen Klassert
<steffen.klassert@secunet.com>
Fri, 14 Mar 2014 06:28:09 +0000
(07:28 +0100)
vti6 is now fully namespace aware, so allow namespace changing
for vti devices.
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
net/ipv6/ip6_vti.c
patch
|
blob
|
history
diff --git
a/net/ipv6/ip6_vti.c
b/net/ipv6/ip6_vti.c
index 6085793123750f6f6b4cf302e5eed6b7e05a3a2e..b7c0f827140b402685cc29049cb56646471c2cf2 100644
(file)
--- 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;
}