david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Request all the options that we're prepared to do anything with.

This commit is contained in:
Michael Brown 2006-12-12 16:18:20 +00:00
parent 240c9512bb
commit 04c09823bd
1 changed files with 5 additions and 3 deletions

View File

@ -54,9 +54,11 @@ static uint8_t dhcp_request_options_data[] = {
DHCP_VENDOR_CLASS_ID,
DHCP_STRING ( 'E', 't', 'h', 'e', 'r', 'b', 'o', 'o', 't' ),
DHCP_PARAMETER_REQUEST_LIST,
DHCP_OPTION ( DHCP_SUBNET_MASK, DHCP_ROUTERS, DHCP_HOST_NAME,
DHCP_BOOTFILE_NAME, DHCP_ROOT_PATH, DHCP_DNS_SERVERS,
DHCP_EB_ENCAP ),
DHCP_OPTION ( DHCP_SUBNET_MASK, DHCP_ROUTERS, DHCP_DNS_SERVERS,
DHCP_HOST_NAME, DHCP_DOMAIN_NAME, DHCP_ROOT_PATH,
DHCP_VENDOR_ENCAP, DHCP_TFTP_SERVER_NAME,
DHCP_BOOTFILE_NAME, DHCP_EB_ENCAP,
DHCP_ISCSI_INITIATOR_IQN ),
DHCP_END
};