projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a82640
)
[IPIP]: Allow for IPPROTO_IPIP protocol in namespaces.
author
Pavel Emelyanov
<xemul@openvz.org>
Wed, 16 Apr 2008 08:06:56 +0000
(
01:06
-0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 16 Apr 2008 08:06:56 +0000
(
01:06
-0700)
This one was disabled by default for sanity.
Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tunnel4.c
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv4/tunnel4.c
b/net/ipv4/tunnel4.c
index 978b3fd61e65533f3cf01f26521fc6f406288fac..cc4cd0e518cc97ba036710d2dce675e9ddc0ac2f 100644
(file)
--- a/
net/ipv4/tunnel4.c
+++ b/
net/ipv4/tunnel4.c
@@
-136,6
+136,7
@@
static struct net_protocol tunnel4_protocol = {
.handler = tunnel4_rcv,
.err_handler = tunnel4_err,
.no_policy = 1,
+ .netns_ok = 1,
};
#if defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE)