summaryrefslogtreecommitdiffstats
path: root/share/man
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 /share/man
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 'share/man')
-rw-r--r--share/man/man4/lagg.44
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man4/lagg.4 b/share/man/man4/lagg.4
index 0b66c3d..da070f1 100644
--- a/share/man/man4/lagg.4
+++ b/share/man/man4/lagg.4
@@ -16,7 +16,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 1, 2014
+.Dd November 6, 2015
.Dt LAGG 4
.Os
.Sh NAME
@@ -156,6 +156,7 @@ Gigabit Ethernet interfaces:
.Bd -literal -offset indent
# ifconfig bge0 up
# ifconfig bge1 up
+# ifconfig lagg0 create
# ifconfig lagg0 laggproto lacp laggport bge0 laggport bge1 \e
192.168.1.1 netmask 255.255.255.0
.Ed
@@ -168,6 +169,7 @@ device will be used:
# ifconfig em0 up
# ifconfig ath0 ether 00:11:22:33:44:55
# ifconfig create wlan0 wlandev ath0 ssid my_net up
+# ifconfig lagg0 create
# ifconfig lagg0 laggproto failover laggport em0 laggport wlan0 \e
192.168.1.1 netmask 255.255.255.0
.Ed
OpenPOWER on IntegriCloud