]> git.baikalelectronics.ru Git - kernel.git/commit
ip6_tunnel: dont drop packet but consume it
authorEric Dumazet <edumazet@google.com>
Thu, 19 Apr 2012 02:24:17 +0000 (02:24 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Apr 2012 18:23:55 +0000 (14:23 -0400)
commit4f0347e2d1ceac00158e6fbdac72413dafc9a51e
treeac8652288b7df8f53e2ab048ff7ab09e9cdbc9f3
parent2920bdd2aab8569722c99de67da6fa6736fda7bb
ip6_tunnel: dont drop packet but consume it

When we need to reallocate skb, we dont drop a packet.
Call consume_skb() to not confuse dropwatch.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ip6_tunnel.c