http://git.etherboot.org
/
people
/
andreif
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c343a3a
)
Also request root-path.
author
Michael Brown
<mcb30@etherboot.org>
Fri, 8 Dec 2006 15:49:46 +0000
(15:49 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Fri, 8 Dec 2006 15:49:46 +0000
(15:49 +0000)
src/net/udp/dhcp.c
patch
|
blob
|
history
diff --git
a/src/net/udp/dhcp.c
b/src/net/udp/dhcp.c
index
af32f21
..
280e1cd
100644
(file)
--- a/
src/net/udp/dhcp.c
+++ b/
src/net/udp/dhcp.c
@@
-55,7
+55,8
@@
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_BOOTFILE_NAME, DHCP_DNS_SERVERS, DHCP_EB_ENCAP ),
+ DHCP_BOOTFILE_NAME, DHCP_ROOT_PATH, DHCP_DNS_SERVERS,
+ DHCP_EB_ENCAP ),
DHCP_END
};