diff options
author | Nikolay Aleksandrov <nikolay@cumulusnetworks.com> | 2020-01-14 20:56:09 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-01-15 15:48:17 +0300 |
commit | 8dcea187088bce5d2f1149294ad109f022653547 (patch) | |
tree | d94a5771dbe588849fec8438e44aa07293331e90 /drivers/hid/hid-rmi.c | |
parent | 8f4cc940a149b9fe013a191d6d8dc87aee9a204f (diff) | |
download | linux-8dcea187088bce5d2f1149294ad109f022653547.tar.xz |
net: bridge: vlan: add rtm definitions and dump support
This patch adds vlan rtm definitions:
- NEWVLAN: to be used for creating vlans, setting options and
notifications
- DELVLAN: to be used for deleting vlans
- GETVLAN: used for dumping vlan information
Dumping vlans which can span multiple messages is added now with basic
information (vid and flags). We use nlmsg_parse() to validate the header
length in order to be able to extend the message with filtering
attributes later.
Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/hid/hid-rmi.c')
0 files changed, 0 insertions, 0 deletions