Re: [PATCH net-next 02/17] netlink: Add field to skip in-kernel notifications

2019-06-16 Thread Ido Schimmel
On Sun, Jun 16, 2019 at 07:17:26PM -0600, David Ahern wrote: > On 6/15/19 8:07 AM, Ido Schimmel wrote: > > From: Ido Schimmel > > > > The struct includes a 'skip_notify' flag that indicates if netlink > > notifications to user space should be suppressed. As explained in commit > > 3b1137fe7482 ("

Re: [PATCH net-next 02/17] netlink: Add field to skip in-kernel notifications

2019-06-16 Thread David Ahern
On 6/15/19 8:07 AM, Ido Schimmel wrote: > From: Ido Schimmel > > The struct includes a 'skip_notify' flag that indicates if netlink > notifications to user space should be suppressed. As explained in commit > 3b1137fe7482 ("net: ipv6: Change notifications for multipath add to > RTA_MULTIPATH"), t

[PATCH net-next 02/17] netlink: Add field to skip in-kernel notifications

2019-06-15 Thread Ido Schimmel
From: Ido Schimmel The struct includes a 'skip_notify' flag that indicates if netlink notifications to user space should be suppressed. As explained in commit 3b1137fe7482 ("net: ipv6: Change notifications for multipath add to RTA_MULTIPATH"), this is useful to suppress per-nexthop RTM_NEWROUTE n