diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv4/ipcomp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/ipcomp.c b/net/ipv4/ipcomp.c index 9a46daed2f3c..f01d1b1aff7f 100644 --- a/net/ipv4/ipcomp.c +++ b/net/ipv4/ipcomp.c | |||
@@ -163,6 +163,7 @@ static const struct net_protocol ipcomp4_protocol = { | |||
163 | .handler = xfrm4_rcv, | 163 | .handler = xfrm4_rcv, |
164 | .err_handler = ipcomp4_err, | 164 | .err_handler = ipcomp4_err, |
165 | .no_policy = 1, | 165 | .no_policy = 1, |
166 | .netns_ok = 1, | ||
166 | }; | 167 | }; |
167 | 168 | ||
168 | static int __init ipcomp4_init(void) | 169 | static int __init ipcomp4_init(void) |