Re: [PATCH net-next] net: Do not drop to make_route if oif is l3mdev

2015-10-08 Thread David Miller
From: David Ahern Date: Wed, 7 Oct 2015 08:40:13 -0700 > Commit deaa0a6a930 ("net: Lookup actual route when oif is VRF device") > exposed a bug in __ip_route_output_key_hash for VRF devices: on FIB lookup > failure if the oif is specified the current logic drops to make_route on > the assumption

[PATCH net-next] net: Do not drop to make_route if oif is l3mdev

2015-10-07 Thread David Ahern
Commit deaa0a6a930 ("net: Lookup actual route when oif is VRF device") exposed a bug in __ip_route_output_key_hash for VRF devices: on FIB lookup failure if the oif is specified the current logic drops to make_route on the assumption that the route tables are wrong. For VRF/L3 master devices this l