2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-29 13:28:14 +00:00

Add NWIP option code definitions.

This commit is contained in:
Ted Lemon 2000-01-08 01:39:19 +00:00
parent 2e23650878
commit f5707ee9af

View File

@ -154,6 +154,8 @@ struct dhcp_packet {
#define DHO_DHCP_REBINDING_TIME 59 #define DHO_DHCP_REBINDING_TIME 59
#define DHO_VENDOR_CLASS_IDENTIFIER 60 #define DHO_VENDOR_CLASS_IDENTIFIER 60
#define DHO_DHCP_CLIENT_IDENTIFIER 61 #define DHO_DHCP_CLIENT_IDENTIFIER 61
#define DHO_NWIP_DOMAIN_NAME 62
#define DHO_NWIP_SUBOPTIONS 63
#define DHO_USER_CLASS 77 #define DHO_USER_CLASS 77
#define DHO_DHCP_AGENT_OPTIONS 82 #define DHO_DHCP_AGENT_OPTIONS 82
/* The DHO_AUTHENTICATE option is not a standard yet, so I've /* The DHO_AUTHENTICATE option is not a standard yet, so I've