Skip to content

Commit

Permalink
[SIT]: Allow for IPPROTO_IPV6 protocol in namespaces.
Browse files Browse the repository at this point in the history
This makes sit-generated traffic enter the namespace.

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 7a97146 commit b0970c4
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 @@ -144,6 +144,7 @@ static struct net_protocol tunnel64_protocol = {
.handler = tunnel64_rcv,
.err_handler = tunnel64_err,
.no_policy = 1,
.netns_ok = 1,
};
#endif

Expand Down

0 comments on commit b0970c4

Please sign in to comment.