mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-10-04 21:40:34 +00:00
man8/bridge.8: document that "local" is default for "bridge fdb add"
The bridge does this: fdb_modify: /* Assume permanent */ if (!(req.ndm.ndm_state&(NUD_PERMANENT|NUD_REACHABLE))) req.ndm.ndm_state |= NUD_PERMANENT; So let's make the user aware of the fact that if they don't want local entries, they need to specify some other flag like "static". Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
1261459c64
commit
ae3cb3d34d
@ -514,7 +514,8 @@ the Ethernet MAC address.
|
||||
the interface to which this address is associated.
|
||||
|
||||
.B local
|
||||
- is a local permanent fdb entry
|
||||
- is a local permanent fdb entry. This flag is default unless "static" or
|
||||
"dynamic" are explicitly specified.
|
||||
.sp
|
||||
|
||||
.B permanent
|
||||
|
Loading…
Reference in New Issue
Block a user