Re: [PATCH net-next v2 03/16] ipv6: Extend notifier info for multipath routes

2019-06-18 Thread David Ahern
On 6/18/19 9:12 AM, Ido Schimmel wrote: > From: Ido Schimmel > > Extend the IPv6 FIB notifier info with number of sibling routes being > notified. > > This will later allow listeners to process one notification for a > multipath routes instead of N, where N is the number of nexthops. > > Signed

[PATCH net-next v2 03/16] ipv6: Extend notifier info for multipath routes

2019-06-18 Thread Ido Schimmel
From: Ido Schimmel Extend the IPv6 FIB notifier info with number of sibling routes being notified. This will later allow listeners to process one notification for a multipath routes instead of N, where N is the number of nexthops. Signed-off-by: Ido Schimmel Acked-by: Jiri Pirko --- include/