From owner-svn-src-all@FreeBSD.ORG Wed Nov 14 06:23:32 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ABA414E3; Wed, 14 Nov 2012 06:23:32 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 91F1D8FC0C; Wed, 14 Nov 2012 06:23:32 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAE6NWcS014553; Wed, 14 Nov 2012 06:23:32 GMT (envelope-from kevlo@svn.freebsd.org) Received: (from kevlo@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAE6NW6Q014552; Wed, 14 Nov 2012 06:23:32 GMT (envelope-from kevlo@svn.freebsd.org) Message-Id: <201211140623.qAE6NW6Q014552@svn.freebsd.org> From: Kevin Lo Date: Wed, 14 Nov 2012 06:23:32 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r243016 - head/share/man/man4 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Nov 2012 06:23:32 -0000 Author: kevlo Date: Wed Nov 14 06:23:32 2012 New Revision: 243016 URL: http://svnweb.freebsd.org/changeset/base/243016 Log: Mention the IEEE 802.1AX. Reviewed by: thompsa Modified: head/share/man/man4/lagg.4 Modified: head/share/man/man4/lagg.4 ============================================================================== --- head/share/man/man4/lagg.4 Wed Nov 14 01:45:10 2012 (r243015) +++ head/share/man/man4/lagg.4 Wed Nov 14 06:23:32 2012 (r243016) @@ -92,8 +92,8 @@ This is an alias for .Ic loadbalance mode. .It Ic lacp -Supports the IEEE 802.3ad Link Aggregation Control Protocol (LACP) and the -Marker Protocol. +Supports the IEEE 802.1AX (formerly 802.3ad) Link Aggregation Control Protocol +(LACP) and the Marker Protocol. LACP will negotiate a set of aggregable links with the peer in to one or more Link Aggregated Groups. Each LAG is composed of ports of the same speed, set to full-duplex operation. @@ -150,7 +150,7 @@ The default for new interfaces is set vi .Va net.link.lagg.default_use_flowid .Xr sysctl 8 . .Sh EXAMPLES -Create a 802.3ad link aggregation using LACP with two +Create a link aggregation using LACP with two .Xr bge 4 Gigabit Ethernet interfaces: .Bd -literal -offset indent