]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - man/man8/ip-link.8.in
ip: bridge: add mcast to unicast config flag
[mirror_iproute2.git] / man / man8 / ip-link.8.in
index 6f31453cbd0ecdd75801a407569782335fff6431..716421f4c594e63a7d8a197612de53880380b785 100644 (file)
@@ -2100,6 +2100,8 @@ the following additional arguments are supported:
 ] [
 .BR mcast_flood " { " on " | " off " }"
 ] [
+.BR mcast_to_unicast " { " on " | " off " }"
+] [
 .BR group_fwd_mask " MASK"
 ] [
 .BR neigh_suppress " { " on " | " off " }"
@@ -2185,6 +2187,9 @@ option above.
 .BR mcast_flood " { " on " | " off " }"
 - controls whether a given port will flood multicast traffic for which there is no MDB entry.
 
+.BR mcast_to_unicast " { " on " | " off " }"
+- controls whether a given port will replicate packets using unicast instead of multicast. By default this flag is off.
+
 .BI group_fwd_mask " MASK "
 - set the group forward mask. This is the bitmask that is applied to decide whether to forward incoming frames destined to link-local addresses, ie addresses of the form 01:80:C2:00:00:0X (defaults to 0, ie the bridge does not forward any link-local frames coming on this port).