Message ID | 20220309192316.2918792-7-troglobit@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 609b90aa3fb124c15cfeeb2ed27420ad72d25a41 |
Delegated to: | David Ahern |
Headers | show |
Series | bridge: support for controlling broadcast flooding per port | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in index c0e7f122..1237ff4c 100644 --- a/man/man8/ip-link.8.in +++ b/man/man8/ip-link.8.in @@ -2458,7 +2458,7 @@ 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. + there is no MDB entry. By default this flag is on. .BR mcast_to_unicast " { " on " | " off " }" - controls whether a given port will replicate packets using unicast
Signed-off-by: Joachim Wiberg <troglobit@gmail.com> --- man/man8/ip-link.8.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)