Kea
1.9.9-git
|
#include <simple_parser6.h>
Static Public Member Functions | |
static size_t | deriveParameters (isc::data::ElementPtr global) |
Derives (inherits) all parameters from global to more specific scopes. More... | |
static size_t | setAllDefaults (isc::data::ElementPtr global) |
Sets all defaults for DHCPv6 configuration. More... | |
Static Public Member Functions inherited from isc::data::SimpleParser | |
static void | checkKeywords (const SimpleKeywords &keywords, isc::data::ConstElementPtr scope) |
Checks acceptable keywords with their expected type. More... | |
static void | checkRequired (const SimpleRequiredKeywords &required, isc::data::ConstElementPtr scope) |
Checks that all required keywords are present. More... | |
static size_t | deriveParams (isc::data::ConstElementPtr parent, isc::data::ElementPtr child, const ParamsList ¶ms) |
Derives (inherits) parameters from parent scope to a child. More... | |
static isc::asiolink::IOAddress | getAddress (const ConstElementPtr &scope, const std::string &name) |
Returns a IOAddress parameter from a scope. More... | |
static bool | getBoolean (isc::data::ConstElementPtr scope, const std::string &name) |
Returns a boolean parameter from a scope. More... | |
static double | getDouble (const ConstElementPtr &scope, const std::string &name) |
Returns a floating point parameter from a scope. More... | |
static int64_t | getInteger (isc::data::ConstElementPtr scope, const std::string &name) |
Returns an integer parameter from a scope. More... | |
static int64_t | getInteger (isc::data::ConstElementPtr scope, const std::string &name, int64_t min, int64_t max) |
Returns an integer parameter from a scope and checks its range. More... | |
static const data::Element::Position & | getPosition (const std::string &name, const data::ConstElementPtr parent) |
Utility method that returns position of an element. More... | |
static std::string | getString (isc::data::ConstElementPtr scope, const std::string &name) |
Returns a string parameter from a scope. More... | |
static size_t | setDefaults (isc::data::ElementPtr scope, const SimpleDefaults &default_values) |
Sets the default values. More... | |
static size_t | setListDefaults (isc::data::ConstElementPtr list, const SimpleDefaults &default_values) |
Sets the default values for all entries in a list. More... | |
Static Public Attributes | |
static const isc::data::SimpleKeywords | GLOBAL6_PARAMETERS |
This table defines all global parameters in DHCPv6. More... | |
static const isc::data::SimpleDefaults | GLOBAL6_DEFAULTS |
This table defines default global values for DHCPv6. More... | |
static const isc::data::SimpleKeywords | OPTION6_DEF_PARAMETERS |
This table defines all option definition parameters. More... | |
static const isc::data::SimpleDefaults | OPTION6_DEF_DEFAULTS |
This table defines default values for option definitions in DHCPv6. More... | |
static const isc::data::SimpleKeywords | OPTION6_PARAMETERS |
This table defines all option parameters. More... | |
static const isc::data::SimpleDefaults | OPTION6_DEFAULTS |
This table defines default values for options in DHCPv6. More... | |
static const isc::data::SimpleKeywords | SUBNET6_PARAMETERS |
This table defines all subnet parameters for DHCPv6. More... | |
static const isc::data::SimpleDefaults | SUBNET6_DEFAULTS |
This table defines default values for each IPv6 subnet. More... | |
static const isc::data::SimpleDefaults | SHARED_SUBNET6_DEFAULTS |
This table defines default values for each IPv6 subnet. More... | |
static const isc::data::ParamsList | INHERIT_TO_SUBNET6 |
List of parameters that can be inherited from the global to subnet6 scope. More... | |
static const isc::data::SimpleKeywords | POOL6_PARAMETERS |
This table defines all pool parameters. More... | |
static const isc::data::SimpleKeywords | PD_POOL6_PARAMETERS |
This table defines all prefix delegation pool parameters. More... | |
static const isc::data::SimpleKeywords | SHARED_NETWORK6_PARAMETERS |
This table defines all shared network parameters for DHCPv6. More... | |
static const isc::data::SimpleDefaults | SHARED_NETWORK6_DEFAULTS |
This table defines default values for each IPv6 subnet that is part of a shared network. More... | |
static const isc::data::SimpleDefaults | IFACE6_DEFAULTS |
This table defines default values for interfaces for DHCPv6. More... | |
static const isc::data::SimpleDefaults | DHCP_QUEUE_CONTROL6_DEFAULTS |
This table defines default values for dhcp-queue-control in DHCPv6. More... | |
static const isc::data::SimpleDefaults | DHCP_MULTI_THREADING6_DEFAULTS |
This table defines default values for multi-threading in DHCPv6. More... | |
static const isc::data::SimpleDefaults | SANITY_CHECKS6_DEFAULTS |
This defines default values for sanity checking for DHCPv6. More... | |
Additional Inherited Members | |
Public Member Functions inherited from isc::data::SimpleParser | |
uint16_t | getUint16 (isc::data::ConstElementPtr scope, const std::string &name) |
Returns a value converted to uint16_t. More... | |
uint32_t | getUint32 (isc::data::ConstElementPtr scope, const std::string &name) |
Returns a value converted to uint32_t. More... | |
uint8_t | getUint8 (ConstElementPtr scope, const std::string &name) |
Get an uint8_t value. More... | |
const dhcp::Triplet< uint32_t > | parseIntTriplet (const data::ConstElementPtr &scope, const std::string &name) |
Parses an integer triplet. More... | |
Protected Member Functions inherited from isc::data::SimpleParser | |
template<typename target_type , target_type convert> | |
target_type | getAndConvert (isc::data::ConstElementPtr scope, const std::string &name, const std::string &type_name) |
Returns a converted value from a scope. More... | |
template<typename int_type > | |
int_type | getIntType (isc::data::ConstElementPtr scope, const std::string &name) |
Returns an integer value with range checking from a scope. More... | |
Definition at line 21 of file simple_parser6.h.
|
static |
Derives (inherits) all parameters from global to more specific scopes.
This method currently does the following:
global | scope to be modified if needed (subnet6 will be extracted) |
Definition at line 502 of file simple_parser6.cc.
References isc::data::SimpleParser::deriveParams().
|
static |
Sets all defaults for DHCPv6 configuration.
This method sets global, option data and option definitions defaults.
global | scope to be filled in with defaults. |
Definition at line 413 of file simple_parser6.cc.
References isc::data::Element::createMap(), and isc::data::SimpleParser::setDefaults().
|
static |
This table defines default values for multi-threading in DHCPv6.
Definition at line 63 of file simple_parser6.h.
|
static |
This table defines default values for dhcp-queue-control in DHCPv6.
Definition at line 62 of file simple_parser6.h.
|
static |
This table defines default global values for DHCPv6.
Some of the global parameters defined in the global scope (i.e. directly in Dhcp6) are optional. If not defined, the following values will be used.
Definition at line 42 of file simple_parser6.h.
|
static |
This table defines all global parameters in DHCPv6.
Boolean, integer, real and string types are for scalar parameters, list and map types for entries. Order follows global_param rule in bison grammar.
Definition at line 41 of file simple_parser6.h.
|
static |
This table defines default values for interfaces for DHCPv6.
Definition at line 61 of file simple_parser6.h.
|
static |
List of parameters that can be inherited from the global to subnet6 scope.
Some parameters may be defined on both global (directly in Dhcp6) and subnet (Dhcp6/subnet6/...) scope. If not defined in the subnet scope, the value is being inherited (derived) from the global scope. This array lists all of such parameters.
This list is also used for inheriting from global to shared networks and from shared networks to subnets within it.
Definition at line 53 of file simple_parser6.h.
|
static |
This table defines default values for option definitions in DHCPv6.
Dhcp6 may contain an array called option-def that enumerates new option definitions. This array lists default values for those option definitions.
Definition at line 45 of file simple_parser6.h.
|
static |
This table defines all option definition parameters.
Boolean, integer, real and string types are for scalar parameters, list and map types for entries. Order follows option_def_param rules in bison grammar.
Definition at line 44 of file simple_parser6.h.
Referenced by isc::dhcp::OptionDefParser::parse().
|
static |
This table defines default values for options in DHCPv6.
Dhcp6 usually contains option values (option-data) defined in global, subnet, class or host reservations scopes. This array lists default values for those option-data declarations.
Definition at line 48 of file simple_parser6.h.
|
static |
This table defines all option parameters.
Boolean, integer, real and string types are for scalar parameters, list and map types for entries. Order follows option_param rules in bison grammar.
Definition at line 47 of file simple_parser6.h.
Referenced by isc::dhcp::OptionDataParser::parse().
|
static |
This table defines all prefix delegation pool parameters.
Boolean, integer, real and string types are for scalar parameters, list and map types for entries. Order follows pd_pool_param rules in bison grammar.
Definition at line 56 of file simple_parser6.h.
Referenced by isc::dhcp::PdPoolParser::parse().
|
static |
This table defines all pool parameters.
Boolean, integer, real and string types are for scalar parameters, list and map types for entries. Order follows pool_param rules in bison grammar.
Definition at line 55 of file simple_parser6.h.
Referenced by isc::dhcp::PoolParser::parse().
|
static |
This defines default values for sanity checking for DHCPv6.
Definition at line 64 of file simple_parser6.h.
|
static |
This table defines default values for each IPv6 subnet that is part of a shared network.
This is mostly the same as SUBNET6_DEFAULTS, except the parameters that can be derived from shared-network, but cannot from global scope.
Definition at line 59 of file simple_parser6.h.
|
static |
This table defines all shared network parameters for DHCPv6.
Boolean, integer, real and string types are for scalar parameters, list and map types for entries. Order follows shared_network_param rule in bison grammar.
Definition at line 58 of file simple_parser6.h.
Referenced by isc::dhcp::SharedNetwork6Parser::parse().
|
static |
This table defines default values for each IPv6 subnet.
Definition at line 52 of file simple_parser6.h.
|
static |
This table defines default values for each IPv6 subnet.
Note: When updating this array, please also update SHARED_SUBNET6_DEFAULTS below. In most cases, those two should be kept in sync, except cases where a parameter can be derived from shared-networks, but is not defined on global level.
Definition at line 51 of file simple_parser6.h.
|
static |
This table defines all subnet parameters for DHCPv6.
Boolean, integer, real and string types are for scalar parameters, list and map types for entries. Order follows subnet6_param rule in bison grammar.
Definition at line 50 of file simple_parser6.h.
Referenced by isc::dhcp::Subnet6ConfigParser::parse().