diff options
Diffstat (limited to 'src/include/gpxe/dhcp.h')
-rw-r--r-- | src/include/gpxe/dhcp.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gpxe/dhcp.h b/src/include/gpxe/dhcp.h index 863227867..bbd345c8b 100644 --- a/src/include/gpxe/dhcp.h +++ b/src/include/gpxe/dhcp.h @@ -168,6 +168,11 @@ struct job_interface; */ #define DHCP_EB_SIADDR DHCP_ENCAP_OPT ( DHCP_EB_ENCAP, 3 ) +/* + * Tags in the range 0x10-0x7f are reserved for feature markers + * + */ + /** Network device descriptor * * Byte 0 is the bus type ID; remaining bytes depend on the bus type. |