Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: bridge: add other features

Add some features that are not appropriate for the existing section to
the "Others" part of the bridge document.

Acked-by: Nikolay Aleksandrov <razor@blackwall.org>
Reviewed-by: Florian Fainelli <florian.fainelli@broadcom.com>
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>

authored by

Hangbin Liu and committed by
Paolo Abeni
d2afc2cd 1b1a4c7e

+14
+14
Documentation/networking/bridge.rst
··· 287 287 ip(6)tables to filter packets forwarded by the bridge, or NAT bridged 288 288 traffic. For pure link layer filtering, this module isn't needed. 289 289 290 + Other Features 291 + ============== 292 + 293 + The Linux bridge also supports `IEEE 802.11 Proxy ARP 294 + <https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=958501163ddd6ea22a98f94fa0e7ce6d4734e5c4>`_, 295 + `Media Redundancy Protocol (MRP) 296 + <https://lore.kernel.org/netdev/20200426132208.3232-1-horatiu.vultur@microchip.com/>`_, 297 + `Media Redundancy Protocol (MRP) LC mode 298 + <https://lore.kernel.org/r/20201124082525.273820-1-horatiu.vultur@microchip.com>`_, 299 + `IEEE 802.1X port authentication 300 + <https://lore.kernel.org/netdev/20220218155148.2329797-1-schultz.hans+netdev@gmail.com/>`_, 301 + and `MAC Authentication Bypass (MAB) 302 + <https://lore.kernel.org/netdev/20221101193922.2125323-2-idosch@nvidia.com/>`_. 303 + 290 304 FAQ 291 305 === 292 306