commit | 4f04256c983a4f115417d2009b44dcb7d70a6375 | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Fri Aug 11 17:11:14 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Aug 13 20:05:12 2017 -0700 |
tree | f7bc09a0a2c8b0432f4c7c55bf54546c52700f20 | |
parent | 9438c871b2c12f5f829156149502ce3e2d0ece76 [diff] |
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>