added two Microsoft proprietary configuration attribute types
This commit is contained in:
@@ -69,7 +69,10 @@ ENUM_NEXT(configuration_attribute_type_names, INTERNAL_IP6_DNS, INTERNAL_IP6_SUB
|
|||||||
"INTERNAL_IP4_SUBNET",
|
"INTERNAL_IP4_SUBNET",
|
||||||
"SUPPORTED_ATTRIBUTES",
|
"SUPPORTED_ATTRIBUTES",
|
||||||
"INTERNAL_IP6_SUBNET");
|
"INTERNAL_IP6_SUBNET");
|
||||||
ENUM_END(configuration_attribute_type_names, INTERNAL_IP6_SUBNET);
|
ENUM_NEXT(configuration_attribute_type_names, INTERNAL_IP4_SERVER, INTERNAL_IP6_SERVER, INTERNAL_IP6_SUBNET,
|
||||||
|
"INTERNAL_IP4_SERVER",
|
||||||
|
"INTERNAL_IP6_SERVER");
|
||||||
|
ENUM_END(configuration_attribute_type_names, INTERNAL_IP6_SERVER);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Encoding rules to parse or generate a configuration attribute.
|
* Encoding rules to parse or generate a configuration attribute.
|
||||||
|
|||||||
@@ -53,7 +53,10 @@ enum configuration_attribute_type_t {
|
|||||||
INTERNAL_IP6_DHCP = 12,
|
INTERNAL_IP6_DHCP = 12,
|
||||||
INTERNAL_IP4_SUBNET = 13,
|
INTERNAL_IP4_SUBNET = 13,
|
||||||
SUPPORTED_ATTRIBUTES = 14,
|
SUPPORTED_ATTRIBUTES = 14,
|
||||||
INTERNAL_IP6_SUBNET = 15
|
INTERNAL_IP6_SUBNET = 15,
|
||||||
|
/* proprietary Microsoft attributes */
|
||||||
|
INTERNAL_IP4_SERVER = 23456,
|
||||||
|
INTERNAL_IP6_SERVER = 23457
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user