summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNataliia S. <81954790+natali-rs1985@users.noreply.github.com>2026-04-21 14:47:18 +0300
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2026-04-21 14:15:49 +0000
commit5e2b3dbdef1cb99d656ca6c35bded332e38a6d5f (patch)
tree7ae974f4fd84e6cff130123e595c55f3b58963a1 /docs
parent003c6d3fca4130ceec33f09214ad06dd4dd41eef (diff)
downloadvyos-documentation-5e2b3dbdef1cb99d656ca6c35bded332e38a6d5f.tar.gz
vyos-documentation-5e2b3dbdef1cb99d656ca6c35bded332e38a6d5f.zip
bridge: T8411: Add disable-learning option for member interface (#1850)
(cherry picked from commit cac7b484e89354fae0054c8f33c4dc5139df42fa)
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration/interfaces/bridge.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/configuration/interfaces/bridge.rst b/docs/configuration/interfaces/bridge.rst
index 7f4d3e43..a1710804 100644
--- a/docs/configuration/interfaces/bridge.rst
+++ b/docs/configuration/interfaces/bridge.rst
@@ -77,6 +77,17 @@ Member interfaces
By assigning a lower cost, you give the interface higher precedence during
path selection.
+.. cfgcmd:: set interfaces bridge <interface> member interface <member>
+ disable-learning
+
+ **Disable MAC address learning for a specific member interface
+ within a bridge.**
+
+ When learning is disabled, the bridge will not add source MAC addresses
+ observed on this port to its forwarding database (FDB). Frames destined
+ to MACs not present in the FDB are then flooded to all bridge ports
+ rather than unicast-forwarded.
+
Bridge options
==============