Re: [PATCH V7 net-next iproute] ip: Add IFLA_EVENT output to ip monitor

2017-06-05 Thread Stephen Hemminger
On Thu, 1 Jun 2017 11:01:16 -0400 Vladislav Yasevich wrote: > Add IFLA_EVENT output so that event types can be viewed with > 'monitor' command. This gives a little more information for why > a given message was received. > > Signed-off-by: Vladislav Yasevich Applied to net-next.

[PATCH V7 net-next iproute] ip: Add IFLA_EVENT output to ip monitor

2017-06-01 Thread Vladislav Yasevich
Add IFLA_EVENT output so that event types can be viewed with 'monitor' command. This gives a little more information for why a given message was received. Signed-off-by: Vladislav Yasevich --- v7: change the names to make it more generic then just netdev events. Updated initialization. inc