summaryrefslogtreecommitdiffstats
path: root/share/man/man4/trunk.4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-161-3/+3
|
* add a CAVEATS entry relating to trunk(4)'s handling of MTUs, ok jmc@sthen2013-05-111-2/+9
|
* replace cross references to other manual pages with the right macros.sobrado2009-10-221-3/+5
|
* a little more clarity on link aggregation, after some discussionjmc2008-12-151-8/+4
| | | | | with mpf; ok mpf
* document trunk protocol lacp, and sort the protocol list whilst here;jmc2008-11-181-18/+34
| | | | includes input/help from brad, mpf, and sthen;
* oops, fix a very silly mistake; ok sthenjmc2008-10-251-4/+5
|
* make the descriptions of roundrobin and loadbalance more consistent,jmc2008-01-061-7/+7
| | | | | | and better explain what they do; help/ok sthen
* add a CAVEATS section documenting some issues when using roundrobinjmc2008-01-061-2/+13
| | | | | | | and loadbalance protocols; brad, claudio, and sthen all helped explain this to me, and sthen helped me put the diff together;
* Add a broadcast mode to trunk(4). This mode sends frames on allpyr2007-10-221-2/+6
| | | | | | ports and receives frame on any port. This allows interaction with some L2 configurations. with input and ok reyk@
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* improve the description of failover; ok reykjmc2006-06-091-3/+6
|
* better wording; ok reykjmc2006-06-051-3/+3
|
* - remove a useless .Ppjmc2006-06-051-3/+2
| | | | - tweak HISTORY wording
* in the second example, only the trunk interface should have an IP address,reyk2006-05-281-2/+2
| | | | | | not the trunk ports. figured out by jmc@
* bump copyrightreyk2006-05-231-2/+2
|
* addreyk2006-05-231-13/+22
|
* fix the documentation: failover mode only accepts incoming traffic on thereyk2006-05-201-5/+6
| | | | | active port and drops everything else. this has been changed to support failover mode on stupid devices like simple network hubs.
* no need to specify a "count" argument: ifconfig(8) handles thesejmc2006-05-091-2/+2
| | | | | | | "on demand"; from jan niemann; ok deraadt
* Update my e-mail address in the copyright statement, no binary changes.reyk2005-12-181-2/+2
|
* clarify the section on trunk protocols;jmc2005-11-011-8/+3
| | | | | after a mail to misc@ from gustavos rios; ok reyk@
* tweak;jmc2005-10-041-2/+2
|
* start to describe the trunk(4) protocols.reyk2005-10-041-1/+19
| | | | thanks to jmc@ and Michael Knudson
* tweaks;jmc2005-10-031-3/+3
| | | | ok reyk@
* change trunk ifconfig examples (it's not neccessary to type "create"reyk2005-10-031-8/+6
| | | | and "up" explicitly), add "trunkproto failover" to the second example.
* mention failover mode and add examplesreyk2005-10-031-4/+25
|
* grammar;jmc2005-05-311-3/+3
|
* whitespacedavid2005-05-251-2/+2
|
* initial import of a trunking (link aggregation and link failover)reyk2005-05-241-0/+76
implementation. it currently supports round robin mode with link state checking, additional modes will be added later. ok brad@, deraadt@