summaryrefslogtreecommitdiffstats
path: root/share/man/man4/lagg.4
Commit message (Collapse)AuthorAgeFilesLines
* Sort SEE ALSObapt2014-12-261-2/+2
|
* Virtualize lagg(4) cloner. This change fixes a panic when tearing downhrs2014-10-011-4/+4
| | | | | | | | | | | if_lagg(4) interfaces which were cloned in a vnet jail. Sysctl nodes which are dynamically generated for each cloned interface (net.link.lagg.N.*) have been removed, and use_flowid and flowid_shift ifconfig(8) parameters have been added instead. Flags and per-interface statistics counters are displayed in "ifconfig -v". CR: D842
* The lagg(4) interface is based on trunk(4) interface from OpenBSD.araujo2014-09-181-4/+0
| | | | | | | | | | | | | The FreeBSD is the only system that has the FEC protocol, that is a simple alias to loadbalance protocol and does not implement the ancient Cisco FEC standard. From now on, we remove the fec protocol from the documentation and keep the FEC code only for compatibility. Phabric: D539 Reviewed by: glebius, thompsa Approved by: glebius Sponsored by: QNAP Systems Inc.
* Add laggproto broadcast, it allows sends frames to all ports of the lagg(4) ↵araujo2014-09-181-0/+4
| | | | | | | | | | | | group and receives frames on any port of the lagg(4). Phabric: D549 Reviewed by: glebius, thompsa Approved by: glebius Obtained from: OpenBSD Sponsored by: QNAP Systems Inc.
* use .Mt to mark up email addresses consistently (final part)bapt2014-06-261-1/+1
| | | | | PR: 191174 Submitted by: Franco Fichtner <franco at lastsummer.de>
* Remove more remnants of ng_fec(4).glebius2013-10-281-1/+0
| | | | | | | | The ng_create_one() and ng_mkpeer() functions in network.subr are now not used anywhere, but I left them, since they can be useful in future in netgraph scripting. Submitted by: pluknet
* Remove trailing whitespace.joel2012-11-151-1/+1
|
* Mention the IEEE 802.1AX.kevlo2012-11-141-3/+3
| | | | Reviewed by: thompsa
* Break the last part to its own sentence rather than a run-on.thompsa2012-02-231-3/+4
| | | | Suggested by: dougb
* Add a sysctl/tunable default value for the use_flowid sysctl in r232008.thompsa2012-02-231-2/+4
|
* Document the net.link.lagg.X.use_flowid sysctl from r232008.thompsa2012-02-221-1/+13
|
* Make it clear that fec is just an aliasthompsa2012-02-221-2/+3
|
* Clarify that lagg(4) sends/receives on active port, not the master port.delphij2010-10-191-3/+3
| | | | | | Note that this still seems to be a little bit confusing as the concept of "master" is different from what people would expect on a networking equipment.
* Document net.link.lagg.failover_rx_all.delphij2010-10-081-2/+11
| | | | MFC after: 1 week
* Fix typo.brueffer2009-03-291-1/+1
|
* remove bogus nwid use; that's a compat shim for netbsdsam2009-03-291-1/+1
|
* fix wired-wireless failover example and remove incorrectsam2009-03-291-6/+7
| | | | comment about WPA not working
* - This driver will first appear in FreeBSD 6.3, not 7.0gabor2008-01-081-1/+1
| | | | | Submitted by: thompsa MFC after: 0 days
* - Propagate the largest set of interface capabilities supported by all laggthompsa2007-07-301-0/+3
| | | | | | | | | | | ports to the lagg interface. - Use the MTU from the first interface as the lagg MTU, all extra interfaces must be the same. This fixes using a lagg interface for a vlan or enabling jumbo frames, etc. Approved by: re (kensmith) MFC After: 3 days
* Bump date for the previous revision and the driver renaming.brueffer2007-04-171-1/+1
|
* To avoid confusion, mention that the driver was originally called trunkbrueffer2007-04-171-1/+3
| | | | in OpenBSD.
* Rename the trunk(4) driver to lagg(4) as it is too similar to vlan trunking.thompsa2007-04-171-0/+172
The name trunk is misused as the networking term trunk means carrying multiple VLANs over a single connection. The IEEE standard for link aggregation (802.3 section 3) does not talk about 'trunk' at all while it is used throughout IEEE 802.1Q in describing vlans. The lagg(4) driver provides link aggregation, failover and fault tolerance. Discussed on: current@
OpenPOWER on IntegriCloud