Browse Source

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

all servers.
tags/v0.9.3
Michael Brown 19 years ago
parent
commit
ae277992c2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/net/udp/dhcp.c

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

55
 	DHCP_STRING (  'E', 't', 'h', 'e', 'r', 'b', 'o', 'o', 't' ),
55
 	DHCP_STRING (  'E', 't', 'h', 'e', 'r', 'b', 'o', 'o', 't' ),
56
 	DHCP_PARAMETER_REQUEST_LIST,
56
 	DHCP_PARAMETER_REQUEST_LIST,
57
 	DHCP_OPTION ( DHCP_SUBNET_MASK, DHCP_ROUTERS, DHCP_HOST_NAME,
57
 	DHCP_OPTION ( DHCP_SUBNET_MASK, DHCP_ROUTERS, DHCP_HOST_NAME,
58
-		      DHCP_EB_ENCAP ),
58
+		      DHCP_BOOTFILE_NAME, DHCP_EB_ENCAP ),
59
 	DHCP_END
59
 	DHCP_END
60
 };
60
 };
61
 
61
 

Loading…
Cancel
Save