mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 22:15:23 +00:00
[5017] 6->4 in comments
This commit is contained in:
@@ -64,10 +64,10 @@ public:
|
|||||||
/// This will parse the input as interfaces content.
|
/// This will parse the input as interfaces content.
|
||||||
PARSER_INTERFACES,
|
PARSER_INTERFACES,
|
||||||
|
|
||||||
/// This will parse the input as Subnet6 content.
|
/// This will parse the input as Subnet4 content.
|
||||||
PARSER_SUBNET4,
|
PARSER_SUBNET4,
|
||||||
|
|
||||||
/// This will parse the input as pool6 content.
|
/// This will parse the input as pool4 content.
|
||||||
PARSER_POOL4,
|
PARSER_POOL4,
|
||||||
|
|
||||||
/// This will parse the input as host-reservation.
|
/// This will parse the input as host-reservation.
|
||||||
@@ -205,13 +205,13 @@ public:
|
|||||||
/// Used while parsing Dhcp4/hooks-libraries.
|
/// Used while parsing Dhcp4/hooks-libraries.
|
||||||
HOOKS_LIBRARIES,
|
HOOKS_LIBRARIES,
|
||||||
|
|
||||||
/// Used while parsing Dhcp4/Subnet6 structures.
|
/// Used while parsing Dhcp4/Subnet4 structures.
|
||||||
SUBNET4,
|
SUBNET4,
|
||||||
|
|
||||||
/// Used while parsing Dhcp4/option-def structures.
|
/// Used while parsing Dhcp4/option-def structures.
|
||||||
OPTION_DEF,
|
OPTION_DEF,
|
||||||
|
|
||||||
/// Used while parsing Dhcp4/option-data, Dhcp4/subnet6/option-data
|
/// Used while parsing Dhcp4/option-data, Dhcp4/subnet4/option-data
|
||||||
/// or anywhere option-data is present (client classes, host
|
/// or anywhere option-data is present (client classes, host
|
||||||
/// reservations and possibly others).
|
/// reservations and possibly others).
|
||||||
OPTION_DATA,
|
OPTION_DATA,
|
||||||
@@ -225,13 +225,13 @@ public:
|
|||||||
/// Used while parsing Dhcp4/control-socket structures.
|
/// Used while parsing Dhcp4/control-socket structures.
|
||||||
CONTROL_SOCKET,
|
CONTROL_SOCKET,
|
||||||
|
|
||||||
/// Used while parsing Dhcp4/subnet6/pools structures.
|
/// Used while parsing Dhcp4/subnet4/pools structures.
|
||||||
POOLS,
|
POOLS,
|
||||||
|
|
||||||
/// Used while parsing Dhcp4/reservations structures.
|
/// Used while parsing Dhcp4/reservations structures.
|
||||||
RESERVATIONS,
|
RESERVATIONS,
|
||||||
|
|
||||||
/// Used while parsing Dhcp4/subnet6/relay structures.
|
/// Used while parsing Dhcp4/subnet4relay structures.
|
||||||
RELAY,
|
RELAY,
|
||||||
|
|
||||||
/// Used while parsing Dhcp4/client-classes structures.
|
/// Used while parsing Dhcp4/client-classes structures.
|
||||||
|
Reference in New Issue
Block a user