hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/net/bridge/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # 802.1d Ethernet Bridging
34 #
....@@ -7,7 +8,7 @@
78 select LLC
89 select STP
910 depends on IPV6 || IPV6=n
10
- ---help---
11
+ help
1112 If you say Y here, then your Linux box will be able to act as an
1213 Ethernet bridge, which means that the different Ethernet segments it
1314 is connected to will appear as one Ethernet to the participants.
....@@ -17,7 +18,7 @@
1718 other third party bridge products.
1819
1920 In order to use the Ethernet bridge, you'll need the bridge
20
- configuration tools; see <file:Documentation/networking/bridge.txt>
21
+ configuration tools; see <file:Documentation/networking/bridge.rst>
2122 for location. Please read the Bridge mini-HOWTO for more
2223 information.
2324
....@@ -38,7 +39,7 @@
3839 depends on BRIDGE
3940 depends on INET
4041 default y
41
- ---help---
42
+ help
4243 If you say Y here, then the Ethernet bridge will be able selectively
4344 forward multicast traffic based on IGMP/MLD traffic received from
4445 each port.
....@@ -52,7 +53,7 @@
5253 depends on BRIDGE
5354 depends on VLAN_8021Q
5455 default n
55
- ---help---
56
+ help
5657 If you say Y here, then the Ethernet bridge will be able selectively
5758 receive and forward traffic based on VLAN information in the packet
5859 any VLAN information configured on the bridge port or bridge device.
....@@ -60,3 +61,15 @@
6061 Say N to exclude this support and reduce the binary size.
6162
6263 If unsure, say Y.
64
+
65
+config BRIDGE_MRP
66
+ bool "MRP protocol"
67
+ depends on BRIDGE
68
+ default n
69
+ help
70
+ If you say Y here, then the Ethernet bridge will be able to run MRP
71
+ protocol to detect loops
72
+
73
+ Say N to exclude this support and reduce the binary size.
74
+
75
+ If unsure, say N.