svn commit: r214066 - head/share/man/man4

Xin LI delphij at FreeBSD.org
Tue Oct 19 17:49:56 UTC 2010


Author: delphij
Date: Tue Oct 19 17:49:55 2010
New Revision: 214066
URL: http://svn.freebsd.org/changeset/base/214066

Log:
  Clarify that lagg(4) sends/receives on active port, not the master port.
  
  Note that this still seems to be a little bit confusing as the concept of
  "master" is different from what people would expect on a networking
  equipment.

Modified:
  head/share/man/man4/lagg.4

Modified: head/share/man/man4/lagg.4
==============================================================================
--- head/share/man/man4/lagg.4	Tue Oct 19 17:15:22 2010	(r214065)
+++ head/share/man/man4/lagg.4	Tue Oct 19 17:49:55 2010	(r214066)
@@ -16,7 +16,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd October 8, 2010
+.Dd October 18, 2010
 .Dt LAGG 4
 .Os
 .Sh NAME
@@ -73,14 +73,14 @@ The interface link state is used to vali
 not.
 .Bl -tag -width loadbalance
 .It Ic failover
-Sends traffic only through the master port.
+Sends traffic only through the active port.
 If the master port becomes unavailable,
 the next active port is used.
 The first interface added is the master port;
 any interfaces added after that are used as failover devices.
 .Pp
 By default, received traffic is only accepted when they are received
-through the master port.
+through the active port.
 This constraint can be relaxed by setting the
 .Va net.link.lagg.failover_rx_all
 .Xr sysctl 8


More information about the svn-src-all mailing list