mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 06:15:55 +00:00
- Varying option space code and length bit widths (8/16/32) are now
supported. This is a milestone in acheiving RFC 3925 "VIVSO" and DHCPv6 support. [ISC-Bugs #15979]
This commit is contained in:
@@ -149,6 +149,8 @@ struct dhcp_packet {
|
||||
#define DHO_FQDN 81
|
||||
#define DHO_DHCP_AGENT_OPTIONS 82
|
||||
#define DHO_SUBNET_SELECTION 118 /* RFC3011! */
|
||||
#define DHO_VIVCO_SUBOPTIONS 124
|
||||
#define DHO_VIVSO_SUBOPTIONS 125
|
||||
/* The DHO_AUTHENTICATE option is not a standard yet, so I've
|
||||
allocated an option out of the "local" option space for it on a
|
||||
temporary basis. Once an option code number is assigned, I will
|
||||
@@ -183,3 +185,6 @@ struct dhcp_packet {
|
||||
#define FQDN_DOMAINNAME 7
|
||||
#define FQDN_FQDN 8
|
||||
#define FQDN_SUBOPTION_COUNT 8
|
||||
|
||||
/* Enterprise Suboptions: */
|
||||
#define VENDOR_ISC_SUBOPTIONS 2495
|
||||
|
Reference in New Issue
Block a user