diff options
Diffstat (limited to 'net/ipv4/udplite.c')
-rw-r--r-- | net/ipv4/udplite.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/udplite.c b/net/ipv4/udplite.c index ddf4cc432796..53f3ed496328 100644 --- a/net/ipv4/udplite.c +++ b/net/ipv4/udplite.c | |||
@@ -31,6 +31,7 @@ static struct net_protocol udplite_protocol = { | |||
31 | .handler = udplite_rcv, | 31 | .handler = udplite_rcv, |
32 | .err_handler = udplite_err, | 32 | .err_handler = udplite_err, |
33 | .no_policy = 1, | 33 | .no_policy = 1, |
34 | .netns_ok = 1, | ||
34 | }; | 35 | }; |
35 | 36 | ||
36 | DEFINE_PROTO_INUSE(udplite) | 37 | DEFINE_PROTO_INUSE(udplite) |