aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorPavel Emelyanov <xemul@openvz.org>2008-04-16 01:11:36 -0700
committerDavid S. Miller <davem@davemloft.net>2008-04-16 01:11:36 -0700
commitf96c148fd53a2a0dbb2d768895c7cf6951e35cc5 (patch)
tree248cd94d99ef73431bc654d5094a775bd0432da2 /net
parent[GRE]: Allow to create IPGRE tunnels in net namespaces. (diff)
downloadlinux-dev-f96c148fd53a2a0dbb2d768895c7cf6951e35cc5.tar.xz
linux-dev-f96c148fd53a2a0dbb2d768895c7cf6951e35cc5.zip
[GRE]: Allow for IPPROTO_GRE protocol in namespaces.
This one was also disabled by default for sanity. Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/ipv4/ip_gre.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/ip_gre.c b/net/ipv4/ip_gre.c
index 7ff52628a73f..2ada033406de 100644
--- a/net/ipv4/ip_gre.c
+++ b/net/ipv4/ip_gre.c
@@ -1297,6 +1297,7 @@ static int ipgre_fb_tunnel_init(struct net_device *dev)
static struct net_protocol ipgre_protocol = {
.handler = ipgre_rcv,
.err_handler = ipgre_err,
+ .netns_ok = 1,
};
static void ipgre_destroy_tunnels(struct ipgre_net *ign)