On 4/4/17 9:25 AM, Vladislav Yasevich wrote: > Add IFLA_EVENT handling so that event types can be viewed with > 'monitor' command. This gives a little more information for why > a given message was receivied. > > Signed-off-by: Vladislav Yasevich <vyase...@redhat.com> > --- > include/linux/if_link.h | 21 +++++++++++++++++++++ > ip/ipaddress.c | 31 +++++++++++++++++++++++++++++++ > 2 files changed, 52 insertions(+)
per comments on the email thread about reducing notifications, the kernel patch for this should be reverted (and hence this iproute2 patch is not needed) in favor of using a bitmask. Right now there are too many redundant notifications to userspace. Vlad: can you look at a bitmask version of IFLA_EVENT that shows what changed in the newlink message from do_setlink()?