Deleted Added
full compact
17c17
< .\" $FreeBSD: head/share/man/man4/lagg.4 290450 2015-11-06 15:33:27Z smh $
---
> .\" $FreeBSD: head/share/man/man4/lagg.4 294615 2016-01-23 04:18:44Z araujo $
19c19
< .Dd November 6, 2015
---
> .Dd January 23, 2016
112a113,117
> Using
> .Ic roundrobin
> mode can cause unordered packet arrival at the client.
> Throughput might be limited as the client performs CPU-intensive packet
> reordering.
163a169,181
> Create a link aggregation using ROUNDROBIN with two
> .Xr bge 4
> Gigabit Ethernet interfaces and set the limit of 500 packets
> per interface:
> .Bd -literal -offset indent
> # ifconfig bge0 up
> # ifconfig bge1 up
> # ifconfig lagg0 create
> # ifconfig lagg0 laggproto roundrobin laggport bge0 laggport bge1 \e
> 192.168.1.1 netmask 255.255.255.0
> # ifconfig lagg0 rr_limit 500
> .Ed
> .Pp