--- 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); }