diff options
| author | Michael Brown | 2008-09-25 02:35:15 +0200 |
|---|---|---|
| committer | Michael Brown | 2008-09-25 02:35:15 +0200 |
| commit | aa8d97258154216896567a901156e7ef4eef399f (patch) | |
| tree | 1b79963c832d8471880586defec5df030f71420f /src/include | |
| parent | [pxe] Enable interrupts before starting PXE NBP execution (diff) | |
| download | ipxe-aa8d97258154216896567a901156e7ef4eef399f.tar.gz ipxe-aa8d97258154216896567a901156e7ef4eef399f.tar.xz ipxe-aa8d97258154216896567a901156e7ef4eef399f.zip | |
[dhcp] Accept BOOTP as well as DHCP
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/gpxe/dhcp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gpxe/dhcp.h b/src/include/gpxe/dhcp.h index c5ed0ead6..e89503d39 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 |
