Skip to content

Commit 2700092

Browse files
committed
ipcomp: Mark as netns_ok.
This module is namespace aware, netns_ok was just disabled by default for sanity. Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 7d3e673 commit 2700092

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

net/ipv4/ipcomp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ static const struct net_protocol ipcomp4_protocol = {
163163
.handler = xfrm4_rcv,
164164
.err_handler = ipcomp4_err,
165165
.no_policy = 1,
166+
.netns_ok = 1,
166167
};
167168

168169
static int __init ipcomp4_init(void)

0 commit comments

Comments
 (0)