[IPIP]: Allow for IPPROTO_IPIP protocol in namespaces.
authorPavel Emelyanov <xemul@openvz.org>
Wed, 16 Apr 2008 08:06:56 +0000 (01:06 -0700)
committerDavid 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

index 978b3fd..cc4cd0e 100644 (file)
@@ -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)