summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/apm
diff options
context:
space:
mode:
authorDavid Ahern <dsa@cumulusnetworks.com>2015-08-19 18:40:31 (GMT)
committerDavid S. Miller <davem@davemloft.net>2015-08-20 21:42:39 (GMT)
commit4c9bcd117918ba6096d01194565e9d1814e5ef22 (patch)
treeda0247bb0bf48354e8c8d2ec087e7c3640b771ac /drivers/net/ethernet/apm
parenteb4cb85180cd3baee4a01fd32e296fc28c2cffc1 (diff)
downloadlinux-4c9bcd117918ba6096d01194565e9d1814e5ef22.tar.xz
net: Fix nexthop lookups
Andreas reported breakage adding routes with local nexthops: $ ip route show table main ... 172.28.0.0/24 dev vnf-xe1p0 proto kernel scope link src 172.28.0.16 $ ip route add 10.0.0.0/8 via 172.28.0.32 table 100 dev vnf-xe1p0 RTNETLINK answers: Resource temporarily unavailable 3bfd847203c changed the lookup to use the passed in table but for cases like this the nexthop is in the local table rather than the passed in table. Fixes: 3bfd847203c ("net: Use passed in table for nexthop lookups") Reported-by: Andreas Schultz <aschultz@tpip.net> Signed-off-by: David Ahern <dsa@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/apm')
0 files changed, 0 insertions, 0 deletions