mirror of
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
synced 2024-11-15 14:05:22 +08:00
man: ip-link: document new bcast_flood flag on bridge ports
The options are not alphabetically sorted, so placing bcast_flood right before mcast_flood for now. Signed-off-by: Joachim Wiberg <troglobit@gmail.com> Reviewed-by: Nikolay Aleksandrov <razor@blackwall.org> Signed-off-by: David Ahern <dsahern@kernel.org>
This commit is contained in:
parent
c354a434b1
commit
b1c3ad848c
@ -2379,6 +2379,8 @@ the following additional arguments are supported:
|
||||
] [
|
||||
.BR mcast_fast_leave " { " on " | " off "}"
|
||||
] [
|
||||
.BR bcast_flood " { " on " | " off " }"
|
||||
] [
|
||||
.BR mcast_flood " { " on " | " off " }"
|
||||
] [
|
||||
.BR mcast_to_unicast " { " on " | " off " }"
|
||||
@ -2466,6 +2468,10 @@ queries.
|
||||
.B fastleave
|
||||
option above.
|
||||
|
||||
.BR bcast_flood " { " on " | " off " }"
|
||||
- controls flooding of broadcast traffic on the given port. By default
|
||||
this flag is on.
|
||||
|
||||
.BR mcast_flood " { " on " | " off " }"
|
||||
- controls whether a given port will flood multicast traffic for which
|
||||
there is no MDB entry.
|
||||
|
Loading…
Reference in New Issue
Block a user