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

Ceri Davies <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
The branch main has been updated by ceri:

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

commit 3c990d4144947009c62338a1f2236f1ae02d7f0c
Author:     Ceri Davies <[email protected]>
AuthorDate: 2021-07-26 20:09:13 +0000
Commit:     Ceri Davies <[email protected]>
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.