From owner-svn-src-head@FreeBSD.ORG Wed Mar 7 06:23:03 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E817B1065676 for ; Wed, 7 Mar 2012 06:23:03 +0000 (UTC) (envelope-from andy@fud.org.nz) Received: from mail-pz0-f44.google.com (mail-pz0-f44.google.com [209.85.210.44]) by mx1.freebsd.org (Postfix) with ESMTP id C2AB68FC15 for ; Wed, 7 Mar 2012 06:23:03 +0000 (UTC) Received: by dakl33 with SMTP id l33so22415107dak.17 for ; Tue, 06 Mar 2012 22:23:03 -0800 (PST) MIME-Version: 1.0 Received: by 10.68.212.232 with SMTP id nn8mr1874184pbc.156.1331101383112; Tue, 06 Mar 2012 22:23:03 -0800 (PST) Sender: andy@fud.org.nz Received: by 10.68.2.229 with HTTP; Tue, 6 Mar 2012 22:23:03 -0800 (PST) In-Reply-To: <4F56FB08.2070508@zonov.org> References: <201203062258.q26MwDI6061226@svn.freebsd.org> <4F56FB08.2070508@zonov.org> Date: Wed, 7 Mar 2012 19:23:03 +1300 X-Google-Sender-Auth: QZA0d1cw1AaHbpukLgiyIaJCeMw Message-ID: From: Andrew Thompson To: Andrey Zonov Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQk4M4AdwxGGdKid+kEqg4c+JGP2BXRablT39Yd91XhyuuOY70FPv9KDApQ1POoVgdhHDBGQ Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r232629 - in head: sbin/ifconfig sys/net X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Mar 2012 06:23:04 -0000 On 7 March 2012 19:07, Andrey Zonov wrote: > On 07.03.2012 2:58, Andrew Thompson wrote: > [snip] > >> Modified: head/sbin/ifconfig/ifconfig.8 >> >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >> --- head/sbin/ifconfig/ifconfig.8 =A0 =A0 =A0 Tue Mar =A06 22:45:54 2012 >> =A0(r232628) >> +++ head/sbin/ifconfig/ifconfig.8 =A0 =A0 =A0 Tue Mar =A06 22:58:13 2012 >> =A0(r232629) >> @@ -2309,6 +2309,21 @@ Set the aggregation protocol. >> =A0The default is failover. >> =A0The available options are failover, fec, lacp, loadbalance, roundrobi= n >> and >> =A0none. >> +.It Cm lagghash Ar option Ns Oo , Ns Ar option Oc >> +Set the packet layers to hash for aggregation protocols which load >> balance. >> +The default is >> +.Dq l2,l3,l4 . >> +The options can be combined using commas. >> +.Pp >> +.Bl -tag -width ".Cm l2" -compact >> +.It Cm l2 >> +src/dst mac address and optional vlan number. >> +.It Cm l3 >> +src/dst address for IPv4 or IPv6. >> +.It Cm l4 >> +src/dst port for TCP/UCP/SCTP. > > > s/UCP/UDP/? Oops, thanks.