diff options
author | smh <smh@FreeBSD.org> | 2015-11-13 01:03:59 +0000 |
---|---|---|
committer | smh <smh@FreeBSD.org> | 2015-11-13 01:03:59 +0000 |
commit | 63e6b748374f5613b5b76e9beb6bceb75df45323 (patch) | |
tree | 7ed78753f8f699a1e202a9cbf0b81af8a64973fb /sbin/ifconfig | |
parent | 2393a1a0d5344e22371a3c2b06e392425f4f9fc4 (diff) | |
download | FreeBSD-src-63e6b748374f5613b5b76e9beb6bceb75df45323.zip FreeBSD-src-63e6b748374f5613b5b76e9beb6bceb75df45323.tar.gz |
MFC r290450:
Add sysctl to control LACP strict compliance default
Sponsored by: Multiplay
Diffstat (limited to 'sbin/ifconfig')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 911cb24..bb536bb 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -28,7 +28,7 @@ .\" From: @(#)ifconfig.8 8.3 (Berkeley) 1/5/94 .\" $FreeBSD$ .\" -.Dd September 12, 2015 +.Dd November 6, 2015 .Dt IFCONFIG 8 .Os .Sh NAME @@ -2449,6 +2449,21 @@ which are shifted by the number of this parameter. Enable lacp fast-timeout on the interface. .It Cm -lacp_fast_timeout Disable lacp fast-timeout on the interface. +.It Cm lacp_strict +Enable lacp strict compliance on the interface. +The default value can be set via the +.Va net.link.lagg.lacp.default_strict_mode +.Xr sysctl 8 +variable. +.Li 0 +means +.Dq disabled +and +.Li 1 +means +.Dq enabled . +.It Cm -lacp_strict +Disable lacp strict compliance on the interface. .El .Pp The following parameters are specific to IP tunnel interfaces, |