From d7a9c633d73c2befbc7fef11e486734075b0336a Mon Sep 17 00:00:00 2001 From: araujo Date: Thu, 18 Sep 2014 02:12:48 +0000 Subject: Add laggproto broadcast, it allows sends frames to all ports of the lagg(4) group and receives frames on any port of the lagg(4). Phabric: D549 Reviewed by: glebius, thompsa Approved by: glebius Obtained from: OpenBSD Sponsored by: QNAP Systems Inc. --- share/man/man4/lagg.4 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'share') diff --git a/share/man/man4/lagg.4 b/share/man/man4/lagg.4 index 392f5f7..767a750 100644 --- a/share/man/man4/lagg.4 +++ b/share/man/man4/lagg.4 @@ -65,6 +65,7 @@ The driver currently supports the aggregation protocols .Ic lacp , .Ic loadbalance , .Ic roundrobin , +.Ic broadcast , and .Ic none . The protocols determine which ports are used for outgoing traffic @@ -113,6 +114,9 @@ available, the VLAN tag, and the IP source and destination address. Distributes outgoing traffic using a round-robin scheduler through all active ports and accepts incoming traffic from any active port. +.It Ic broadcast +Sends frames to all ports of the LAG and receives frames on +any port of the LAG. .It Ic none This protocol is intended to do nothing: it disables any traffic without disabling the -- cgit v1.1