diff options
author | Michael Brown | 2016-04-18 11:08:46 +0200 |
---|---|---|
committer | Michael Brown | 2016-04-18 11:08:46 +0200 |
commit | 40a8a5294c0cb0f8fe6f608600dc8ed8d1f2b0c5 (patch) | |
tree | 67f0e2a3f71577d8f4b3a247069da5691ba59a09 /src/config/general.h | |
parent | [virtio] Add virtio-net 1.0 support (diff) | |
download | ipxe-40a8a5294c0cb0f8fe6f608600dc8ed8d1f2b0c5.tar.gz ipxe-40a8a5294c0cb0f8fe6f608600dc8ed8d1f2b0c5.tar.xz ipxe-40a8a5294c0cb0f8fe6f608600dc8ed8d1f2b0c5.zip |
[ethernet] Make LACP support configurable at build time
Add a build configuration option NET_PROTO_LACP to control whether or
not LACP support is included for Ethernet devices.
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/general.h')
-rw-r--r-- | src/config/general.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/general.h b/src/config/general.h index 675c11e0..a2150150 100644 --- a/src/config/general.h +++ b/src/config/general.h @@ -38,6 +38,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #undef NET_PROTO_IPV6 /* IPv6 protocol */ #undef NET_PROTO_FCOE /* Fibre Channel over Ethernet protocol */ #define NET_PROTO_STP /* Spanning Tree protocol */ +#define NET_PROTO_LACP /* Link Aggregation control protocol */ /* * PXE support |