Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)