ddns_ttl_min ::= "ddns-ttl-min" ":" INTEGER
- ddns_ttl_max ::= "ddns-ttl-mix" ":" INTEGER
+ ddns_ttl_max ::= "ddns-ttl-max" ":" INTEGER
hostname_char_set ::= "hostname-char-set" ":" STRING
ddns_ttl_min ::= "ddns-ttl-min" ":" INTEGER
- ddns_ttl_max ::= "ddns-ttl-mix" ":" INTEGER
+ ddns_ttl_max ::= "ddns-ttl-max" ":" INTEGER
hostname_char_set ::= "hostname-char-set" ":" STRING
#line 1577 "dhcp4_parser.cc"
break;
- case 188: // ddns_ttl_max: "ddns-ttl-mix" ":" "integer"
+ case 188: // ddns_ttl_max: "ddns-ttl-max" ":" "integer"
#line 836 "dhcp4_parser.yy"
{
ctx.unique("ddns-ttl-max", ctx.loc2pos(yystack_[2].location));
"\"ddns-replace-client-name\"", "\"ddns-generated-prefix\"",
"\"ddns-qualifying-suffix\"", "\"ddns-update-on-renew\"",
"\"ddns-use-conflict-resolution\"", "\"ddns-ttl-percent\"",
- "\"ddns-ttl\"", "\"ddns-ttl-min\"", "\"ddns-ttl-mix\"",
+ "\"ddns-ttl\"", "\"ddns-ttl-min\"", "\"ddns-ttl-max\"",
"\"store-extended-info\"", "\"subnet4\"", "\"4o6-interface\"",
"\"4o6-interface-id\"", "\"4o6-subnet\"", "\"option-def\"",
"\"option-data\"", "\"name\"", "\"data\"", "\"code\"", "\"space\"",
TOKEN_DDNS_TTL_PERCENT = 348, // "ddns-ttl-percent"
TOKEN_DDNS_TTL = 349, // "ddns-ttl"
TOKEN_DDNS_TTL_MIN = 350, // "ddns-ttl-min"
- TOKEN_DDNS_TTL_MAX = 351, // "ddns-ttl-mix"
+ TOKEN_DDNS_TTL_MAX = 351, // "ddns-ttl-max"
TOKEN_STORE_EXTENDED_INFO = 352, // "store-extended-info"
TOKEN_SUBNET4 = 353, // "subnet4"
TOKEN_SUBNET_4O6_INTERFACE = 354, // "4o6-interface"
S_DDNS_TTL_PERCENT = 93, // "ddns-ttl-percent"
S_DDNS_TTL = 94, // "ddns-ttl"
S_DDNS_TTL_MIN = 95, // "ddns-ttl-min"
- S_DDNS_TTL_MAX = 96, // "ddns-ttl-mix"
+ S_DDNS_TTL_MAX = 96, // "ddns-ttl-max"
S_STORE_EXTENDED_INFO = 97, // "store-extended-info"
S_SUBNET4 = 98, // "subnet4"
S_SUBNET_4O6_INTERFACE = 99, // "4o6-interface"
DDNS_TTL_PERCENT "ddns-ttl-percent"
DDNS_TTL "ddns-ttl"
DDNS_TTL_MIN "ddns-ttl-min"
- DDNS_TTL_MAX "ddns-ttl-mix"
+ DDNS_TTL_MAX "ddns-ttl-max"
STORE_EXTENDED_INFO "store-extended-info"
SUBNET4 "subnet4"
SUBNET_4O6_INTERFACE "4o6-interface"
#line 1544 "dhcp6_parser.cc"
break;
- case 188: // ddns_ttl_max: "ddns-ttl-mix" ":" "integer"
+ case 188: // ddns_ttl_max: "ddns-ttl-max" ":" "integer"
#line 828 "dhcp6_parser.yy"
{
ctx.unique("ddns-ttl-max", ctx.loc2pos(yystack_[2].location));
"\"ddns-generated-prefix\"", "\"ddns-qualifying-suffix\"",
"\"ddns-update-on-renew\"", "\"ddns-use-conflict-resolution\"",
"\"ddns-ttl-percent\"", "\"ddns-ttl\"", "\"ddns-ttl-min\"",
- "\"ddns-ttl-mix\"", "\"store-extended-info\"", "\"subnet6\"",
+ "\"ddns-ttl-max\"", "\"store-extended-info\"", "\"subnet6\"",
"\"option-def\"", "\"option-data\"", "\"name\"", "\"data\"", "\"code\"",
"\"space\"", "\"csv-format\"", "\"always-send\"", "\"never-send\"",
"\"record-types\"", "\"encapsulate\"", "\"array\"",
TOKEN_DDNS_TTL_PERCENT = 335, // "ddns-ttl-percent"
TOKEN_DDNS_TTL = 336, // "ddns-ttl"
TOKEN_DDNS_TTL_MIN = 337, // "ddns-ttl-min"
- TOKEN_DDNS_TTL_MAX = 338, // "ddns-ttl-mix"
+ TOKEN_DDNS_TTL_MAX = 338, // "ddns-ttl-max"
TOKEN_STORE_EXTENDED_INFO = 339, // "store-extended-info"
TOKEN_SUBNET6 = 340, // "subnet6"
TOKEN_OPTION_DEF = 341, // "option-def"
S_DDNS_TTL_PERCENT = 80, // "ddns-ttl-percent"
S_DDNS_TTL = 81, // "ddns-ttl"
S_DDNS_TTL_MIN = 82, // "ddns-ttl-min"
- S_DDNS_TTL_MAX = 83, // "ddns-ttl-mix"
+ S_DDNS_TTL_MAX = 83, // "ddns-ttl-max"
S_STORE_EXTENDED_INFO = 84, // "store-extended-info"
S_SUBNET6 = 85, // "subnet6"
S_OPTION_DEF = 86, // "option-def"
DDNS_TTL_PERCENT "ddns-ttl-percent"
DDNS_TTL "ddns-ttl"
DDNS_TTL_MIN "ddns-ttl-min"
- DDNS_TTL_MAX "ddns-ttl-mix"
+ DDNS_TTL_MAX "ddns-ttl-max"
STORE_EXTENDED_INFO "store-extended-info"
SUBNET6 "subnet6"
OPTION_DEF "option-def"