Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | 2013-07-16 | 1 | -3/+3 | |
| | |||||
* | add a CAVEATS entry relating to trunk(4)'s handling of MTUs, ok jmc@ | 2013-05-11 | 1 | -2/+9 | |
| | |||||
* | replace cross references to other manual pages with the right macros. | 2009-10-22 | 1 | -3/+5 | |
| | |||||
* | a little more clarity on link aggregation, after some discussion | 2008-12-15 | 1 | -8/+4 | |
| | | | | | with mpf; ok mpf | ||||
* | document trunk protocol lacp, and sort the protocol list whilst here; | 2008-11-18 | 1 | -18/+34 | |
| | | | | includes input/help from brad, mpf, and sthen; | ||||
* | oops, fix a very silly mistake; ok sthen | 2008-10-25 | 1 | -4/+5 | |
| | |||||
* | make the descriptions of roundrobin and loadbalance more consistent, | 2008-01-06 | 1 | -7/+7 | |
| | | | | | | and better explain what they do; help/ok sthen | ||||
* | add a CAVEATS section documenting some issues when using roundrobin | 2008-01-06 | 1 | -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 all | 2007-10-22 | 1 | -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; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | improve the description of failover; ok reyk | 2006-06-09 | 1 | -3/+6 | |
| | |||||
* | better wording; ok reyk | 2006-06-05 | 1 | -3/+3 | |
| | |||||
* | - remove a useless .Pp | 2006-06-05 | 1 | -3/+2 | |
| | | | | - tweak HISTORY wording | ||||
* | in the second example, only the trunk interface should have an IP address, | 2006-05-28 | 1 | -2/+2 | |
| | | | | | | not the trunk ports. figured out by jmc@ | ||||
* | bump copyright | 2006-05-23 | 1 | -2/+2 | |
| | |||||
* | add | 2006-05-23 | 1 | -13/+22 | |
| | |||||
* | fix the documentation: failover mode only accepts incoming traffic on the | 2006-05-20 | 1 | -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 these | 2006-05-09 | 1 | -2/+2 | |
| | | | | | | | "on demand"; from jan niemann; ok deraadt | ||||
* | Update my e-mail address in the copyright statement, no binary changes. | 2005-12-18 | 1 | -2/+2 | |
| | |||||
* | clarify the section on trunk protocols; | 2005-11-01 | 1 | -8/+3 | |
| | | | | | after a mail to misc@ from gustavos rios; ok reyk@ | ||||
* | tweak; | 2005-10-04 | 1 | -2/+2 | |
| | |||||
* | start to describe the trunk(4) protocols. | 2005-10-04 | 1 | -1/+19 | |
| | | | | thanks to jmc@ and Michael Knudson | ||||
* | tweaks; | 2005-10-03 | 1 | -3/+3 | |
| | | | | ok reyk@ | ||||
* | change trunk ifconfig examples (it's not neccessary to type "create" | 2005-10-03 | 1 | -8/+6 | |
| | | | | and "up" explicitly), add "trunkproto failover" to the second example. | ||||
* | mention failover mode and add examples | 2005-10-03 | 1 | -4/+25 | |
| | |||||
* | grammar; | 2005-05-31 | 1 | -3/+3 | |
| | |||||
* | whitespace | 2005-05-25 | 1 | -2/+2 | |
| | |||||
* | initial import of a trunking (link aggregation and link failover) | 2005-05-24 | 1 | -0/+76 | |
implementation. it currently supports round robin mode with link state checking, additional modes will be added later. ok brad@, deraadt@ |