git: 3c990d4144 - main - handbook/advanced-networking: update lagg protocols

Ceri Davies ceri at FreeBSD.org
Mon Jul 26 20:20:41 UTC 2021


The branch main has been updated by ceri:

URL: https://cgit.FreeBSD.org/doc/commit/?id=3c990d4144947009c62338a1f2236f1ae02d7f0c

commit 3c990d4144947009c62338a1f2236f1ae02d7f0c
Author:     Ceri Davies <ceri at FreeBSD.org>
AuthorDate: 2021-07-26 20:09:13 +0000
Commit:     Ceri Davies <ceri at FreeBSD.org>
CommitDate: 2021-07-26 20:20:28 +0000

    handbook/advanced-networking: update lagg protocols
    
    "fec" isn't a valid laggproto since 2015, so remove it along
    with an explanation of what it stands for. "broadcast" was missing.
---
 .../content/en/books/handbook/advanced-networking/_index.adoc     | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/documentation/content/en/books/handbook/advanced-networking/_index.adoc b/documentation/content/en/books/handbook/advanced-networking/_index.adoc
index b8ea334437..9b02c75cfc 100644
--- a/documentation/content/en/books/handbook/advanced-networking/_index.adoc
+++ b/documentation/content/en/books/handbook/advanced-networking/_index.adoc
@@ -2257,9 +2257,8 @@ If the master port becomes unavailable, the next active port is used.
 The first interface added to the virtual interface is the master port and all subsequently added interfaces are used as failover devices.
 If failover to a non-master port occurs, the original port becomes master once it becomes available again.
 
-fec / loadbalance::
-Cisco(R) Fast EtherChannel(R) (FEC) is found on older Cisco(R) switches.
-It provides a static setup and does not negotiate aggregation with the peer or exchange frames to monitor the link.
+loadbalance::
+This provides a static setup and does not negotiate aggregation with the peer or exchange frames to monitor the link.
 If the switch supports LACP, that should be used instead.
 
 lacp::
@@ -2275,6 +2274,9 @@ roundrobin::
 This mode distributes outgoing traffic using a round-robin scheduler through all active ports and accepts incoming traffic from any active port.
 Since this mode violates Ethernet frame ordering, it should be used with caution.
 
+broadcast::
+This mode sends outgoing traffic to all ports configured on the lagg interface, and receives frames on any port.
+
 === Configuration Examples
 
 This section demonstrates how to configure a Cisco(R) switch and a FreeBSD system for LACP load balancing.


More information about the dev-commits-doc-all mailing list