]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit0aefe63cb3b0dff6e4e33abf656a52897d8bc982
tree65ddb88b0d63d6a52222063cb31f7041859e827d
parent17b9dcc0ef66f2614b44f93d8cbde2493f176347
[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