summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorsmh <smh@FreeBSD.org>2015-11-06 15:33:27 +0000
committersmh <smh@FreeBSD.org>2015-11-06 15:33:27 +0000
commitf50d4215244ed7b7deecf4968c796e1462bd8d60 (patch)
tree9e0b6de231a110efa6755c5265b52be5c150e16b /sbin
parent69eae64be28712d61cd4229c47f3c0b7c5318786 (diff)
downloadFreeBSD-src-f50d4215244ed7b7deecf4968c796e1462bd8d60.zip
FreeBSD-src-f50d4215244ed7b7deecf4968c796e1462bd8d60.tar.gz
Add sysctl to control LACP strict compliance default
Add net.link.lagg.lacp.default_strict_mode which defines the default value for LACP strict compliance for created lagg devices. Also: * Add lacp_strict option to ifconfig(8). * Fix lagg(4) creation examples. * Minor style(9) fix. MFC after: 1 week
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ifconfig/ifconfig.817
1 files changed, 16 insertions, 1 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8
index 9e31e5b..a5d7380 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 Aug 12, 2015
+.Dd November 6, 2015
.Dt IFCONFIG 8
.Os
.Sh NAME
@@ -2400,6 +2400,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,
OpenPOWER on IntegriCloud