mirror of
https://github.com/ipxe/ipxe
synced 2025-12-10 21:41:09 +03:00
Correct option number for DHCP_DNS_SERVERS, and add it to the request
list.
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
#define DHCP_ROUTERS 3
|
||||
|
||||
/** DNS servers */
|
||||
#define DHCP_DNS_SERVERS 4
|
||||
#define DHCP_DNS_SERVERS 6
|
||||
|
||||
/** Host name */
|
||||
#define DHCP_HOST_NAME 12
|
||||
|
||||
Reference in New Issue
Block a user