Skip to content

Commit

Permalink
[GRE]: Allow for IPPROTO_GRE protocol in namespaces.
Browse files Browse the repository at this point in the history
This one was also disabled by default for sanity.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Pavel Emelyanov authored and David S. Miller committed Apr 16, 2008
1 parent 0b67ece commit f96c148
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/ipv4/ip_gre.c
Original file line number Diff line number Diff line change
Expand Up @@ -1297,6 +1297,7 @@ static int ipgre_fb_tunnel_init(struct net_device *dev)
static struct net_protocol ipgre_protocol = {
.handler = ipgre_rcv,
.err_handler = ipgre_err,
.netns_ok = 1,
};

static void ipgre_destroy_tunnels(struct ipgre_net *ign)
Expand Down

0 comments on commit f96c148

Please sign in to comment.