man8/bridge.8: be explicit that "flood" is an egress setting
Talking to varios people, it became apparent that there is a certain ambiguity in the description of these flags. They refer to egress flooding, which should perhaps be stated more clearly. Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
14f528a556
commit
e1d79d49ed
|
|
@ -397,7 +397,8 @@ bridge FDB.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.BR "flood on " or " flood 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.
|
Controls whether unicast traffic for which there is no FDB entry will be
|
||||||
|
flooded towards this given port. By default this flag is on.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B hwmode
|
.B hwmode
|
||||||
|
|
@ -413,8 +414,8 @@ switch.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.BR "mcast_flood on " or " mcast_flood off "
|
.BR "mcast_flood on " or " mcast_flood off "
|
||||||
Controls whether a given port will flood multicast traffic for which
|
Controls whether multicast traffic for which there is no MDB entry will be
|
||||||
there is no MDB entry. By default this flag is on.
|
flooded towards this given port. By default this flag is on.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.BR "mcast_to_unicast on " or " mcast_to_unicast off "
|
.BR "mcast_to_unicast on " or " mcast_to_unicast off "
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue