net: vrf: Drop local rtable and rt6_info
authorDavid Ahern <dsahern@gmail.com>
Sat, 12 Aug 2017 00:11:14 +0000 (17:11 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 Aug 2017 03:05:12 +0000 (20:05 -0700)
commit4f04256c983a4f115417d2009b44dcb7d70a6375
treef7bc09a0a2c8b0432f4c7c55bf54546c52700f20
parent9438c871b2c12f5f829156149502ce3e2d0ece76
net: vrf: Drop local rtable and rt6_info

The VRF cached rtable and rt6_info for local traffic are no longer
needed and actually prevent local traffic through enslaved devices.
Remove them.

Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vrf.c