diff options
| author | Michael Brown | 2010-11-19 01:23:26 +0100 |
|---|---|---|
| committer | Michael Brown | 2010-11-20 17:52:04 +0100 |
| commit | 6fd09b541fbc426057661c7e0da4f39000b6803e (patch) | |
| tree | 042ecae7db862b934180566b16645969987343de /src/include/ipxe/features.h | |
| parent | [lotest] Fix endianness in status message (diff) | |
| download | ipxe-6fd09b541fbc426057661c7e0da4f39000b6803e.tar.gz ipxe-6fd09b541fbc426057661c7e0da4f39000b6803e.tar.xz ipxe-6fd09b541fbc426057661c7e0da4f39000b6803e.zip | |
[vlan] Add support for IEEE 802.1Q VLANs
Originally-implemented-by: michael-dev@fami-braun.de
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/features.h')
| -rw-r--r-- | src/include/ipxe/features.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/features.h b/src/include/ipxe/features.h index 76b59321f..660015cd2 100644 --- a/src/include/ipxe/features.h +++ b/src/include/ipxe/features.h @@ -51,6 +51,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); #define DHCP_EB_FEATURE_COMBOOT 0x23 /**< COMBOOT format */ #define DHCP_EB_FEATURE_EFI 0x24 /**< EFI format */ #define DHCP_EB_FEATURE_FCOE 0x25 /**< FCoE protocol */ +#define DHCP_EB_FEATURE_VLAN 0x26 /**< VLAN support */ /** @} */ |
