Commit 111cfdee authored by Kirill Korotaev's avatar Kirill Korotaev Committed by David S. Miller

[IPV4]: Need to clear nf_debug parp_redo().

Signed-off-by: default avatarHarald Welte <laforge@netfilter.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 02879e96
......@@ -695,6 +695,9 @@ void arp_send(int type, int ptype, u32 dest_ip,
static void parp_redo(struct sk_buff *skb)
{
#ifdef CONFIG_NETFILTER_DEBUG
skb->nf_debug = 0;
#endif
arp_rcv(skb, skb->dev, NULL);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment