/// definitions. This array lists default values for those option definitions.
const SimpleDefaults SimpleParser4::OPTION4_DEF_DEFAULTS = {
{ "record-types", Element::string, ""},
- { "space", Element::string, "dhcp4"},
+ { "space", Element::string, "dhcp4"}, // DHCP4_OPTION_SPACE
{ "array", Element::boolean, "false"},
{ "encapsulate", Element::string, "" }
};
/// subnet, class or host reservations scopes. This array lists default values
/// for those option-data declarations.
const SimpleDefaults SimpleParser4::OPTION4_DEFAULTS = {
- { "space", Element::string, "dhcp4"},
+ { "space", Element::string, "dhcp4"}, // DHCP4_OPTION_SPACE
{ "csv-format", Element::boolean, "true"},
{ "always-send", Element::boolean, "false"}
};
/// definitions. This array lists default values for those option definitions.
const SimpleDefaults SimpleParser6::OPTION6_DEF_DEFAULTS = {
{ "record-types", Element::string, ""},
- { "space", Element::string, "dhcp6"},
+ { "space", Element::string, "dhcp6"}, // DHCP6_OPTION_SPACE
{ "array", Element::boolean, "false"},
{ "encapsulate", Element::string, "" }
};
/// subnet, class or host reservations scopes. This array lists default values
/// for those option-data declarations.
const SimpleDefaults SimpleParser6::OPTION6_DEFAULTS = {
- { "space", Element::string, "dhcp6"},
+ { "space", Element::string, "dhcp6"}, // DHCP6_OPTION_SPACE
{ "csv-format", Element::boolean, "true"},
{ "always-send", Element::boolean, "false"}
};