patch-2.4.27 linux-2.4.27/net/ipv4/ip_gre.c
Next file: linux-2.4.27/net/ipv4/ip_input.c
Previous file: linux-2.4.27/net/ipv4/igmp.c
Back to the patch index
Back to the overall index
- Lines: 30
- Date:
2004-08-07 16:26:06.862437505 -0700
- Orig file:
linux-2.4.26/net/ipv4/ip_gre.c
- Orig date:
2003-11-28 10:26:21.000000000 -0800
diff -urN linux-2.4.26/net/ipv4/ip_gre.c linux-2.4.27/net/ipv4/ip_gre.c
@@ -644,13 +644,7 @@
skb->dev = tunnel->dev;
dst_release(skb->dst);
skb->dst = NULL;
-#ifdef CONFIG_NETFILTER
- nf_conntrack_put(skb->nfct);
- skb->nfct = NULL;
-#ifdef CONFIG_NETFILTER_DEBUG
- skb->nf_debug = 0;
-#endif
-#endif
+ nf_reset(skb);
ipgre_ecn_decapsulate(iph, skb);
netif_rx(skb);
read_unlock(&ipgre_lock);
@@ -876,13 +870,7 @@
}
}
-#ifdef CONFIG_NETFILTER
- nf_conntrack_put(skb->nfct);
- skb->nfct = NULL;
-#ifdef CONFIG_NETFILTER_DEBUG
- skb->nf_debug = 0;
-#endif
-#endif
+ nf_reset(skb);
IPTUNNEL_XMIT();
tunnel->recursion--;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)