diff options
author | Hangbin Liu <[email protected]> | 2023-12-01 16:19:50 +0800 |
---|---|---|
committer | Paolo Abeni <[email protected]> | 2023-12-05 10:48:01 +0100 |
commit | d2afc2cd7f1f46500e7ca830c453266f365ee43d (patch) | |
tree | f2a67406be12020428db61660992ea6da4ab861d | |
parent | 1b1a4c7e82aeebef6bd68c94b0531aa72531f60c (diff) |
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 <[email protected]>
Reviewed-by: Florian Fainelli <[email protected]>
Signed-off-by: Hangbin Liu <[email protected]>
Signed-off-by: Paolo Abeni <[email protected]>
-rw-r--r-- | Documentation/networking/bridge.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/networking/bridge.rst b/Documentation/networking/bridge.rst index 39ff8d126a04..ba14e7b07869 100644 --- a/Documentation/networking/bridge.rst +++ b/Documentation/networking/bridge.rst @@ -287,6 +287,20 @@ So, br_netfilter is only needed if users, for some reason, need to use ip(6)tables to filter packets forwarded by the bridge, or NAT bridged traffic. For pure link layer filtering, this module isn't needed. +Other Features +============== + +The Linux bridge also supports `IEEE 802.11 Proxy ARP +<https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=958501163ddd6ea22a98f94fa0e7ce6d4734e5c4>`_, +`Media Redundancy Protocol (MRP) +<https://lore.kernel.org/netdev/[email protected]/>`_, +`Media Redundancy Protocol (MRP) LC mode +<https://lore.kernel.org/r/[email protected]>`_, +`IEEE 802.1X port authentication +<https://lore.kernel.org/netdev/[email protected]/>`_, +and `MAC Authentication Bypass (MAB) +<https://lore.kernel.org/netdev/[email protected]/>`_. + FAQ === |