ipv6: Stop sending in-kernel notifications for each nexthop
authorIdo Schimmel <idosch@mellanox.com>
Tue, 18 Jun 2019 15:12:57 +0000 (18:12 +0300)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 Jun 2019 16:45:37 +0000 (09:45 -0700)
commitd5382fef70ce273608d6fc652c24f075de3737ef
tree2e7abb00e11ddb279c6456e7280981f8d36a337f
parent2d9dd7ec79fb656852837c3821a3cb49dd464e76
ipv6: Stop sending in-kernel notifications for each nexthop

Both listeners - mlxsw and netdevsim - of IPv6 FIB notifications are now
ready to handle IPv6 multipath notifications.

Therefore, stop ignoring such notifications in both drivers and stop
sending notification for each added / deleted nexthop.

v2:
* Remove 'multipath_rt' from 'struct fib6_entry_notifier_info'

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>
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
drivers/net/netdevsim/fib.c
include/net/ip6_fib.h
net/ipv6/ip6_fib.c