patch-2.4.0-test8 linux/net/ipv6/sit.c
Next file: linux/net/netrom/af_netrom.c
Previous file: linux/net/ipv4/tcp_minisocks.c
Back to the patch index
Back to the overall index
- Lines: 29
- Date:
Mon Aug 28 12:03:11 2000
- Orig file:
v2.4.0-test7/linux/net/ipv6/sit.c
- Orig date:
Wed Aug 9 19:19:52 2000
diff -u --recursive --new-file v2.4.0-test7/linux/net/ipv6/sit.c linux/net/ipv6/sit.c
@@ -6,7 +6,7 @@
* Pedro Roque <roque@di.fc.ul.pt>
* Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
*
- * $Id: sit.c,v 1.42 2000/08/02 06:03:59 davem Exp $
+ * $Id: sit.c,v 1.43 2000/08/25 02:15:47 davem Exp $
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -401,6 +401,9 @@
#ifdef CONFIG_NETFILTER
nf_conntrack_put(skb->nfct);
skb->nfct = NULL;
+#ifdef CONFIG_NETFILTER_DEBUG
+ skb->nf_debug = 0;
+#endif
#endif
ipip6_ecn_decapsulate(iph, skb);
netif_rx(skb);
@@ -567,6 +570,9 @@
#ifdef CONFIG_NETFILTER
nf_conntrack_put(skb->nfct);
skb->nfct = NULL;
+#ifdef CONFIG_NETFILTER_DEBUG
+ skb->nf_debug = 0;
+#endif
#endif
IPTUNNEL_XMIT();
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)