summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2014-10-01 21:37:32 +0000
committerhrs <hrs@FreeBSD.org>2014-10-01 21:37:32 +0000
commit667a2b736994fabf5ccb434e354a82390b85607e (patch)
treeeac48fef50344f3ef26c23cfa7d7fd20d5e8afa6 /share
parente6ca9a3b21e901c5d307611c1dde00e02f6549e1 (diff)
downloadFreeBSD-src-667a2b736994fabf5ccb434e354a82390b85607e.zip
FreeBSD-src-667a2b736994fabf5ccb434e354a82390b85607e.tar.gz
Virtualize lagg(4) cloner. This change fixes a panic when tearing down
if_lagg(4) interfaces which were cloned in a vnet jail. Sysctl nodes which are dynamically generated for each cloned interface (net.link.lagg.N.*) have been removed, and use_flowid and flowid_shift ifconfig(8) parameters have been added instead. Flags and per-interface statistics counters are displayed in "ifconfig -v". CR: D842
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/lagg.48
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/lagg.4 b/share/man/man4/lagg.4
index 3ea9247..1b40315 100644
--- a/share/man/man4/lagg.4
+++ b/share/man/man4/lagg.4
@@ -16,7 +16,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd February 23, 2012
+.Dd October 1, 2014
.Dt LAGG 4
.Os
.Sh NAME
@@ -143,9 +143,9 @@ modes will use the RSS hash from the network card if available to avoid
computing one, this may give poor traffic distribution if the hash is invalid
or uses less of the protocol header information.
Local hash computation can be forced per interface by setting the
-.Va net.link.lagg.X.use_flowid
-.Xr sysctl 8
-variable to zero where X is the interface number.
+.Cm use_flowid
+.Xr ifconfig 8
+flag.
The default for new interfaces is set via the
.Va net.link.lagg.default_use_flowid
.Xr sysctl 8 .
OpenPOWER on IntegriCloud