[Devel] [PATCH COMMIT] diff-ipt-nf-dbg-arp-20030317
xemul at sw.ru
xemul at sw.ru
Mon Jun 5 04:21:01 PDT 2006
Added to 026test014
Patch from OpenVZ team <devel at openvz.org>
Clean skb->nf_debug before packet re-process
(#19592)
-------------- next part --------------
--- linux-2.4.20-019test002/net/ipv4/arp.c Thu Mar 13 13:15:51 2003
+++ linux-2.4.20-019test003/net/ipv4/arp.c Mon Mar 17 13:48:08 2003
@@ -597,6 +597,9 @@
static void parp_redo(struct sk_buff *skb)
{
+#if defined(CONFIG_NETFILTER) && defined(CONFIG_NETFILTER_DEBUG)
+ skb->nf_debug = 0;
+#endif
arp_process(skb);
}
More information about the Devel
mailing list