Skip to content

Commit

Permalink
ipcomp: Mark as netns_ok.
Browse files Browse the repository at this point in the history
This module is namespace aware, netns_ok was just disabled by default
for sanity.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Feb 4, 2013
1 parent 7d3e673 commit 2700092
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/ipv4/ipcomp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2700092

Please sign in to comment.