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/802.1ad 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 28 30 If unsure, say N. 29 If unsure, say N. 31 30 32 config VLAN_8021Q_MVRP 31 config VLAN_8021Q_MVRP 33 bool "MVRP (Multiple VLAN Registration 32 bool "MVRP (Multiple VLAN Registration Protocol) support" 34 depends on VLAN_8021Q 33 depends on VLAN_8021Q 35 select MRP 34 select MRP 36 help 35 help 37 Select this to enable MVRP end-syste 36 Select this to enable MVRP end-system support. MVRP is used for 38 automatic propagation of registered 37 automatic propagation of registered VLANs to switches; it 39 supersedes GVRP and is not backwards 38 supersedes GVRP and is not backwards-compatible. 40 39 41 If unsure, say N. 40 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.