aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoachim Wiberg <troglobit@gmail.com>2022-03-09 20:23:14 +0100
committerDavid Ahern <dsahern@kernel.org>2022-03-12 08:57:43 -0700
commitb1c3ad848c1cf7dab3689d1d784cd57dcbab6a77 (patch)
treec0b63b8a7185a1f63df543c1e59652f7c3da1711
parentc354a434b1bfad1477a5ee0f45f9d7ceb33c1586 (diff)
downloadiproute2-b1c3ad848c1cf7dab3689d1d784cd57dcbab6a77.tar.gz
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>
-rw-r--r--man/man8/ip-link.8.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in
index 822904d0d..e67d38366 100644
--- a/man/man8/ip-link.8.in
+++ b/man/man8/ip-link.8.in
@@ -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.