summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/tg3.c
diff options
context:
space:
mode:
authorJiri Pirko <jiri@resnulli.us>2014-10-13 18:34:10 +0400
committerDavid S. Miller <davem@davemloft.net>2014-10-14 23:59:37 +0400
commitf76936d07c4eeb36d8dbb64ebd30ab46ff85d9f7 (patch)
treef7363983a9fa222448f0529d595bfffd7c80d35d /drivers/net/ethernet/broadcom/tg3.c
parentad971f616aa98ea2503f1a1064637bfb4ef7b21e (diff)
downloadlinux-f76936d07c4eeb36d8dbb64ebd30ab46ff85d9f7.tar.xz
ipv4: fix nexthop attlen check in fib_nh_match
fib_nh_match does not match nexthops correctly. Example: ip route add 172.16.10/24 nexthop via 192.168.122.12 dev eth0 \ nexthop via 192.168.122.13 dev eth0 ip route del 172.16.10/24 nexthop via 192.168.122.14 dev eth0 \ nexthop via 192.168.122.15 dev eth0 Del command is successful and route is removed. After this patch applied, the route is correctly matched and result is: RTNETLINK answers: No such process Please consider this for stable trees as well. Fixes: 4e902c57417c4 ("[IPv4]: FIB configuration using struct fib_config") Signed-off-by: Jiri Pirko <jiri@resnulli.us> Acked-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/broadcom/tg3.c')
0 files changed, 0 insertions, 0 deletions