]> err.no Git - linux-2.6/blobdiff - net/ipv4/tunnel4.c
tcp: TCP connection times out if ICMP frag needed is delayed
[linux-2.6] / net / ipv4 / tunnel4.c
index 978b3fd61e65533f3cf01f26521fc6f406288fac..d3b709a6f2644e0ff400ff4dfe8dd80d66efce51 100644 (file)
@@ -136,6 +136,7 @@ static struct net_protocol tunnel4_protocol = {
        .handler        =       tunnel4_rcv,
        .err_handler    =       tunnel4_err,
        .no_policy      =       1,
+       .netns_ok       =       1,
 };
 
 #if defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE)
@@ -143,6 +144,7 @@ static struct net_protocol tunnel64_protocol = {
        .handler        =       tunnel64_rcv,
        .err_handler    =       tunnel64_err,
        .no_policy      =       1,
+       .netns_ok       =       1,
 };
 #endif