[GRE]: Allow for IPPROTO_GRE protocol in namespaces.

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>
This commit is contained in:
Pavel Emelyanov 2008-04-16 01:11:36 -07:00 committed by David S. Miller
parent 0b67eceb19
commit f96c148fd5

View file

@ -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)