summaryrefslogtreecommitdiffstats
path: root/src/core/proto_eth_slow.c
Commit message (Collapse)AuthorAgeFilesLines
* [lacp] Add simple LACP implementationMichael Brown2010-05-101-406/+0Star
| | | | | | | | | | Some switch configurations will refuse to enable our port unless we can speak LACP to inform the switch that we are alive. Add a very simple passive LACP implementation that is sufficient to convince at least Linux's bonding driver (when tested using qemu attached to a tap device enslaved to a bond device configured as "mode=802.3ad"). Signed-off-by: Michael Brown <mcb30@ipxe.org>
* Dead code removal.Michael Brown2007-07-141-1/+0Star
| | | | Kill off use of etherboot.h outside drivers/net.
* Initial revisionMichael Brown2005-03-081-0/+407