summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2006-08-27 03:37:58 +0200
committerMichael Brown2006-08-27 03:37:58 +0200
commitcab3f4502b42031b08912092e92058c639ee27bb (patch)
tree1034a6fb844fc67831f6bc3b66e39f7fff347113 /src/include
parentAdded support for INT 13,15; NTLDR calls it (though it may not (diff)
downloadipxe-cab3f4502b42031b08912092e92058c639ee27bb.tar.gz
ipxe-cab3f4502b42031b08912092e92058c639ee27bb.tar.xz
ipxe-cab3f4502b42031b08912092e92058c639ee27bb.zip
Correct option number for DHCP_DNS_SERVERS, and add it to the request
list.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gpxe/dhcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gpxe/dhcp.h b/src/include/gpxe/dhcp.h
index 10e423190..79df5fc7c 100644
--- a/src/include/gpxe/dhcp.h
+++ b/src/include/gpxe/dhcp.h
@@ -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