From: Vladimir Oltean Date: Thu, 11 Feb 2021 10:44:58 +0000 (+0200) Subject: man8/bridge.8: document that "local" is default for "bridge fdb add" X-Git-Tag: v5.11.0~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae3cb3d34d0bc6adab8eb67d905c6973a5285a1d;p=thirdparty%2Fiproute2.git 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 Signed-off-by: Stephen Hemminger --- diff --git a/man/man8/bridge.8 b/man/man8/bridge.8 index 12c09a565..223e65d64 100644 --- a/man/man8/bridge.8 +++ b/man/man8/bridge.8 @@ -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