]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
bridge: make mcast_flood description consistent
authorVivien Didelot <vivien.didelot@gmail.com>
Wed, 20 Feb 2019 16:33:57 +0000 (11:33 -0500)
committerStephen Hemminger <stephen@networkplumber.org>
Thu, 21 Feb 2019 22:22:05 +0000 (14:22 -0800)
This patch simply changes the description of the mcast_flood flag
with "flood" instead of "be flooded with" to avoid confusion, and be
consistent with the description of the flooding flag, which "Controls
whether a given port will *flood* unicast traffic for which there is
no FDB entry."

At the same time, fix the documentation for the "flood" flag which
is incorrectly described as "flooding on" or "flooding off".

Signed-off-by: Vivien Didelot <vivien.didelot@gmail.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
man/man8/bridge.8
man/man8/ip-link.8.in

index 72210f625e55afe57c831586fd08b7e99d754a8b..13c46386baaebdbc1bc07e57c9a6c160c6884c5a 100644 (file)
@@ -344,7 +344,7 @@ Controls whether a given port will sync MAC addresses learned on device port to
 bridge FDB.
 
 .TP
-.BR "flooding on " or " flooding off "
+.BR "flood on " or " flood off "
 Controls whether a given port will flood unicast traffic for which there is no FDB entry. By default this flag is on.
 
 .TP
@@ -361,7 +361,7 @@ switch.
 
 .TP
 .BR "mcast_flood on " or " mcast_flood off "
-Controls whether a given port will be flooded with multicast traffic for which there is no MDB entry. By default this flag is on.
+Controls whether a given port will flood multicast traffic for which there is no MDB entry. By default this flag is on.
 
 .TP
 .BR "neigh_suppress on " or " neigh_suppress off "
index 73d37c190fffa638cd973cb00ede24ad2ac22732..6f31453cbd0ecdd75801a407569782335fff6431 100644 (file)
@@ -2183,7 +2183,7 @@ queries.
 option above.
 
 .BR mcast_flood " { " on " | " off " }"
-- controls whether a given port will be flooded with multicast traffic for which there is no MDB entry.
+- controls whether a given port will flood multicast traffic for which there is no MDB entry.
 
 .BI group_fwd_mask " MASK "
 - set the group forward mask. This is the bitmask that is applied to decide whether to forward incoming frames destined to link-local addresses, ie addresses of the form 01:80:C2:00:00:0X (defaults to 0, ie the bridge does not forward any link-local frames coming on this port).