[dhcp] Accept BOOTP as well as DHCP

This commit is contained in:
Michael Brown
2008-09-25 01:35:15 +01:00
parent fed106b7fb
commit aa8d972581
2 changed files with 10 additions and 7 deletions

View File

@@ -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