Kconfig 1.2 KB

1234567891011121314151617181920212223242526272829303132
  1. #
  2. # 802.1d Ethernet Bridging
  3. #
  4. config BRIDGE
  5. tristate "802.1d Ethernet Bridging"
  6. select LLC
  7. ---help---
  8. If you say Y here, then your Linux box will be able to act as an
  9. Ethernet bridge, which means that the different Ethernet segments it
  10. is connected to will appear as one Ethernet to the participants.
  11. Several such bridges can work together to create even larger
  12. networks of Ethernets using the IEEE 802.1 spanning tree algorithm.
  13. As this is a standard, Linux bridges will cooperate properly with
  14. other third party bridge products.
  15. In order to use the Ethernet bridge, you'll need the bridge
  16. configuration tools; see <file:Documentation/networking/bridge.txt>
  17. for location. Please read the Bridge mini-HOWTO for more
  18. information.
  19. If you enable iptables support along with the bridge support then you
  20. turn your bridge into a bridging IP firewall.
  21. iptables will then see the IP packets being bridged, so you need to
  22. take this into account when setting up your firewall rules.
  23. Enabling arptables support when bridging will let arptables see
  24. bridged ARP traffic in the arptables FORWARD chain.
  25. To compile this code as a module, choose M here: the module
  26. will be called bridge.
  27. If unsure, say N.