mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-30 22:05:23 +00:00
Incremental changes to support DHCP protocol
This commit is contained in:
@@ -326,6 +326,17 @@ struct option dhcp_options [256] = {
|
||||
/* Default dhcp option priority list (this is ad hoc and should not be
|
||||
mistaken for a carefully crafted and optimized list). */
|
||||
unsigned char dhcp_option_default_priority_list [] = {
|
||||
DHO_DHCP_REQUESTED_ADDRESS,
|
||||
DHO_DHCP_LEASE_TIME,
|
||||
DHO_DHCP_MESSAGE_TYPE,
|
||||
DHO_DHCP_OPTION_OVERLOAD,
|
||||
DHO_DHCP_SERVER_IDENTIFIER,
|
||||
DHO_DHCP_MESSAGE,
|
||||
DHO_DHCP_MAX_MESSAGE_SIZE,
|
||||
DHO_DHCP_RENEWAL_TIME,
|
||||
DHO_DHCP_REBINDING_TIME,
|
||||
DHO_DHCP_CLASS_IDENTIFIER,
|
||||
DHO_DHCP_CLIENT_IDENTIFIER,
|
||||
DHO_SUBNET_MASK,
|
||||
DHO_TIME_OFFSET,
|
||||
DHO_ROUTERS,
|
||||
@@ -375,18 +386,7 @@ unsigned char dhcp_option_default_priority_list [] = {
|
||||
DHO_NETBIOS_SCOPE,
|
||||
DHO_FONT_SERVERS,
|
||||
DHO_X_DISPLAY_MANAGER,
|
||||
DHO_DHCP_REQUESTED_ADDRESS,
|
||||
DHO_DHCP_LEASE_TIME,
|
||||
DHO_DHCP_OPTION_OVERLOAD,
|
||||
DHO_DHCP_MESSAGE_TYPE,
|
||||
DHO_DHCP_SERVER_IDENTIFIER,
|
||||
DHO_DHCP_PARAMETER_REQUEST_LIST,
|
||||
DHO_DHCP_MESSAGE,
|
||||
DHO_DHCP_MAX_MESSAGE_SIZE,
|
||||
DHO_DHCP_RENEWAL_TIME,
|
||||
DHO_DHCP_REBINDING_TIME,
|
||||
DHO_DHCP_CLASS_IDENTIFIER,
|
||||
DHO_DHCP_CLIENT_IDENTIFIER,
|
||||
};
|
||||
|
||||
int sizeof_dhcp_option_default_priority_list =
|
||||
|
Reference in New Issue
Block a user