Skip to content

Commit

Permalink
[IPIP]: Allow for IPPROTO_IPIP protocol in namespaces.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Pavel Emelyanov authored and David S. Miller committed Apr 16, 2008
1 parent 0a82640 commit 4597a0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/ipv4/tunnel4.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4597a0c

Please sign in to comment.