OSDN Git Service

net: bridge: vlan: add rtnetlink group and notify support
authorNikolay Aleksandrov <nikolay@cumulusnetworks.com>
Tue, 14 Jan 2020 17:56:13 +0000 (19:56 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Jan 2020 12:48:18 +0000 (13:48 +0100)
commitcf5bddb95cbe5340e486e84d46cf2f0bb324078c
tree923bb238f1560e66f220e385b647971b476c19b1
parent0ab558795184f87b532363e262357160d25f5d64
net: bridge: vlan: add rtnetlink group and notify support

Add a new rtnetlink group for bridge vlan notifications - RTNLGRP_BRVLAN
and add support for sending vlan notifications (both single and ranges).
No functional changes intended, the notification support will be used by
later patches.

Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/rtnetlink.h
net/bridge/br_private.h
net/bridge/br_vlan.c