diff options
author | Michael Brown | 2010-05-10 17:30:10 +0200 |
---|---|---|
committer | Michael Brown | 2010-05-10 17:34:17 +0200 |
commit | 84996b7b09341b3cb4b93fdae4bdb2cb217045c7 (patch) | |
tree | f3c9385844d21202ffc8a74e5fc72995e6f8b110 /src/include/ipxe/errfile.h | |
parent | [build] Fix building with binutils 2.16 (diff) | |
download | ipxe-84996b7b09341b3cb4b93fdae4bdb2cb217045c7.tar.gz ipxe-84996b7b09341b3cb4b93fdae4bdb2cb217045c7.tar.xz ipxe-84996b7b09341b3cb4b93fdae4bdb2cb217045c7.zip |
[lacp] Add simple LACP implementation
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>
Diffstat (limited to 'src/include/ipxe/errfile.h')
-rw-r--r-- | src/include/ipxe/errfile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/errfile.h b/src/include/ipxe/errfile.h index 736ce464..54e54619 100644 --- a/src/include/ipxe/errfile.h +++ b/src/include/ipxe/errfile.h @@ -171,6 +171,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); #define ERRFILE_wpa_psk ( ERRFILE_NET | 0x00270000 ) #define ERRFILE_wpa_tkip ( ERRFILE_NET | 0x00280000 ) #define ERRFILE_wpa_ccmp ( ERRFILE_NET | 0x00290000 ) +#define ERRFILE_eth_slow ( ERRFILE_NET | 0x002a0000 ) #define ERRFILE_image ( ERRFILE_IMAGE | 0x00000000 ) #define ERRFILE_elf ( ERRFILE_IMAGE | 0x00010000 ) |