diff options
| author | Nataliia S. <81954790+natali-rs1985@users.noreply.github.com> | 2026-04-21 14:47:18 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-21 12:47:18 +0100 |
| commit | cac7b484e89354fae0054c8f33c4dc5139df42fa (patch) | |
| tree | eb2dfa498770c8a2ff25fd6dcf783901d8a26229 /docs/configuration | |
| parent | d97647b9ab4dcee12653b006ee62d05d90fcce38 (diff) | |
| download | vyos-documentation-cac7b484e89354fae0054c8f33c4dc5139df42fa.tar.gz vyos-documentation-cac7b484e89354fae0054c8f33c4dc5139df42fa.zip | |
bridge: T8411: Add disable-learning option for member interface (#1850)
Diffstat (limited to 'docs/configuration')
| -rw-r--r-- | docs/configuration/interfaces/bridge.rst | 11 |
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 ============== |
