mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
The lagg(4) interface is based on trunk(4) interface from OpenBSD.
The FreeBSD is the only system that has the FEC protocol, that is a simple alias to loadbalance protocol and does not implement the ancient Cisco FEC standard. From now on, we remove the fec protocol from the documentation and keep the FEC code only for compatibility. Phabric: D539 Reviewed by: glebius, thompsa Approved by: glebius Sponsored by: QNAP Systems Inc.
This commit is contained in:
parent
99cdd96163
commit
44a9271b49
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=271733
@ -2332,7 +2332,7 @@ from the aggregation interface.
|
||||
.It Cm laggproto Ar proto
|
||||
Set the aggregation protocol.
|
||||
The default is failover.
|
||||
The available options are failover, fec, lacp, loadbalance, roundrobin, broadcast
|
||||
The available options are failover, lacp, loadbalance, roundrobin, broadcast
|
||||
and none.
|
||||
.It Cm lagghash Ar option Ns Oo , Ns Ar option Oc
|
||||
Set the packet layers to hash for aggregation protocols which load balance.
|
||||
|
@ -61,7 +61,6 @@ option.
|
||||
The driver currently supports the aggregation protocols
|
||||
.Ic failover
|
||||
(the default),
|
||||
.Ic fec ,
|
||||
.Ic lacp ,
|
||||
.Ic loadbalance ,
|
||||
.Ic roundrobin ,
|
||||
@ -87,9 +86,6 @@ This constraint can be relaxed by setting the
|
||||
.Xr sysctl 8
|
||||
variable to a nonzero value,
|
||||
which is useful for certain bridged network setups.
|
||||
.It Ic fec
|
||||
Supports Cisco EtherChannel.
|
||||
This is an alias for
|
||||
.Ic loadbalance
|
||||
mode.
|
||||
.It Ic lacp
|
||||
|
Loading…
Reference in New Issue
Block a user