http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e3e5ef
)
Request bootfile name; it doesn't seem to be automatically supplied by
author
Michael Brown
<mcb30@etherboot.org>
Tue, 1 Aug 2006 14:12:27 +0000
(14:12 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Tue, 1 Aug 2006 14:12:27 +0000
(14:12 +0000)
all servers.
src/net/udp/dhcp.c
patch
|
blob
|
history
diff --git
a/src/net/udp/dhcp.c
b/src/net/udp/dhcp.c
index
19e91d7
..
b214901
100644
(file)
--- 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
};