1 # SPDX-License-Identifier: GPL-2.0-only << 2 # 1 # 3 # Configuration for 802.1Q VLAN support 2 # Configuration for 802.1Q VLAN support 4 # 3 # 5 4 6 config VLAN_8021Q 5 config VLAN_8021Q 7 tristate "802.1Q/802.1ad VLAN Support" !! 6 tristate "802.1Q VLAN Support" 8 help !! 7 ---help--- 9 Select this and you will be able to 8 Select this and you will be able to create 802.1Q VLAN interfaces 10 on your Ethernet interfaces. 802.1Q !! 9 on your ethernet interfaces. 802.1Q VLAN supports almost 11 everything a regular Ethernet interf !! 10 everything a regular ethernet interface does, including 12 firewalling, bridging, and of course !! 11 firewalling, bridging, and of course IP traffic. You will need 13 the 'ip' utility in order to effecti !! 12 the 'vconfig' tool from the VLAN project in order to effectively 14 See the VLAN web page for more infor !! 13 use VLANs. See the VLAN web page for more information: 15 <http://www.candelatech.com/~greear/ 14 <http://www.candelatech.com/~greear/vlan.html> 16 15 17 To compile this code as a module, ch 16 To compile this code as a module, choose M here: the module 18 will be called 8021q. 17 will be called 8021q. 19 18 20 If unsure, say N. 19 If unsure, say N. 21 20 22 config VLAN_8021Q_GVRP 21 config VLAN_8021Q_GVRP 23 bool "GVRP (GARP VLAN Registration Pro 22 bool "GVRP (GARP VLAN Registration Protocol) support" 24 depends on VLAN_8021Q 23 depends on VLAN_8021Q 25 select GARP 24 select GARP 26 help 25 help 27 Select this to enable GVRP end-syste 26 Select this to enable GVRP end-system support. GVRP is used for 28 automatic propagation of registered 27 automatic propagation of registered VLANs to switches. 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 28 41 If unsure, say N. 29 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.