summaryrefslogtreecommitdiffstats
path: root/src/net/udp/dhcp.c
diff options
context:
space:
mode:
authorMichael Brown2006-08-01 16:12:27 +0200
committerMichael Brown2006-08-01 16:12:27 +0200
commitae277992c23feceff6cb019dc05a6f5c7cc97ae7 (patch)
treeb73e894e1177c6f3844d33e253d4961bc83c058e /src/net/udp/dhcp.c
parentAccept '%i' as a synonym for '%d'. (diff)
downloadipxe-ae277992c23feceff6cb019dc05a6f5c7cc97ae7.tar.gz
ipxe-ae277992c23feceff6cb019dc05a6f5c7cc97ae7.tar.xz
ipxe-ae277992c23feceff6cb019dc05a6f5c7cc97ae7.zip
Request bootfile name; it doesn't seem to be automatically supplied by
all servers.
Diffstat (limited to 'src/net/udp/dhcp.c')
-rw-r--r--src/net/udp/dhcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/udp/dhcp.c b/src/net/udp/dhcp.c
index 19e91d72..b214901e 100644
--- a/src/net/udp/dhcp.c
+++ b/src/net/udp/dhcp.c
@@ -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
};