Commit 27000929 authored by David S. Miller's avatar David S. Miller

ipcomp: Mark as netns_ok.

This module is namespace aware, netns_ok was just disabled by default
for sanity.
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7d3e673f
......@@ -163,6 +163,7 @@ static const struct net_protocol ipcomp4_protocol = {
.handler = xfrm4_rcv,
.err_handler = ipcomp4_err,
.no_policy = 1,
.netns_ok = 1,
};
static int __init ipcomp4_init(void)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment