vrf: plug skb leaks
authorNikolay Aleksandrov <nikolay@cumulusnetworks.com>
Wed, 19 Aug 2015 03:12:29 +0000 (06:12 +0300)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Aug 2015 19:59:42 +0000 (12:59 -0700)
commit57b8efa1a5e4baf3dfca8d5d7bfb946bd44ff390
tree7c932d050bbcf8057793985a9fb9a4ee9c662b9b
parent18041e31743d278b6323518d20a2ef656c3cc689
vrf: plug skb leaks

Currently whenever a packet different from ETH_P_IP is sent through the
VRF device it is leaked so plug the leaks and properly drop these
packets.

Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
Acked-by: David Ahern <dsa@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vrf.c
This page took 0.038376 seconds and 5 git commands to generate.