commit | 9ff264492ffa2ac90698e1806bf27e716a99fee8 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Thu Apr 19 02:24:17 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 19 14:23:55 2012 -0400 |
tree | ac8652288b7df8f53e2ab048ff7ab09e9cdbc9f3 | |
parent | 7426a5645f3d18daec1f7d6a24b529ec7286b800 [diff] |
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>