]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: Add IPv6 multipath notifications for add / replace
authorIdo Schimmel <idosch@mellanox.com>
Tue, 18 Jun 2019 15:12:48 +0000 (18:12 +0300)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 Jun 2019 16:45:36 +0000 (09:45 -0700)
commit82ef21d0b0f7089d161e6881c53cf0b70a5ff72a
tree8a92cc3a8342c14f718d59a14b950d11d462e399
parent5b37e3a0ddca16206a9411f93bc0eca2805ed651
ipv6: Add IPv6 multipath notifications for add / replace

Emit a notification when a multipath routes is added or replace.

Note that unlike the replace notifications sent from fib6_add_rt2node(),
it is possible we are sending a 'FIB_EVENT_ENTRY_REPLACE' when a route
was merely added and not replaced.

Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Reviewed-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/route.c