From: Vladimir Oltean Date: Thu, 11 Feb 2021 10:44:57 +0000 (+0200) Subject: man8/bridge.8: document the "permanent" flag for "bridge fdb add" X-Git-Tag: v5.11.0~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1261459c64fbb5c3ceba3c0ec64e34a825af2fed;p=thirdparty%2Fiproute2.git man8/bridge.8: document the "permanent" flag for "bridge fdb add" The bridge program parses "local" and "permanent" in just the same way, so it makes sense to tell that to users: fdb_modify: } else if (matches(*argv, "local") == 0 || matches(*argv, "permanent") == 0) { req.ndm.ndm_state |= NUD_PERMANENT; Signed-off-by: Vladimir Oltean Signed-off-by: Stephen Hemminger --- diff --git a/man/man8/bridge.8 b/man/man8/bridge.8 index b3414ae31..12c09a565 100644 --- a/man/man8/bridge.8 +++ b/man/man8/bridge.8 @@ -517,6 +517,10 @@ the interface to which this address is associated. - is a local permanent fdb entry .sp +.B permanent +- this is a synonym for "local" +.sp + .B static - is a static (no arp) fdb entry .sp