Commit f6b652d8 authored by Harald Welte's avatar Harald Welte Committed by David S. Miller

[IPV4]: Use nf_reset() in parp_redo().

Signed-off-by: default avatarHarald Welte <laforge@netfilter.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent db578ecc
...@@ -695,9 +695,7 @@ void arp_send(int type, int ptype, u32 dest_ip, ...@@ -695,9 +695,7 @@ void arp_send(int type, int ptype, u32 dest_ip,
static void parp_redo(struct sk_buff *skb) static void parp_redo(struct sk_buff *skb)
{ {
#ifdef CONFIG_NETFILTER_DEBUG nf_reset(skb);
skb->nf_debug = 0;
#endif
arp_rcv(skb, skb->dev, NULL); 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