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)
commitebee3cad835f7fe7250213225cf6d62c7cf3b2ca
tree8a92cc3a8342c14f718d59a14b950d11d462e399
parentd133e4f1fa12bff58e1203c7d6c75f993fb5dead
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