nexthop: Remove in-kernel route notifications when nexthop changes
authorIdo Schimmel <idosch@nvidia.com>
Wed, 4 Nov 2020 13:30:36 +0000 (15:30 +0200)
committerJakub Kicinski <kuba@kernel.org>
Fri, 6 Nov 2020 19:28:50 +0000 (11:28 -0800)
commitbbea126c2badf677925e46083d708ca292c530f6
tree7514e229b61cad8086893080c7dca04262549c34
parent975ff7f3324af33e218e3d0abf5797c2b67f97d7
nexthop: Remove in-kernel route notifications when nexthop changes

Remove in-kernel route notifications when the configuration of their
nexthop changes.

These notifications are unnecessary because the route still uses the
same nexthop ID. A separate notification for the nexthop change itself
is now sent in the nexthop notification chain.

Signed-off-by: Ido Schimmel <idosch@nvidia.com>
Reviewed-by: David Ahern <dsahern@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ipv4/fib_trie.c
net/ipv6/route.c