mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-10-04 23:20:22 +00:00
man8/bridge.8: explain what a local FDB entry is
Explaining the "local" flag by saying that it is "a local permanent fdb entry" is not very helpful, be more specific. Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
ae3cb3d34d
commit
10130bfafe
@ -514,8 +514,10 @@ the Ethernet MAC address.
|
|||||||
the interface to which this address is associated.
|
the interface to which this address is associated.
|
||||||
|
|
||||||
.B local
|
.B local
|
||||||
- is a local permanent fdb entry. This flag is default unless "static" or
|
- is a local permanent fdb entry, which means that the bridge will not forward
|
||||||
"dynamic" are explicitly specified.
|
frames with this destination MAC address and VLAN ID, but terminate them
|
||||||
|
locally. This flag is default unless "static" or "dynamic" are explicitly
|
||||||
|
specified.
|
||||||
.sp
|
.sp
|
||||||
|
|
||||||
.B permanent
|
.B permanent
|
||||||
|
Loading…
Reference in New Issue
Block a user