mirror of
https://github.com/ipxe/ipxe
synced 2025-12-10 21:41:09 +03:00
Add FEATURE() macro, plus code to display features at startup time,
and generate DHCP options to indicate features to DHCP server (and to PXE NBPs).
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user