]> Pileus Git - ~andy/linux/commitdiff
ipcomp: Mark as netns_ok.
authorDavid S. Miller <davem@davemloft.net>
Mon, 4 Feb 2013 20:46:15 +0000 (15:46 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Feb 2013 20:46:15 +0000 (15:46 -0500)
This module is namespace aware, netns_ok was just disabled by default
for sanity.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ipcomp.c

index 9a46daed2f3c05be9ed82138edac731fcc571145..f01d1b1aff7f0a08b0020055ae65e26f792a0379 100644 (file)
@@ -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)