Date: Wed, 07 Mar 2012 10:07:04 +0400 From: Andrey Zonov <andrey@zonov.org> To: Andrew Thompson <thompsa@FreeBSD.org> 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 Message-ID: <4F56FB08.2070508@zonov.org> In-Reply-To: <201203062258.q26MwDI6061226@svn.freebsd.org> References: <201203062258.q26MwDI6061226@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 07.03.2012 2:58, Andrew Thompson wrote: [snip] > Modified: head/sbin/ifconfig/ifconfig.8 > ============================================================================== > --- head/sbin/ifconfig/ifconfig.8 Tue Mar 6 22:45:54 2012 (r232628) > +++ head/sbin/ifconfig/ifconfig.8 Tue Mar 6 22:58:13 2012 (r232629) > @@ -2309,6 +2309,21 @@ Set the aggregation protocol. > The default is failover. > The available options are failover, fec, lacp, loadbalance, roundrobin and > none. > +.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/? > +.El > +.Pp > .El > .Pp > The following parameters are specific to IP tunnel interfaces, > [snip] -- Andrey Zonov
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F56FB08.2070508>