From: Joachim Wiberg Date: Wed, 9 Mar 2022 19:23:14 +0000 (+0100) Subject: man: ip-link: document new bcast_flood flag on bridge ports X-Git-Tag: v5.18.0~29^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1c3ad848c1cf7dab3689d1d784cd57dcbab6a77;p=thirdparty%2Fiproute2.git 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 Reviewed-by: Nikolay Aleksandrov Signed-off-by: David Ahern --- 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.