[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>
This commit is contained in:
committed by
David S. Miller
parent
7a97146cc6
commit
b0970c428b
@@ -144,6 +144,7 @@ static struct net_protocol tunnel64_protocol = {
|
|||||||
.handler = tunnel64_rcv,
|
.handler = tunnel64_rcv,
|
||||||
.err_handler = tunnel64_err,
|
.err_handler = tunnel64_err,
|
||||||
.no_policy = 1,
|
.no_policy = 1,
|
||||||
|
.netns_ok = 1,
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user