summaryrefslogtreecommitdiffstats
path: root/share/man/man4/lagg.4
diff options
context:
space:
mode:
authorsmh <smh@FreeBSD.org>2015-11-13 01:03:59 +0000
committersmh <smh@FreeBSD.org>2015-11-13 01:03:59 +0000
commit63e6b748374f5613b5b76e9beb6bceb75df45323 (patch)
tree7ed78753f8f699a1e202a9cbf0b81af8a64973fb /share/man/man4/lagg.4
parent2393a1a0d5344e22371a3c2b06e392425f4f9fc4 (diff)
downloadFreeBSD-src-63e6b748374f5613b5b76e9beb6bceb75df45323.zip
FreeBSD-src-63e6b748374f5613b5b76e9beb6bceb75df45323.tar.gz
MFC r290450:
Add sysctl to control LACP strict compliance default Sponsored by: Multiplay
Diffstat (limited to 'share/man/man4/lagg.4')
-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 b511eea..c224e03 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