summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/dhcp.h
diff options
context:
space:
mode:
authorMichael Brown2008-09-25 02:35:15 +0200
committerMichael Brown2008-09-25 02:35:15 +0200
commitaa8d97258154216896567a901156e7ef4eef399f (patch)
tree1b79963c832d8471880586defec5df030f71420f /src/include/gpxe/dhcp.h
parent[pxe] Enable interrupts before starting PXE NBP execution (diff)
downloadipxe-aa8d97258154216896567a901156e7ef4eef399f.tar.gz
ipxe-aa8d97258154216896567a901156e7ef4eef399f.tar.xz
ipxe-aa8d97258154216896567a901156e7ef4eef399f.zip
[dhcp] Accept BOOTP as well as DHCP
Diffstat (limited to 'src/include/gpxe/dhcp.h')
-rw-r--r--src/include/gpxe/dhcp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gpxe/dhcp.h b/src/include/gpxe/dhcp.h
index c5ed0ead..e89503d3 100644
--- a/src/include/gpxe/dhcp.h
+++ b/src/include/gpxe/dhcp.h
@@ -102,6 +102,7 @@ struct dhcp_packet;
/** DHCP message type */
#define DHCP_MESSAGE_TYPE 53
+#define DHCPNONE 0
#define DHCPDISCOVER 1
#define DHCPOFFER 2
#define DHCPREQUEST 3