commit | b0970c428b33ee6e0aa576f58f87dde74262a441 | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Wed Apr 16 01:17:39 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 16 01:17:39 2008 -0700 |
tree | d491af23c3aead55224aa0e2c3536a4f62508bae | |
parent | 7a97146cc6e8145f65abfee36e56de7b8061c34f [diff] [blame] |
[SIT]: Allow for IPPROTO_IPV6 protocol in namespaces. 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>
diff --git a/net/ipv4/tunnel4.c b/net/ipv4/tunnel4.c index cc4cd0e..d3b709a 100644 --- a/net/ipv4/tunnel4.c +++ b/net/ipv4/tunnel4.c
@@ -144,6 +144,7 @@ .handler = tunnel64_rcv, .err_handler = tunnel64_err, .no_policy = 1, + .netns_ok = 1, }; #endif