]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit41b0db90497ea34c0b976b4fe52fc8ff0dbf1d9a
tree7514e229b61cad8086893080c7dca04262549c34
parent1afdda6f6b20760ba10f54d28f731f5ff7777c94
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