summaryrefslogtreecommitdiff
path: root/docs/configuration/interfaces
diff options
context:
space:
mode:
authorNataliia S. <81954790+natali-rs1985@users.noreply.github.com>2026-04-21 14:47:18 +0300
committerGitHub <noreply@github.com>2026-04-21 12:47:18 +0100
commitcac7b484e89354fae0054c8f33c4dc5139df42fa (patch)
treeeb2dfa498770c8a2ff25fd6dcf783901d8a26229 /docs/configuration/interfaces
parentd97647b9ab4dcee12653b006ee62d05d90fcce38 (diff)
downloadvyos-documentation-cac7b484e89354fae0054c8f33c4dc5139df42fa.tar.gz
vyos-documentation-cac7b484e89354fae0054c8f33c4dc5139df42fa.zip
bridge: T8411: Add disable-learning option for member interface (#1850)
Diffstat (limited to 'docs/configuration/interfaces')
-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
==============