net: dev_forward_skb should call nf_reset
authorBen Greear <greearb@candelatech.com>
Thu, 22 Jul 2010 09:54:47 +0000 (09:54 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 26 Jul 2010 04:58:46 +0000 (21:58 -0700)
With conn-track zones and probably with different network
namespaces, the netfilter logic needs to be re-calculated
on packet receive.  If the netfilter logic is not reset,
it will not be recalculated properly.  This patch adds
the nf_reset logic to dev_forward_skb.

Signed-off-by: Ben Greear <greearb@candelatech.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found