]> git.baikalelectronics.ru Git - kernel.git/commit
net: bridge: vlan: notify when global options change
authorNikolay Aleksandrov <nikolay@nvidia.com>
Mon, 19 Jul 2021 17:06:36 +0000 (20:06 +0300)
committerDavid S. Miller <davem@davemloft.net>
Tue, 20 Jul 2021 12:41:20 +0000 (05:41 -0700)
commite388caa6b632b1f5cd5ebd2c0af253fe8d6a7037
tree47d5192888e7cf91a84d4ae55684c925fa946597
parent280a37aeb087bce49c9e07f9d6ad756af34aeb90
net: bridge: vlan: notify when global options change

Add support for global options notifications. They use only RTM_NEWVLAN
since global options can only be set and are contained in a separate
vlan global options attribute. Notifications are compressed in ranges
where possible, i.e. the sequential vlan options are equal.

Signed-off-by: Nikolay Aleksandrov <nikolay@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_vlan_options.c