Fri, May 05, 2017 at 10:52:47PM CEST, vyasev...@gmail.com wrote: >This is a version 4 series came out of the conversation that started >as a result my first attempt to add netdevice event info to netlink messages. > >First is the patch to add IFLA_EVENT attribute to the netlink message. It >supports only currently white-listed events. >Like before, this is just an attribute that gets added to the rtnetlink >message only when the messaged was generated as a result of a netdev event. >In my case, this is necessary since I want to trap NETDEV_NOTIFY_PEERS >event (also possibly NETDEV_RESEND_IGMP event) and perform certain actions >in user space. This is not possible since the messages generated as
What are you trying to do in userspace if I may ask.