2
0
mirror of https://github.com/xcat2/xNBA.git synced 2025-01-05 11:05:07 +00:00

Request bootfile name; it doesn't seem to be automatically supplied by

all servers.
This commit is contained in:
Michael Brown 2006-08-01 14:12:27 +00:00
parent 6e3e5efaed
commit ae277992c2

View File

@ -55,7 +55,7 @@ static uint8_t dhcp_request_options_data[] = {
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_EB_ENCAP ),
DHCP_BOOTFILE_NAME, DHCP_EB_ENCAP ),
DHCP_END
};