]> 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)
commit20dfe78f1ac6b69ca95b10b20abb901968f7c0a9
tree8a92cc3a8342c14f718d59a14b950d11d462e399
parent8fd6c2d431c7617b7e2c8db35d2fe0a29b110afa
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