diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-11-01 09:01:34 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-11-01 09:01:34 +0000 |
commit | 8ee6bca0a986f60e072d3b5d9593d08416fcc6e2 (patch) | |
tree | bb8f2f82637fcfc17e7e5f2297a97ecdc8ffeac2 /share | |
parent | b1c18a895c9167dbf84f889e2c29409140754891 (diff) |
clarify the section on trunk protocols;
after a mail to misc@ from gustavos rios;
ok reyk@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/trunk.4 | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/share/man/man4/trunk.4 b/share/man/man4/trunk.4 index abefe808284..e8779e7c6ed 100644 --- a/share/man/man4/trunk.4 +++ b/share/man/man4/trunk.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: trunk.4,v 1.8 2005/10/04 20:31:44 jmc Exp $ +.\" $OpenBSD: trunk.4,v 1.9 2005/11/01 09:01:33 jmc Exp $ .\" .\" Copyright (c) 2005 Reyk Floeter <reyk@vantronix.net> .\" @@ -46,14 +46,10 @@ option. .Pp The driver currently supports the trunk protocols .Ic roundrobin -.Oo -.Ic default -.Oc , +(the default), .Ic failover , and -.Ic none -for link aggregation and link failover. -.Pp +.Ic none . The .Ic roundrobin protocol distributes outgoing traffic using a round-robin scheduler @@ -64,7 +60,6 @@ active port. Both protocols receive traffic from all attached ports. The interface link state is used to validate if the port is active or not. -.Pp The .Ic none protocol is intended to do nothing: it disables any traffic without |