1 # SPDX-License-Identifier: GPL-2.0-only 2 # 3 # Configuration for 802.1Q VLAN support 4 # 5 6 config VLAN_8021Q 7 tristate "802.1Q/802.1ad VLAN Support" 8 help 9 Select this and you will be able to 10 on your Ethernet interfaces. 802.1Q 11 everything a regular Ethernet interf 12 firewalling, bridging, and of course 13 the 'ip' utility in order to effecti 14 See the VLAN web page for more infor 15 <http://www.candelatech.com/~greear/ 16 17 To compile this code as a module, ch 18 will be called 8021q. 19 20 If unsure, say N. 21 22 config VLAN_8021Q_GVRP 23 bool "GVRP (GARP VLAN Registration Pro 24 depends on VLAN_8021Q 25 select GARP 26 help 27 Select this to enable GVRP end-syste 28 automatic propagation of registered 29 30 If unsure, say N. 31 32 config VLAN_8021Q_MVRP 33 bool "MVRP (Multiple VLAN Registration 34 depends on VLAN_8021Q 35 select MRP 36 help 37 Select this to enable MVRP end-syste 38 automatic propagation of registered 39 supersedes GVRP and is not backwards 40 41 If unsure, say N.
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.