]> git.baikalelectronics.ru Git - kernel.git/commit
net: bridge: vlan: add basic option dumping support
authorNikolay Aleksandrov <nikolay@cumulusnetworks.com>
Fri, 24 Jan 2020 11:40:20 +0000 (13:40 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 24 Jan 2020 11:58:14 +0000 (12:58 +0100)
commitc8c3e644c90f4fda8914f3ecbc34a5df838d6117
tree8f1db0bb54c72d42ab9c4adbee1d7f5f5806cb5f
parent9c4216fa0e00ffb36b41b9ccbced66b8e1403d6e
net: bridge: vlan: add basic option dumping support

We'll be dumping the options for the whole range if they're equal. The
first range vlan will be used to extract the options. The commit doesn't
change anything yet it just adds the skeleton for the support. The dump
will happen when the first option is added.

Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/Makefile
net/bridge/br_private.h
net/bridge/br_vlan.c
net/bridge/br_vlan_options.c [new file with mode: 0644]