svn commit: r232629 - in head: sbin/ifconfig sys/net

Andrey Zonov andrey at zonov.org
Wed Mar 7 06:07:09 UTC 2012


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


More information about the svn-src-head mailing list