Browse Source

Also request root-path.

tags/v0.9.3
Michael Brown 17 years ago
parent
commit
a1af111a87
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/net/udp/dhcp.c

+ 2
- 1
src/net/udp/dhcp.c View File

@@ -55,7 +55,8 @@ static uint8_t dhcp_request_options_data[] = {
55 55
 	DHCP_STRING (  'E', 't', 'h', 'e', 'r', 'b', 'o', 'o', 't' ),
56 56
 	DHCP_PARAMETER_REQUEST_LIST,
57 57
 	DHCP_OPTION ( DHCP_SUBNET_MASK, DHCP_ROUTERS, DHCP_HOST_NAME,
58
-		      DHCP_BOOTFILE_NAME, DHCP_DNS_SERVERS, DHCP_EB_ENCAP ),
58
+		      DHCP_BOOTFILE_NAME, DHCP_ROOT_PATH, DHCP_DNS_SERVERS,
59
+		      DHCP_EB_ENCAP ),
59 60
 	DHCP_END
60 61
 };
61 62
 

Loading…
Cancel
Save