mirror of
https://github.com/ipxe/ipxe
synced 2025-12-10 13:32:20 +03:00
[dhcp] Accept BOOTP as well as DHCP
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user