Kconfig (7a9787e1eba95a166265e6a260cf30af04ef0a99) Kconfig (eb1d16414339a6e113d89e2cca2556005d7ce919)
1#
2# 802.1d Ethernet Bridging
3#
4
5config BRIDGE
6 tristate "802.1d Ethernet Bridging"
7 select LLC
8 select STP

--- 17 unchanged lines hidden (view full) ---

26 take this into account when setting up your firewall rules.
27 Enabling arptables support when bridging will let arptables see
28 bridged ARP traffic in the arptables FORWARD chain.
29
30 To compile this code as a module, choose M here: the module
31 will be called bridge.
32
33 If unsure, say N.
1#
2# 802.1d Ethernet Bridging
3#
4
5config BRIDGE
6 tristate "802.1d Ethernet Bridging"
7 select LLC
8 select STP

--- 17 unchanged lines hidden (view full) ---

26 take this into account when setting up your firewall rules.
27 Enabling arptables support when bridging will let arptables see
28 bridged ARP traffic in the arptables FORWARD chain.
29
30 To compile this code as a module, choose M here: the module
31 will be called bridge.
32
33 If unsure, say N.
34
35config BRIDGE_IGMP_SNOOPING
36 bool "IGMP snooping"
37 default y
38 ---help---
39 If you say Y here, then the Ethernet bridge will be able selectively
40 forward multicast traffic based on IGMP traffic received from each
41 port.
42
43 Say N to exclude this support and reduce the binary size.
44
45 If unsure, say Y.