net sched filters: pass netlink message flags in event notification
authorRoman Mashak <mrv@mojatatu.com>
Wed, 16 Nov 2016 22:16:10 +0000 (17:16 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Nov 2016 18:42:12 +0000 (13:42 -0500)
commit30a391a13ab9215d7569da4e1773c5bb4deed96d
tree20250119f6658ad14b0cc09d8512de29a621d319
parentb5c2d49544e5930c96e2632a7eece3f4325a1888
net sched filters: pass netlink message flags in event notification

Userland client should be able to read an event, and reflect it back to
the kernel, therefore it needs to extract complete set of netlink flags.

For example, this will allow "tc monitor" to distinguish Add and Replace
operations.

Signed-off-by: Roman Mashak <mrv@mojatatu.com>
Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/cls_api.c