diff options
| -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 ============== |
