[IPV4]: Clear skb cb on IP input
authorStephen Hemminger <shemminger@osdl.org>
Fri, 14 Jul 2006 21:49:32 +0000 (14:49 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 14 Jul 2006 21:49:32 +0000 (14:49 -0700)
commit53602f92dd3691616478a40738353694bcfef171
tree65ddb88b0d63d6a52222063cb31f7041859e827d
parent27b437c8b7d519aac70a0254c2e04c29eff565a2
[IPV4]: Clear skb cb on IP input

when data arrives at IP through loopback (and possibly other devices).
So the field needs to be cleared before it confuses the route code.
This was seen when running netem over loopback, but there are probably
other device cases. Maybe this should go into stable?

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ip_input.c