39#define yylex parser6_lex
47#line 34 "dhcp6_parser.yy"
51#line 52 "dhcp6_parser.cc"
55# if defined YYENABLE_NLS && YYENABLE_NLS
58# define YY_(msgid) dgettext ("bison-runtime", msgid)
62# define YY_(msgid) msgid
69# if defined __GNUC__ && !defined __EXCEPTIONS
70# define YY_EXCEPTIONS 0
72# define YY_EXCEPTIONS 1
76#define YYRHSLOC(Rhs, K) ((Rhs)[K].location)
81# ifndef YYLLOC_DEFAULT
82# define YYLLOC_DEFAULT(Current, Rhs, N) \
86 (Current).begin = YYRHSLOC (Rhs, 1).begin; \
87 (Current).end = YYRHSLOC (Rhs, N).end; \
91 (Current).begin = (Current).end = YYRHSLOC (Rhs, 0).end; \
101# define YYCDEBUG if (yydebug_) (*yycdebug_)
103# define YY_SYMBOL_PRINT(Title, Symbol) \
107 *yycdebug_ << Title << ' '; \
108 yy_print_ (*yycdebug_, Symbol); \
109 *yycdebug_ << '\n'; \
113# define YY_REDUCE_PRINT(Rule) \
116 yy_reduce_print_ (Rule); \
119# define YY_STACK_PRINT() \
122 yy_stack_print_ (); \
127# define YYCDEBUG if (false) std::cerr
128# define YY_SYMBOL_PRINT(Title, Symbol) YY_USE (Symbol)
129# define YY_REDUCE_PRINT(Rule) static_cast<void> (0)
130# define YY_STACK_PRINT() static_cast<void> (0)
134#define yyerrok (yyerrstatus_ = 0)
135#define yyclearin (yyla.clear ())
137#define YYACCEPT goto yyacceptlab
138#define YYABORT goto yyabortlab
139#define YYERROR goto yyerrorlab
140#define YYRECOVERING() (!!yyerrstatus_)
142#line 14 "dhcp6_parser.yy"
143namespace isc {
namespace dhcp {
144#line 145 "dhcp6_parser.cc"
150 yycdebug_ (&std::cerr),
171 : state (empty_state)
174 Dhcp6Parser::by_state::by_state (
const by_state& that)
YY_NOEXCEPT
185 Dhcp6Parser::by_state::move (by_state& that)
191 Dhcp6Parser::by_state::by_state (state_type s)
YY_NOEXCEPT
198 if (state == empty_state)
204 Dhcp6Parser::stack_symbol_type::stack_symbol_type ()
207 Dhcp6Parser::stack_symbol_type::stack_symbol_type (
YY_RVREF (stack_symbol_type) that)
210 switch (that.kind ())
224 value.YY_MOVE_OR_COPY<
bool > (
YY_MOVE (that.value));
228 value.YY_MOVE_OR_COPY<
double > (
YY_MOVE (that.value));
232 value.YY_MOVE_OR_COPY< int64_t > (
YY_MOVE (that.value));
236 value.YY_MOVE_OR_COPY< std::string > (
YY_MOVE (that.value));
243#if 201103L <= YY_CPLUSPLUS
245 that.state = empty_state;
249 Dhcp6Parser::stack_symbol_type::stack_symbol_type (state_type s,
YY_MOVE_REF (symbol_type) that)
250 : super_type (s,
YY_MOVE (that.location))
252 switch (that.kind ())
266 value.move<
bool > (
YY_MOVE (that.value));
270 value.move<
double > (
YY_MOVE (that.value));
274 value.move< int64_t > (
YY_MOVE (that.value));
278 value.move< std::string > (
YY_MOVE (that.value));
289#if YY_CPLUSPLUS < 201103L
290 Dhcp6Parser::stack_symbol_type&
291 Dhcp6Parser::stack_symbol_type::operator= (
const stack_symbol_type& that)
294 switch (that.kind ())
308 value.copy<
bool > (that.value);
312 value.copy<
double > (that.value);
316 value.copy< int64_t > (that.value);
320 value.copy< std::string > (that.value);
327 location = that.location;
331 Dhcp6Parser::stack_symbol_type&
332 Dhcp6Parser::stack_symbol_type::operator= (stack_symbol_type& that)
335 switch (that.kind ())
349 value.move<
bool > (that.value);
353 value.move<
double > (that.value);
357 value.move< int64_t > (that.value);
361 value.move< std::string > (that.value);
368 location = that.location;
370 that.state = empty_state;
375 template <
typename Base>
377 Dhcp6Parser::yy_destroy_ (
const char* yymsg, basic_symbol<Base>& yysym)
const
384 template <
typename Base>
386 Dhcp6Parser::yy_print_ (std::ostream& yyo,
const basic_symbol<Base>& yysym)
const
388 std::ostream& yyoutput = yyo;
391 yyo <<
"empty symbol";
395 yyo << (yykind <
YYNTOKENS ?
"token" :
"nterm")
396 <<
' ' << yysym.name () <<
" ("
397 << yysym.location <<
": ";
401#line 293 "dhcp6_parser.yy"
402 { yyoutput << yysym.value.template as < std::string > (); }
403#line 404 "dhcp6_parser.cc"
407#line 293 "dhcp6_parser.yy"
408 { yyoutput << yysym.value.template as < int64_t > (); }
409#line 410 "dhcp6_parser.cc"
413#line 293 "dhcp6_parser.yy"
414 { yyoutput << yysym.value.template as < double > (); }
415#line 416 "dhcp6_parser.cc"
419#line 293 "dhcp6_parser.yy"
420 { yyoutput << yysym.value.template as < bool > (); }
421#line 422 "dhcp6_parser.cc"
425#line 293 "dhcp6_parser.yy"
426 { yyoutput << yysym.value.template as < ElementPtr > (); }
427#line 428 "dhcp6_parser.cc"
431#line 293 "dhcp6_parser.yy"
432 { yyoutput << yysym.value.template as < ElementPtr > (); }
433#line 434 "dhcp6_parser.cc"
437#line 293 "dhcp6_parser.yy"
438 { yyoutput << yysym.value.template as < ElementPtr > (); }
439#line 440 "dhcp6_parser.cc"
443#line 293 "dhcp6_parser.yy"
444 { yyoutput << yysym.value.template as < ElementPtr > (); }
445#line 446 "dhcp6_parser.cc"
449#line 293 "dhcp6_parser.yy"
450 { yyoutput << yysym.value.template as < ElementPtr > (); }
451#line 452 "dhcp6_parser.cc"
455#line 293 "dhcp6_parser.yy"
456 { yyoutput << yysym.value.template as < ElementPtr > (); }
457#line 458 "dhcp6_parser.cc"
461#line 293 "dhcp6_parser.yy"
462 { yyoutput << yysym.value.template as < ElementPtr > (); }
463#line 464 "dhcp6_parser.cc"
467#line 293 "dhcp6_parser.yy"
468 { yyoutput << yysym.value.template as < ElementPtr > (); }
469#line 470 "dhcp6_parser.cc"
481 Dhcp6Parser::yypush_ (
const char* m,
YY_MOVE_REF (stack_symbol_type) sym)
489 Dhcp6Parser::yypush_ (
const char* m, state_type s,
YY_MOVE_REF (symbol_type) sym)
491#if 201103L <= YY_CPLUSPLUS
492 yypush_ (m, stack_symbol_type (s, std::move (sym)));
494 stack_symbol_type ss (s, sym);
532 Dhcp6Parser::state_type
533 Dhcp6Parser::yy_lr_goto_state_ (state_type yystate,
int yysym)
535 int yyr = yypgoto_[yysym -
YYNTOKENS] + yystate;
536 if (0 <= yyr && yyr <= yylast_ && yycheck_[yyr] == yystate)
537 return yytable_[yyr];
543 Dhcp6Parser::yy_pact_value_is_default_ (
int yyvalue)
YY_NOEXCEPT
545 return yyvalue == yypact_ninf_;
549 Dhcp6Parser::yy_table_value_is_error_ (
int yyvalue)
YY_NOEXCEPT
551 return yyvalue == yytable_ninf_;
569 int yyerrstatus_ = 0;
575 stack_symbol_type yyerror_range[3];
592 yypush_ (YY_NULLPTR, 0,
YY_MOVE (yyla));
598 YYCDEBUG <<
"Entering state " << int (yystack_[0].state) <<
'\n';
602 if (yystack_[0].state == yyfinal_)
613 yyn = yypact_[+yystack_[0].state];
614 if (yy_pact_value_is_default_ (yyn))
626 yyla.
move (yylookahead);
631 YYCDEBUG <<
"Caught exception: " << yyexc.what() <<
'\n';
652 if (yyn < 0 || yylast_ < yyn || yycheck_[yyn] != yyla.kind ())
661 if (yy_table_value_is_error_ (yyn))
672 yypush_ (
"Shifting", state_type (yyn),
YY_MOVE (yyla));
680 yyn = yydefact_[+yystack_[0].state];
692 stack_symbol_type yylhs;
693 yylhs.state = yy_lr_goto_state_ (yystack_[yylen].state, yyr1_[yyn]);
711 yylhs.value.emplace<
bool > ();
715 yylhs.value.emplace<
double > ();
719 yylhs.value.emplace< int64_t > ();
723 yylhs.value.emplace< std::string > ();
735 yyerror_range[1].location = yylhs.location;
747#line 302 "dhcp6_parser.yy"
749#line 750 "dhcp6_parser.cc"
753#line 303 "dhcp6_parser.yy"
755#line 756 "dhcp6_parser.cc"
759#line 304 "dhcp6_parser.yy"
761#line 762 "dhcp6_parser.cc"
765#line 305 "dhcp6_parser.yy"
767#line 768 "dhcp6_parser.cc"
771#line 306 "dhcp6_parser.yy"
773#line 774 "dhcp6_parser.cc"
777#line 307 "dhcp6_parser.yy"
779#line 780 "dhcp6_parser.cc"
783#line 308 "dhcp6_parser.yy"
785#line 786 "dhcp6_parser.cc"
789#line 309 "dhcp6_parser.yy"
791#line 792 "dhcp6_parser.cc"
795#line 310 "dhcp6_parser.yy"
797#line 798 "dhcp6_parser.cc"
801#line 311 "dhcp6_parser.yy"
803#line 804 "dhcp6_parser.cc"
807#line 312 "dhcp6_parser.yy"
809#line 810 "dhcp6_parser.cc"
813#line 313 "dhcp6_parser.yy"
815#line 816 "dhcp6_parser.cc"
819#line 314 "dhcp6_parser.yy"
821#line 822 "dhcp6_parser.cc"
825#line 315 "dhcp6_parser.yy"
827#line 828 "dhcp6_parser.cc"
831#line 323 "dhcp6_parser.yy"
833#line 834 "dhcp6_parser.cc"
837#line 324 "dhcp6_parser.yy"
839#line 840 "dhcp6_parser.cc"
843#line 325 "dhcp6_parser.yy"
845#line 846 "dhcp6_parser.cc"
849#line 326 "dhcp6_parser.yy"
851#line 852 "dhcp6_parser.cc"
855#line 327 "dhcp6_parser.yy"
857#line 858 "dhcp6_parser.cc"
861#line 328 "dhcp6_parser.yy"
863#line 864 "dhcp6_parser.cc"
867#line 329 "dhcp6_parser.yy"
869#line 870 "dhcp6_parser.cc"
873#line 332 "dhcp6_parser.yy"
878#line 879 "dhcp6_parser.cc"
882#line 337 "dhcp6_parser.yy"
889#line 890 "dhcp6_parser.cc"
893#line 342 "dhcp6_parser.yy"
899#line 900 "dhcp6_parser.cc"
903#line 348 "dhcp6_parser.yy"
905#line 906 "dhcp6_parser.cc"
909#line 355 "dhcp6_parser.yy"
912 ctx.
unique(yystack_[2].value.as < std::string > (), ctx.
loc2pos(yystack_[2].location));
913 ctx.
stack_.back()->set(yystack_[2].value.as < std::string > (), yystack_[0].value.as <
ElementPtr > ());
915#line 916 "dhcp6_parser.cc"
919#line 360 "dhcp6_parser.yy"
923 ctx.
unique(yystack_[2].value.as < std::string > (), ctx.
loc2pos(yystack_[2].location));
924 ctx.
stack_.back()->set(yystack_[2].value.as < std::string > (), yystack_[0].value.as <
ElementPtr > ());
926#line 927 "dhcp6_parser.cc"
930#line 366 "dhcp6_parser.yy"
934#line 935 "dhcp6_parser.cc"
938#line 371 "dhcp6_parser.yy"
943#line 944 "dhcp6_parser.cc"
947#line 374 "dhcp6_parser.yy"
951#line 952 "dhcp6_parser.cc"
955#line 382 "dhcp6_parser.yy"
960#line 961 "dhcp6_parser.cc"
964#line 386 "dhcp6_parser.yy"
969#line 970 "dhcp6_parser.cc"
973#line 390 "dhcp6_parser.yy"
977#line 978 "dhcp6_parser.cc"
981#line 396 "dhcp6_parser.yy"
985#line 986 "dhcp6_parser.cc"
989#line 398 "dhcp6_parser.yy"
994#line 995 "dhcp6_parser.cc"
998#line 407 "dhcp6_parser.yy"
1001 ctx.
stack_.back()->add(s);
1003#line 1004 "dhcp6_parser.cc"
1007#line 411 "dhcp6_parser.yy"
1010 ctx.
stack_.back()->add(s);
1012#line 1013 "dhcp6_parser.cc"
1016#line 415 "dhcp6_parser.yy"
1020#line 1021 "dhcp6_parser.cc"
1024#line 425 "dhcp6_parser.yy"
1027 const std::string& keyword = yystack_[1].value.as < std::string > ();
1028 error(yystack_[1].location,
1029 "got unexpected keyword \"" + keyword +
"\" in " + where +
" map.");
1031#line 1032 "dhcp6_parser.cc"
1035#line 434 "dhcp6_parser.yy"
1042#line 1043 "dhcp6_parser.cc"
1046#line 439 "dhcp6_parser.yy"
1055#line 1056 "dhcp6_parser.cc"
1059#line 449 "dhcp6_parser.yy"
1066 ctx.
stack_.back()->set(
"Dhcp6", m);
1070#line 1071 "dhcp6_parser.cc"
1074#line 458 "dhcp6_parser.yy"
1080#line 1081 "dhcp6_parser.cc"
1084#line 466 "dhcp6_parser.yy"
1088#line 1089 "dhcp6_parser.cc"
1092#line 472 "dhcp6_parser.yy"
1098#line 1099 "dhcp6_parser.cc"
1102#line 476 "dhcp6_parser.yy"
1107#line 1108 "dhcp6_parser.cc"
1111#line 483 "dhcp6_parser.yy"
1115#line 1116 "dhcp6_parser.cc"
1119#line 557 "dhcp6_parser.yy"
1121 ctx.
unique(
"data-directory", ctx.
loc2pos(yystack_[0].location));
1124#line 1125 "dhcp6_parser.cc"
1128#line 560 "dhcp6_parser.yy"
1131 ctx.
stack_.back()->set(
"data-directory", datadir);
1134#line 1135 "dhcp6_parser.cc"
1138#line 566 "dhcp6_parser.yy"
1140 ctx.
unique(
"preferred-lifetime", ctx.
loc2pos(yystack_[2].location));
1142 ctx.
stack_.back()->set(
"preferred-lifetime", prf);
1144#line 1145 "dhcp6_parser.cc"
1148#line 572 "dhcp6_parser.yy"
1150 ctx.
unique(
"min-preferred-lifetime", ctx.
loc2pos(yystack_[2].location));
1152 ctx.
stack_.back()->set(
"min-preferred-lifetime", prf);
1154#line 1155 "dhcp6_parser.cc"
1158#line 578 "dhcp6_parser.yy"
1160 ctx.
unique(
"max-preferred-lifetime", ctx.
loc2pos(yystack_[2].location));
1162 ctx.
stack_.back()->set(
"max-preferred-lifetime", prf);
1164#line 1165 "dhcp6_parser.cc"
1168#line 584 "dhcp6_parser.yy"
1170 ctx.
unique(
"valid-lifetime", ctx.
loc2pos(yystack_[2].location));
1172 ctx.
stack_.back()->set(
"valid-lifetime", prf);
1174#line 1175 "dhcp6_parser.cc"
1178#line 590 "dhcp6_parser.yy"
1180 ctx.
unique(
"min-valid-lifetime", ctx.
loc2pos(yystack_[2].location));
1182 ctx.
stack_.back()->set(
"min-valid-lifetime", prf);
1184#line 1185 "dhcp6_parser.cc"
1188#line 596 "dhcp6_parser.yy"
1190 ctx.
unique(
"max-valid-lifetime", ctx.
loc2pos(yystack_[2].location));
1192 ctx.
stack_.back()->set(
"max-valid-lifetime", prf);
1194#line 1195 "dhcp6_parser.cc"
1198#line 602 "dhcp6_parser.yy"
1200 ctx.
unique(
"renew-timer", ctx.
loc2pos(yystack_[2].location));
1202 ctx.
stack_.back()->set(
"renew-timer", prf);
1204#line 1205 "dhcp6_parser.cc"
1208#line 608 "dhcp6_parser.yy"
1210 ctx.
unique(
"rebind-timer", ctx.
loc2pos(yystack_[2].location));
1212 ctx.
stack_.back()->set(
"rebind-timer", prf);
1214#line 1215 "dhcp6_parser.cc"
1218#line 614 "dhcp6_parser.yy"
1220 ctx.
unique(
"calculate-tee-times", ctx.
loc2pos(yystack_[2].location));
1222 ctx.
stack_.back()->set(
"calculate-tee-times", ctt);
1224#line 1225 "dhcp6_parser.cc"
1228#line 620 "dhcp6_parser.yy"
1230 ctx.
unique(
"t1-percent", ctx.
loc2pos(yystack_[2].location));
1232 ctx.
stack_.back()->set(
"t1-percent", t1);
1234#line 1235 "dhcp6_parser.cc"
1238#line 626 "dhcp6_parser.yy"
1240 ctx.
unique(
"t2-percent", ctx.
loc2pos(yystack_[2].location));
1242 ctx.
stack_.back()->set(
"t2-percent", t2);
1244#line 1245 "dhcp6_parser.cc"
1248#line 632 "dhcp6_parser.yy"
1250 ctx.
unique(
"cache-threshold", ctx.
loc2pos(yystack_[2].location));
1252 ctx.
stack_.back()->set(
"cache-threshold", ct);
1254#line 1255 "dhcp6_parser.cc"
1258#line 638 "dhcp6_parser.yy"
1260 ctx.
unique(
"cache-max-age", ctx.
loc2pos(yystack_[2].location));
1262 ctx.
stack_.back()->set(
"cache-max-age", cm);
1264#line 1265 "dhcp6_parser.cc"
1268#line 644 "dhcp6_parser.yy"
1270 ctx.
unique(
"decline-probation-period", ctx.
loc2pos(yystack_[2].location));
1272 ctx.
stack_.back()->set(
"decline-probation-period", dpp);
1274#line 1275 "dhcp6_parser.cc"
1278#line 650 "dhcp6_parser.yy"
1280 ctx.
unique(
"ddns-send-updates", ctx.
loc2pos(yystack_[2].location));
1282 ctx.
stack_.back()->set(
"ddns-send-updates", b);
1284#line 1285 "dhcp6_parser.cc"
1288#line 656 "dhcp6_parser.yy"
1290 ctx.
unique(
"ddns-override-no-update", ctx.
loc2pos(yystack_[2].location));
1292 ctx.
stack_.back()->set(
"ddns-override-no-update", b);
1294#line 1295 "dhcp6_parser.cc"
1298#line 662 "dhcp6_parser.yy"
1300 ctx.
unique(
"ddns-override-client-update", ctx.
loc2pos(yystack_[2].location));
1302 ctx.
stack_.back()->set(
"ddns-override-client-update", b);
1304#line 1305 "dhcp6_parser.cc"
1308#line 668 "dhcp6_parser.yy"
1310 ctx.
unique(
"ddns-replace-client-name", ctx.
loc2pos(yystack_[0].location));
1313#line 1314 "dhcp6_parser.cc"
1317#line 671 "dhcp6_parser.yy"
1319 ctx.
stack_.back()->set(
"ddns-replace-client-name", yystack_[0].value.as <
ElementPtr > ());
1322#line 1323 "dhcp6_parser.cc"
1326#line 677 "dhcp6_parser.yy"
1330#line 1331 "dhcp6_parser.cc"
1334#line 680 "dhcp6_parser.yy"
1338#line 1339 "dhcp6_parser.cc"
1342#line 683 "dhcp6_parser.yy"
1346#line 1347 "dhcp6_parser.cc"
1350#line 686 "dhcp6_parser.yy"
1354#line 1355 "dhcp6_parser.cc"
1358#line 689 "dhcp6_parser.yy"
1360 error(yystack_[0].location,
"boolean values for the replace-client-name are "
1361 "no longer supported");
1363#line 1364 "dhcp6_parser.cc"
1367#line 695 "dhcp6_parser.yy"
1369 ctx.
unique(
"ddns-generated-prefix", ctx.
loc2pos(yystack_[0].location));
1372#line 1373 "dhcp6_parser.cc"
1376#line 698 "dhcp6_parser.yy"
1379 ctx.
stack_.back()->set(
"ddns-generated-prefix", s);
1382#line 1383 "dhcp6_parser.cc"
1386#line 704 "dhcp6_parser.yy"
1388 ctx.
unique(
"ddns-qualifying-suffix", ctx.
loc2pos(yystack_[0].location));
1391#line 1392 "dhcp6_parser.cc"
1395#line 707 "dhcp6_parser.yy"
1398 ctx.
stack_.back()->set(
"ddns-qualifying-suffix", s);
1401#line 1402 "dhcp6_parser.cc"
1405#line 713 "dhcp6_parser.yy"
1407 ctx.
unique(
"ddns-update-on-renew", ctx.
loc2pos(yystack_[2].location));
1409 ctx.
stack_.back()->set(
"ddns-update-on-renew", b);
1411#line 1412 "dhcp6_parser.cc"
1415#line 719 "dhcp6_parser.yy"
1417 ctx.
unique(
"ddns-use-conflict-resolution", ctx.
loc2pos(yystack_[2].location));
1419 ctx.
stack_.back()->set(
"ddns-use-conflict-resolution", b);
1421#line 1422 "dhcp6_parser.cc"
1425#line 725 "dhcp6_parser.yy"
1427 ctx.
unique(
"hostname-char-set", ctx.
loc2pos(yystack_[0].location));
1430#line 1431 "dhcp6_parser.cc"
1434#line 728 "dhcp6_parser.yy"
1437 ctx.
stack_.back()->set(
"hostname-char-set", s);
1440#line 1441 "dhcp6_parser.cc"
1444#line 734 "dhcp6_parser.yy"
1446 ctx.
unique(
"hostname-char-replacement", ctx.
loc2pos(yystack_[0].location));
1449#line 1450 "dhcp6_parser.cc"
1453#line 737 "dhcp6_parser.yy"
1456 ctx.
stack_.back()->set(
"hostname-char-replacement", s);
1459#line 1460 "dhcp6_parser.cc"
1463#line 743 "dhcp6_parser.yy"
1465 ctx.
unique(
"store-extended-info", ctx.
loc2pos(yystack_[2].location));
1467 ctx.
stack_.back()->set(
"store-extended-info", b);
1469#line 1470 "dhcp6_parser.cc"
1473#line 749 "dhcp6_parser.yy"
1475 ctx.
unique(
"statistic-default-sample-count", ctx.
loc2pos(yystack_[2].location));
1477 ctx.
stack_.back()->set(
"statistic-default-sample-count", count);
1479#line 1480 "dhcp6_parser.cc"
1483#line 755 "dhcp6_parser.yy"
1485 ctx.
unique(
"statistic-default-sample-age", ctx.
loc2pos(yystack_[2].location));
1487 ctx.
stack_.back()->set(
"statistic-default-sample-age", age);
1489#line 1490 "dhcp6_parser.cc"
1493#line 761 "dhcp6_parser.yy"
1495 ctx.
unique(
"server-tag", ctx.
loc2pos(yystack_[0].location));
1498#line 1499 "dhcp6_parser.cc"
1502#line 764 "dhcp6_parser.yy"
1505 ctx.
stack_.back()->set(
"server-tag", stag);
1508#line 1509 "dhcp6_parser.cc"
1512#line 770 "dhcp6_parser.yy"
1514 ctx.
unique(
"parked-packet-limit", ctx.
loc2pos(yystack_[2].location));
1516 ctx.
stack_.back()->set(
"parked-packet-limit", ppl);
1518#line 1519 "dhcp6_parser.cc"
1522#line 776 "dhcp6_parser.yy"
1524 ctx.
unique(
"early-global-reservations-lookup", ctx.
loc2pos(yystack_[2].location));
1526 ctx.
stack_.back()->set(
"early-global-reservations-lookup", early);
1528#line 1529 "dhcp6_parser.cc"
1532#line 782 "dhcp6_parser.yy"
1534 ctx.
unique(
"ip-reservations-unique", ctx.
loc2pos(yystack_[2].location));
1536 ctx.
stack_.back()->set(
"ip-reservations-unique", unique);
1538#line 1539 "dhcp6_parser.cc"
1542#line 788 "dhcp6_parser.yy"
1544 ctx.
unique(
"reservations-lookup-first", ctx.
loc2pos(yystack_[2].location));
1546 ctx.
stack_.back()->set(
"reservations-lookup-first", first);
1548#line 1549 "dhcp6_parser.cc"
1552#line 794 "dhcp6_parser.yy"
1554 ctx.
unique(
"interfaces-config", ctx.
loc2pos(yystack_[0].location));
1556 ctx.
stack_.back()->set(
"interfaces-config", i);
1560#line 1561 "dhcp6_parser.cc"
1564#line 800 "dhcp6_parser.yy"
1570#line 1571 "dhcp6_parser.cc"
1574#line 806 "dhcp6_parser.yy"
1580#line 1581 "dhcp6_parser.cc"
1584#line 810 "dhcp6_parser.yy"
1589#line 1590 "dhcp6_parser.cc"
1593#line 817 "dhcp6_parser.yy"
1597#line 1598 "dhcp6_parser.cc"
1601#line 832 "dhcp6_parser.yy"
1603 ctx.
unique(
"interfaces", ctx.
loc2pos(yystack_[0].location));
1605 ctx.
stack_.back()->set(
"interfaces", l);
1609#line 1610 "dhcp6_parser.cc"
1613#line 838 "dhcp6_parser.yy"
1618#line 1619 "dhcp6_parser.cc"
1622#line 843 "dhcp6_parser.yy"
1626 ctx.
stack_.back()->set(
"re-detect", b);
1628#line 1629 "dhcp6_parser.cc"
1632#line 849 "dhcp6_parser.yy"
1634 ctx.
unique(
"service-sockets-require-all", ctx.
loc2pos(yystack_[2].location));
1636 ctx.
stack_.back()->set(
"service-sockets-require-all", b);
1638#line 1639 "dhcp6_parser.cc"
1642#line 855 "dhcp6_parser.yy"
1644 ctx.
unique(
"service-sockets-retry-wait-time", ctx.
loc2pos(yystack_[2].location));
1646 ctx.
stack_.back()->set(
"service-sockets-retry-wait-time", n);
1648#line 1649 "dhcp6_parser.cc"
1652#line 861 "dhcp6_parser.yy"
1654 ctx.
unique(
"service-sockets-max-retries", ctx.
loc2pos(yystack_[2].location));
1656 ctx.
stack_.back()->set(
"service-sockets-max-retries", n);
1658#line 1659 "dhcp6_parser.cc"
1662#line 867 "dhcp6_parser.yy"
1664 ctx.
unique(
"lease-database", ctx.
loc2pos(yystack_[0].location));
1666 ctx.
stack_.back()->set(
"lease-database", i);
1670#line 1671 "dhcp6_parser.cc"
1674#line 873 "dhcp6_parser.yy"
1681#line 1682 "dhcp6_parser.cc"
1685#line 880 "dhcp6_parser.yy"
1687 ctx.
unique(
"hosts-database", ctx.
loc2pos(yystack_[0].location));
1689 ctx.
stack_.back()->set(
"hosts-database", i);
1693#line 1694 "dhcp6_parser.cc"
1697#line 886 "dhcp6_parser.yy"
1704#line 1705 "dhcp6_parser.cc"
1708#line 893 "dhcp6_parser.yy"
1710 ctx.
unique(
"hosts-databases", ctx.
loc2pos(yystack_[0].location));
1712 ctx.
stack_.back()->set(
"hosts-databases", l);
1716#line 1717 "dhcp6_parser.cc"
1720#line 899 "dhcp6_parser.yy"
1725#line 1726 "dhcp6_parser.cc"
1729#line 910 "dhcp6_parser.yy"
1733#line 1734 "dhcp6_parser.cc"
1737#line 915 "dhcp6_parser.yy"
1740 ctx.
stack_.back()->add(m);
1743#line 1744 "dhcp6_parser.cc"
1747#line 919 "dhcp6_parser.yy"
1753#line 1754 "dhcp6_parser.cc"
1757#line 927 "dhcp6_parser.yy"
1761#line 1762 "dhcp6_parser.cc"
1765#line 953 "dhcp6_parser.yy"
1770#line 1771 "dhcp6_parser.cc"
1774#line 956 "dhcp6_parser.yy"
1779#line 1780 "dhcp6_parser.cc"
1783#line 961 "dhcp6_parser.yy"
1785#line 1786 "dhcp6_parser.cc"
1789#line 962 "dhcp6_parser.yy"
1791#line 1792 "dhcp6_parser.cc"
1795#line 963 "dhcp6_parser.yy"
1797#line 1798 "dhcp6_parser.cc"
1801#line 966 "dhcp6_parser.yy"
1806#line 1807 "dhcp6_parser.cc"
1810#line 969 "dhcp6_parser.yy"
1813 ctx.
stack_.back()->set(
"user", user);
1816#line 1817 "dhcp6_parser.cc"
1820#line 975 "dhcp6_parser.yy"
1825#line 1826 "dhcp6_parser.cc"
1829#line 978 "dhcp6_parser.yy"
1832 ctx.
stack_.back()->set(
"password", pwd);
1835#line 1836 "dhcp6_parser.cc"
1839#line 984 "dhcp6_parser.yy"
1844#line 1845 "dhcp6_parser.cc"
1848#line 987 "dhcp6_parser.yy"
1851 ctx.
stack_.back()->set(
"host", h);
1854#line 1855 "dhcp6_parser.cc"
1858#line 993 "dhcp6_parser.yy"
1862 ctx.
stack_.back()->set(
"port", p);
1864#line 1865 "dhcp6_parser.cc"
1868#line 999 "dhcp6_parser.yy"
1873#line 1874 "dhcp6_parser.cc"
1877#line 1002 "dhcp6_parser.yy"
1880 ctx.
stack_.back()->set(
"name", name);
1883#line 1884 "dhcp6_parser.cc"
1887#line 1008 "dhcp6_parser.yy"
1891 ctx.
stack_.back()->set(
"persist", n);
1893#line 1894 "dhcp6_parser.cc"
1897#line 1014 "dhcp6_parser.yy"
1899 ctx.
unique(
"lfc-interval", ctx.
loc2pos(yystack_[2].location));
1901 ctx.
stack_.back()->set(
"lfc-interval", n);
1903#line 1904 "dhcp6_parser.cc"
1907#line 1020 "dhcp6_parser.yy"
1911 ctx.
stack_.back()->set(
"readonly", n);
1913#line 1914 "dhcp6_parser.cc"
1917#line 1026 "dhcp6_parser.yy"
1919 ctx.
unique(
"connect-timeout", ctx.
loc2pos(yystack_[2].location));
1921 ctx.
stack_.back()->set(
"connect-timeout", n);
1923#line 1924 "dhcp6_parser.cc"
1927#line 1032 "dhcp6_parser.yy"
1929 ctx.
unique(
"reconnect-wait-time", ctx.
loc2pos(yystack_[2].location));
1931 ctx.
stack_.back()->set(
"reconnect-wait-time", n);
1933#line 1934 "dhcp6_parser.cc"
1937#line 1038 "dhcp6_parser.yy"
1942#line 1943 "dhcp6_parser.cc"
1946#line 1041 "dhcp6_parser.yy"
1951#line 1952 "dhcp6_parser.cc"
1955#line 1046 "dhcp6_parser.yy"
1957#line 1958 "dhcp6_parser.cc"
1961#line 1047 "dhcp6_parser.yy"
1963#line 1964 "dhcp6_parser.cc"
1967#line 1048 "dhcp6_parser.yy"
1969#line 1970 "dhcp6_parser.cc"
1973#line 1051 "dhcp6_parser.yy"
1975 ctx.
unique(
"max-row-errors", ctx.
loc2pos(yystack_[2].location));
1977 ctx.
stack_.back()->set(
"max-row-errors", n);
1979#line 1980 "dhcp6_parser.cc"
1983#line 1057 "dhcp6_parser.yy"
1985 ctx.
unique(
"max-reconnect-tries", ctx.
loc2pos(yystack_[2].location));
1987 ctx.
stack_.back()->set(
"max-reconnect-tries", n);
1989#line 1990 "dhcp6_parser.cc"
1993#line 1063 "dhcp6_parser.yy"
1995 ctx.
unique(
"trust-anchor", ctx.
loc2pos(yystack_[0].location));
1998#line 1999 "dhcp6_parser.cc"
2002#line 1066 "dhcp6_parser.yy"
2005 ctx.
stack_.back()->set(
"trust-anchor", ca);
2008#line 2009 "dhcp6_parser.cc"
2012#line 1072 "dhcp6_parser.yy"
2017#line 2018 "dhcp6_parser.cc"
2021#line 1075 "dhcp6_parser.yy"
2024 ctx.
stack_.back()->set(
"cert-file", cert);
2027#line 2028 "dhcp6_parser.cc"
2031#line 1081 "dhcp6_parser.yy"
2036#line 2037 "dhcp6_parser.cc"
2040#line 1084 "dhcp6_parser.yy"
2043 ctx.
stack_.back()->set(
"key-file", key);
2046#line 2047 "dhcp6_parser.cc"
2050#line 1090 "dhcp6_parser.yy"
2052 ctx.
unique(
"cipher-list", ctx.
loc2pos(yystack_[0].location));
2055#line 2056 "dhcp6_parser.cc"
2059#line 1093 "dhcp6_parser.yy"
2062 ctx.
stack_.back()->set(
"cipher-list", cl);
2065#line 2066 "dhcp6_parser.cc"
2069#line 1099 "dhcp6_parser.yy"
2071 ctx.
unique(
"sanity-checks", ctx.
loc2pos(yystack_[0].location));
2073 ctx.
stack_.back()->set(
"sanity-checks", m);
2077#line 2078 "dhcp6_parser.cc"
2081#line 1105 "dhcp6_parser.yy"
2086#line 2087 "dhcp6_parser.cc"
2090#line 1112 "dhcp6_parser.yy"
2094#line 2095 "dhcp6_parser.cc"
2098#line 1119 "dhcp6_parser.yy"
2100 ctx.
unique(
"lease-checks", ctx.
loc2pos(yystack_[0].location));
2103#line 2104 "dhcp6_parser.cc"
2107#line 1122 "dhcp6_parser.yy"
2110 if ( (
string(yystack_[0].value.as < std::string > ()) ==
"none") ||
2111 (
string(yystack_[0].value.as < std::string > ()) ==
"warn") ||
2112 (
string(yystack_[0].value.as < std::string > ()) ==
"fix") ||
2113 (
string(yystack_[0].value.as < std::string > ()) ==
"fix-del") ||
2114 (
string(yystack_[0].value.as < std::string > ()) ==
"del")) {
2116 ctx.
stack_.back()->set(
"lease-checks", user);
2119 error(yystack_[0].location,
"Unsupported 'lease-checks value: " +
string(yystack_[0].value.as < std::string > ()) +
2120 ", supported values are: none, warn, fix, fix-del, del");
2123#line 2124 "dhcp6_parser.cc"
2127#line 1138 "dhcp6_parser.yy"
2129 ctx.
unique(
"mac-sources", ctx.
loc2pos(yystack_[0].location));
2131 ctx.
stack_.back()->set(
"mac-sources", l);
2135#line 2136 "dhcp6_parser.cc"
2139#line 1144 "dhcp6_parser.yy"
2144#line 2145 "dhcp6_parser.cc"
2148#line 1151 "dhcp6_parser.yy"
2152#line 2153 "dhcp6_parser.cc"
2156#line 1160 "dhcp6_parser.yy"
2159 ctx.
stack_.back()->add(duid);
2161#line 2162 "dhcp6_parser.cc"
2165#line 1165 "dhcp6_parser.yy"
2168 ctx.
stack_.back()->add(duid);
2170#line 2171 "dhcp6_parser.cc"
2174#line 1170 "dhcp6_parser.yy"
2176 ctx.
unique(
"host-reservation-identifiers", ctx.
loc2pos(yystack_[0].location));
2178 ctx.
stack_.back()->set(
"host-reservation-identifiers", l);
2182#line 2183 "dhcp6_parser.cc"
2186#line 1176 "dhcp6_parser.yy"
2191#line 2192 "dhcp6_parser.cc"
2195#line 1183 "dhcp6_parser.yy"
2199#line 2200 "dhcp6_parser.cc"
2203#line 1193 "dhcp6_parser.yy"
2206 ctx.
stack_.back()->add(hwaddr);
2208#line 2209 "dhcp6_parser.cc"
2212#line 1198 "dhcp6_parser.yy"
2215 ctx.
stack_.back()->add(flex_id);
2217#line 2218 "dhcp6_parser.cc"
2221#line 1205 "dhcp6_parser.yy"
2223 ctx.
unique(
"relay-supplied-options", ctx.
loc2pos(yystack_[0].location));
2225 ctx.
stack_.back()->set(
"relay-supplied-options", l);
2229#line 2230 "dhcp6_parser.cc"
2233#line 1211 "dhcp6_parser.yy"
2238#line 2239 "dhcp6_parser.cc"
2242#line 1218 "dhcp6_parser.yy"
2244 ctx.
unique(
"multi-threading", ctx.
loc2pos(yystack_[0].location));
2246 ctx.
stack_.back()->set(
"multi-threading", mt);
2247 ctx.
stack_.push_back(mt);
2250#line 2251 "dhcp6_parser.cc"
2254#line 1224 "dhcp6_parser.yy"
2257 ctx.
require(
"enable-multi-threading", ctx.
loc2pos(yystack_[2].location), ctx.
loc2pos(yystack_[0].location));
2261#line 2262 "dhcp6_parser.cc"
2265#line 1233 "dhcp6_parser.yy"
2269#line 2270 "dhcp6_parser.cc"
2273#line 1246 "dhcp6_parser.yy"
2275 ctx.
unique(
"enable-multi-threading", ctx.
loc2pos(yystack_[2].location));
2277 ctx.
stack_.back()->set(
"enable-multi-threading", b);
2279#line 2280 "dhcp6_parser.cc"
2283#line 1252 "dhcp6_parser.yy"
2285 ctx.
unique(
"thread-pool-size", ctx.
loc2pos(yystack_[2].location));
2287 ctx.
stack_.back()->set(
"thread-pool-size", prf);
2289#line 2290 "dhcp6_parser.cc"
2293#line 1258 "dhcp6_parser.yy"
2295 ctx.
unique(
"packet-queue-size", ctx.
loc2pos(yystack_[2].location));
2297 ctx.
stack_.back()->set(
"packet-queue-size", prf);
2299#line 2300 "dhcp6_parser.cc"
2303#line 1264 "dhcp6_parser.yy"
2305 ctx.
unique(
"hooks-libraries", ctx.
loc2pos(yystack_[0].location));
2307 ctx.
stack_.back()->set(
"hooks-libraries", l);
2311#line 2312 "dhcp6_parser.cc"
2315#line 1270 "dhcp6_parser.yy"
2320#line 2321 "dhcp6_parser.cc"
2324#line 1281 "dhcp6_parser.yy"
2328#line 2329 "dhcp6_parser.cc"
2332#line 1286 "dhcp6_parser.yy"
2335 ctx.
stack_.back()->add(m);
2338#line 2339 "dhcp6_parser.cc"
2342#line 1290 "dhcp6_parser.yy"
2348#line 2349 "dhcp6_parser.cc"
2352#line 1296 "dhcp6_parser.yy"
2358#line 2359 "dhcp6_parser.cc"
2362#line 1300 "dhcp6_parser.yy"
2368#line 2369 "dhcp6_parser.cc"
2372#line 1308 "dhcp6_parser.yy"
2376#line 2377 "dhcp6_parser.cc"
2380#line 1318 "dhcp6_parser.yy"
2385#line 2386 "dhcp6_parser.cc"
2389#line 1321 "dhcp6_parser.yy"
2392 ctx.
stack_.back()->set(
"library", lib);
2395#line 2396 "dhcp6_parser.cc"
2399#line 1327 "dhcp6_parser.yy"
2401 ctx.
unique(
"parameters", ctx.
loc2pos(yystack_[0].location));
2404#line 2405 "dhcp6_parser.cc"
2408#line 1330 "dhcp6_parser.yy"
2410 ctx.
stack_.back()->set(
"parameters", yystack_[0].value.as <
ElementPtr > ());
2413#line 2414 "dhcp6_parser.cc"
2417#line 1336 "dhcp6_parser.yy"
2419 ctx.
unique(
"expired-leases-processing", ctx.
loc2pos(yystack_[0].location));
2421 ctx.
stack_.back()->set(
"expired-leases-processing", m);
2425#line 2426 "dhcp6_parser.cc"
2429#line 1342 "dhcp6_parser.yy"
2435#line 2436 "dhcp6_parser.cc"
2439#line 1350 "dhcp6_parser.yy"
2443#line 2444 "dhcp6_parser.cc"
2447#line 1363 "dhcp6_parser.yy"
2449 ctx.
unique(
"reclaim-timer-wait-time", ctx.
loc2pos(yystack_[2].location));
2451 ctx.
stack_.back()->set(
"reclaim-timer-wait-time", value);
2453#line 2454 "dhcp6_parser.cc"
2457#line 1369 "dhcp6_parser.yy"
2459 ctx.
unique(
"flush-reclaimed-timer-wait-time", ctx.
loc2pos(yystack_[2].location));
2461 ctx.
stack_.back()->set(
"flush-reclaimed-timer-wait-time", value);
2463#line 2464 "dhcp6_parser.cc"
2467#line 1375 "dhcp6_parser.yy"
2469 ctx.
unique(
"hold-reclaimed-time", ctx.
loc2pos(yystack_[2].location));
2471 ctx.
stack_.back()->set(
"hold-reclaimed-time", value);
2473#line 2474 "dhcp6_parser.cc"
2477#line 1381 "dhcp6_parser.yy"
2479 ctx.
unique(
"max-reclaim-leases", ctx.
loc2pos(yystack_[2].location));
2481 ctx.
stack_.back()->set(
"max-reclaim-leases", value);
2483#line 2484 "dhcp6_parser.cc"
2487#line 1387 "dhcp6_parser.yy"
2489 ctx.
unique(
"max-reclaim-time", ctx.
loc2pos(yystack_[2].location));
2491 ctx.
stack_.back()->set(
"max-reclaim-time", value);
2493#line 2494 "dhcp6_parser.cc"
2497#line 1393 "dhcp6_parser.yy"
2499 ctx.
unique(
"unwarned-reclaim-cycles", ctx.
loc2pos(yystack_[2].location));
2501 ctx.
stack_.back()->set(
"unwarned-reclaim-cycles", value);
2503#line 2504 "dhcp6_parser.cc"
2507#line 1402 "dhcp6_parser.yy"
2511 ctx.
stack_.back()->set(
"subnet6", l);
2515#line 2516 "dhcp6_parser.cc"
2519#line 1408 "dhcp6_parser.yy"
2524#line 2525 "dhcp6_parser.cc"
2528#line 1422 "dhcp6_parser.yy"
2532#line 2533 "dhcp6_parser.cc"
2536#line 1431 "dhcp6_parser.yy"
2539 ctx.
stack_.back()->add(m);
2542#line 2543 "dhcp6_parser.cc"
2546#line 1435 "dhcp6_parser.yy"
2568#line 2569 "dhcp6_parser.cc"
2572#line 1457 "dhcp6_parser.yy"
2578#line 2579 "dhcp6_parser.cc"
2582#line 1461 "dhcp6_parser.yy"
2588#line 2589 "dhcp6_parser.cc"
2592#line 1470 "dhcp6_parser.yy"
2596#line 2597 "dhcp6_parser.cc"
2600#line 1521 "dhcp6_parser.yy"
2605#line 2606 "dhcp6_parser.cc"
2609#line 1524 "dhcp6_parser.yy"
2612 ctx.
stack_.back()->set(
"subnet", subnet);
2615#line 2616 "dhcp6_parser.cc"
2619#line 1530 "dhcp6_parser.yy"
2624#line 2625 "dhcp6_parser.cc"
2628#line 1533 "dhcp6_parser.yy"
2631 ctx.
stack_.back()->set(
"interface", iface);
2634#line 2635 "dhcp6_parser.cc"
2638#line 1539 "dhcp6_parser.yy"
2640 ctx.
unique(
"interface-id", ctx.
loc2pos(yystack_[0].location));
2643#line 2644 "dhcp6_parser.cc"
2647#line 1542 "dhcp6_parser.yy"
2650 ctx.
stack_.back()->set(
"interface-id", iface);
2653#line 2654 "dhcp6_parser.cc"
2657#line 1548 "dhcp6_parser.yy"
2659 ctx.
unique(
"client-class", ctx.
loc2pos(yystack_[0].location));
2662#line 2663 "dhcp6_parser.cc"
2666#line 1551 "dhcp6_parser.yy"
2669 ctx.
stack_.back()->set(
"client-class", cls);
2672#line 2673 "dhcp6_parser.cc"
2676#line 1557 "dhcp6_parser.yy"
2678 ctx.
unique(
"require-client-classes", ctx.
loc2pos(yystack_[0].location));
2680 ctx.
stack_.back()->set(
"require-client-classes", c);
2684#line 2685 "dhcp6_parser.cc"
2688#line 1563 "dhcp6_parser.yy"
2693#line 2694 "dhcp6_parser.cc"
2697#line 1568 "dhcp6_parser.yy"
2699 ctx.
unique(
"reservations-global", ctx.
loc2pos(yystack_[2].location));
2701 ctx.
stack_.back()->set(
"reservations-global", b);
2703#line 2704 "dhcp6_parser.cc"
2707#line 1574 "dhcp6_parser.yy"
2709 ctx.
unique(
"reservations-in-subnet", ctx.
loc2pos(yystack_[2].location));
2711 ctx.
stack_.back()->set(
"reservations-in-subnet", b);
2713#line 2714 "dhcp6_parser.cc"
2717#line 1580 "dhcp6_parser.yy"
2719 ctx.
unique(
"reservations-out-of-pool", ctx.
loc2pos(yystack_[2].location));
2721 ctx.
stack_.back()->set(
"reservations-out-of-pool", b);
2723#line 2724 "dhcp6_parser.cc"
2727#line 1586 "dhcp6_parser.yy"
2729 ctx.
unique(
"reservation-mode", ctx.
loc2pos(yystack_[0].location));
2732#line 2733 "dhcp6_parser.cc"
2736#line 1589 "dhcp6_parser.yy"
2738 ctx.
stack_.back()->set(
"reservation-mode", yystack_[0].value.as <
ElementPtr > ());
2741#line 2742 "dhcp6_parser.cc"
2745#line 1594 "dhcp6_parser.yy"
2747#line 2748 "dhcp6_parser.cc"
2751#line 1595 "dhcp6_parser.yy"
2753#line 2754 "dhcp6_parser.cc"
2757#line 1596 "dhcp6_parser.yy"
2759#line 2760 "dhcp6_parser.cc"
2763#line 1597 "dhcp6_parser.yy"
2765#line 2766 "dhcp6_parser.cc"
2769#line 1600 "dhcp6_parser.yy"
2773 ctx.
stack_.back()->set(
"id",
id);
2775#line 2776 "dhcp6_parser.cc"
2779#line 1606 "dhcp6_parser.yy"
2781 ctx.
unique(
"rapid-commit", ctx.
loc2pos(yystack_[2].location));
2783 ctx.
stack_.back()->set(
"rapid-commit", rc);
2785#line 2786 "dhcp6_parser.cc"
2789#line 1614 "dhcp6_parser.yy"
2791 ctx.
unique(
"shared-networks", ctx.
loc2pos(yystack_[0].location));
2793 ctx.
stack_.back()->set(
"shared-networks", l);
2797#line 2798 "dhcp6_parser.cc"
2801#line 1620 "dhcp6_parser.yy"
2806#line 2807 "dhcp6_parser.cc"
2810#line 1633 "dhcp6_parser.yy"
2814#line 2815 "dhcp6_parser.cc"
2818#line 1638 "dhcp6_parser.yy"
2821 ctx.
stack_.back()->add(m);
2824#line 2825 "dhcp6_parser.cc"
2828#line 1642 "dhcp6_parser.yy"
2832#line 2833 "dhcp6_parser.cc"
2836#line 1648 "dhcp6_parser.yy"
2840#line 2841 "dhcp6_parser.cc"
2844#line 1699 "dhcp6_parser.yy"
2846 ctx.
unique(
"option-def", ctx.
loc2pos(yystack_[0].location));
2848 ctx.
stack_.back()->set(
"option-def", l);
2852#line 2853 "dhcp6_parser.cc"
2856#line 1705 "dhcp6_parser.yy"
2861#line 2862 "dhcp6_parser.cc"
2865#line 1713 "dhcp6_parser.yy"
2870#line 2871 "dhcp6_parser.cc"
2874#line 1716 "dhcp6_parser.yy"
2878#line 2879 "dhcp6_parser.cc"
2882#line 1728 "dhcp6_parser.yy"
2886#line 2887 "dhcp6_parser.cc"
2890#line 1735 "dhcp6_parser.yy"
2893 ctx.
stack_.back()->add(m);
2896#line 2897 "dhcp6_parser.cc"
2900#line 1739 "dhcp6_parser.yy"
2908#line 2909 "dhcp6_parser.cc"
2912#line 1750 "dhcp6_parser.yy"
2918#line 2919 "dhcp6_parser.cc"
2922#line 1754 "dhcp6_parser.yy"
2930#line 2931 "dhcp6_parser.cc"
2934#line 1770 "dhcp6_parser.yy"
2938#line 2939 "dhcp6_parser.cc"
2942#line 1789 "dhcp6_parser.yy"
2946 ctx.
stack_.back()->set(
"code", code);
2948#line 2949 "dhcp6_parser.cc"
2952#line 1797 "dhcp6_parser.yy"
2957#line 2958 "dhcp6_parser.cc"
2961#line 1800 "dhcp6_parser.yy"
2964 ctx.
stack_.back()->set(
"type", prf);
2967#line 2968 "dhcp6_parser.cc"
2971#line 1806 "dhcp6_parser.yy"
2973 ctx.
unique(
"record-types", ctx.
loc2pos(yystack_[0].location));
2976#line 2977 "dhcp6_parser.cc"
2980#line 1809 "dhcp6_parser.yy"
2983 ctx.
stack_.back()->set(
"record-types", rtypes);
2986#line 2987 "dhcp6_parser.cc"
2990#line 1815 "dhcp6_parser.yy"
2995#line 2996 "dhcp6_parser.cc"
2999#line 1818 "dhcp6_parser.yy"
3002 ctx.
stack_.back()->set(
"space", space);
3005#line 3006 "dhcp6_parser.cc"
3009#line 1826 "dhcp6_parser.yy"
3011 ctx.
unique(
"encapsulate", ctx.
loc2pos(yystack_[0].location));
3014#line 3015 "dhcp6_parser.cc"
3018#line 1829 "dhcp6_parser.yy"
3021 ctx.
stack_.back()->set(
"encapsulate", encap);
3024#line 3025 "dhcp6_parser.cc"
3028#line 1835 "dhcp6_parser.yy"
3032 ctx.
stack_.back()->set(
"array", array);
3034#line 3035 "dhcp6_parser.cc"
3038#line 1845 "dhcp6_parser.yy"
3040 ctx.
unique(
"option-data", ctx.
loc2pos(yystack_[0].location));
3042 ctx.
stack_.back()->set(
"option-data", l);
3046#line 3047 "dhcp6_parser.cc"
3050#line 1851 "dhcp6_parser.yy"
3055#line 3056 "dhcp6_parser.cc"
3059#line 1866 "dhcp6_parser.yy"
3063#line 3064 "dhcp6_parser.cc"
3067#line 1873 "dhcp6_parser.yy"
3070 ctx.
stack_.back()->add(m);
3073#line 3074 "dhcp6_parser.cc"
3077#line 1877 "dhcp6_parser.yy"
3082#line 3083 "dhcp6_parser.cc"
3086#line 1885 "dhcp6_parser.yy"
3092#line 3093 "dhcp6_parser.cc"
3096#line 1889 "dhcp6_parser.yy"
3101#line 3102 "dhcp6_parser.cc"
3105#line 1905 "dhcp6_parser.yy"
3109#line 3110 "dhcp6_parser.cc"
3113#line 1925 "dhcp6_parser.yy"
3118#line 3119 "dhcp6_parser.cc"
3122#line 1928 "dhcp6_parser.yy"
3125 ctx.
stack_.back()->set(
"data", data);
3128#line 3129 "dhcp6_parser.cc"
3132#line 1938 "dhcp6_parser.yy"
3134 ctx.
unique(
"csv-format", ctx.
loc2pos(yystack_[2].location));
3136 ctx.
stack_.back()->set(
"csv-format", space);
3138#line 3139 "dhcp6_parser.cc"
3142#line 1944 "dhcp6_parser.yy"
3144 ctx.
unique(
"always-send", ctx.
loc2pos(yystack_[2].location));
3146 ctx.
stack_.back()->set(
"always-send", persist);
3148#line 3149 "dhcp6_parser.cc"
3152#line 1953 "dhcp6_parser.yy"
3156 ctx.
stack_.back()->set(
"pools", l);
3160#line 3161 "dhcp6_parser.cc"
3164#line 1959 "dhcp6_parser.yy"
3169#line 3170 "dhcp6_parser.cc"
3173#line 1972 "dhcp6_parser.yy"
3177#line 3178 "dhcp6_parser.cc"
3181#line 1977 "dhcp6_parser.yy"
3184 ctx.
stack_.back()->add(m);
3187#line 3188 "dhcp6_parser.cc"
3191#line 1981 "dhcp6_parser.yy"
3197#line 3198 "dhcp6_parser.cc"
3201#line 1987 "dhcp6_parser.yy"
3207#line 3208 "dhcp6_parser.cc"
3211#line 1991 "dhcp6_parser.yy"
3217#line 3218 "dhcp6_parser.cc"
3221#line 1999 "dhcp6_parser.yy"
3225#line 3226 "dhcp6_parser.cc"
3229#line 2013 "dhcp6_parser.yy"
3234#line 3235 "dhcp6_parser.cc"
3238#line 2016 "dhcp6_parser.yy"
3241 ctx.
stack_.back()->set(
"pool", pool);
3244#line 3245 "dhcp6_parser.cc"
3248#line 2022 "dhcp6_parser.yy"
3252#line 3253 "dhcp6_parser.cc"
3256#line 2024 "dhcp6_parser.yy"
3265 if ((old->size() != 1) || !old->contains(
"comment")) {
3266 std::stringstream msg;
3267 msg <<
"duplicate user-context entries (previous at "
3268 << old->getPosition().str() <<
")";
3269 error(yystack_[3].location, msg.str());
3272 user_context->set(
"comment", old->get(
"comment"));
3276 parent->set(
"user-context", user_context);
3279#line 3280 "dhcp6_parser.cc"
3283#line 2047 "dhcp6_parser.yy"
3287#line 3288 "dhcp6_parser.cc"
3291#line 2049 "dhcp6_parser.yy"
3296 user_context->set(
"comment", comment);
3302 if (old->contains(
"comment")) {
3303 std::stringstream msg;
3304 msg <<
"duplicate user-context/comment entries (previous at "
3305 << old->getPosition().str() <<
")";
3306 error(yystack_[3].location, msg.str());
3309 merge(user_context, old);
3313 parent->set(
"user-context", user_context);
3316#line 3317 "dhcp6_parser.cc"
3320#line 2077 "dhcp6_parser.yy"
3324 ctx.
stack_.back()->set(
"pd-pools", l);
3328#line 3329 "dhcp6_parser.cc"
3332#line 2083 "dhcp6_parser.yy"
3337#line 3338 "dhcp6_parser.cc"
3341#line 2096 "dhcp6_parser.yy"
3345#line 3346 "dhcp6_parser.cc"
3349#line 2101 "dhcp6_parser.yy"
3352 ctx.
stack_.back()->add(m);
3355#line 3356 "dhcp6_parser.cc"
3359#line 2105 "dhcp6_parser.yy"
3367#line 3368 "dhcp6_parser.cc"
3371#line 2113 "dhcp6_parser.yy"
3377#line 3378 "dhcp6_parser.cc"
3381#line 2117 "dhcp6_parser.yy"
3389#line 3390 "dhcp6_parser.cc"
3393#line 2127 "dhcp6_parser.yy"
3397#line 3398 "dhcp6_parser.cc"
3401#line 2145 "dhcp6_parser.yy"
3406#line 3407 "dhcp6_parser.cc"
3410#line 2148 "dhcp6_parser.yy"
3413 ctx.
stack_.back()->set(
"prefix", prf);
3416#line 3417 "dhcp6_parser.cc"
3420#line 2154 "dhcp6_parser.yy"
3422 ctx.
unique(
"prefix-len", ctx.
loc2pos(yystack_[2].location));
3424 ctx.
stack_.back()->set(
"prefix-len", prf);
3426#line 3427 "dhcp6_parser.cc"
3430#line 2160 "dhcp6_parser.yy"
3432 ctx.
unique(
"excluded-prefix", ctx.
loc2pos(yystack_[0].location));
3435#line 3436 "dhcp6_parser.cc"
3439#line 2163 "dhcp6_parser.yy"
3442 ctx.
stack_.back()->set(
"excluded-prefix", prf);
3445#line 3446 "dhcp6_parser.cc"
3449#line 2169 "dhcp6_parser.yy"
3451 ctx.
unique(
"excluded-prefix-len", ctx.
loc2pos(yystack_[2].location));
3453 ctx.
stack_.back()->set(
"excluded-prefix-len", prf);
3455#line 3456 "dhcp6_parser.cc"
3459#line 2175 "dhcp6_parser.yy"
3461 ctx.
unique(
"delegated-len", ctx.
loc2pos(yystack_[2].location));
3463 ctx.
stack_.back()->set(
"delegated-len", deleg);
3465#line 3466 "dhcp6_parser.cc"
3469#line 2184 "dhcp6_parser.yy"
3471 ctx.
unique(
"reservations", ctx.
loc2pos(yystack_[0].location));
3473 ctx.
stack_.back()->set(
"reservations", l);
3477#line 3478 "dhcp6_parser.cc"
3481#line 2190 "dhcp6_parser.yy"
3486#line 3487 "dhcp6_parser.cc"
3490#line 2201 "dhcp6_parser.yy"
3494#line 3495 "dhcp6_parser.cc"
3498#line 2206 "dhcp6_parser.yy"
3501 ctx.
stack_.back()->add(m);
3504#line 3505 "dhcp6_parser.cc"
3508#line 2210 "dhcp6_parser.yy"
3513#line 3514 "dhcp6_parser.cc"
3517#line 2215 "dhcp6_parser.yy"
3523#line 3524 "dhcp6_parser.cc"
3527#line 2219 "dhcp6_parser.yy"
3532#line 3533 "dhcp6_parser.cc"
3536#line 2230 "dhcp6_parser.yy"
3540#line 3541 "dhcp6_parser.cc"
3544#line 2249 "dhcp6_parser.yy"
3546 ctx.
unique(
"ip-addresses", ctx.
loc2pos(yystack_[0].location));
3548 ctx.
stack_.back()->set(
"ip-addresses", l);
3552#line 3553 "dhcp6_parser.cc"
3556#line 2255 "dhcp6_parser.yy"
3561#line 3562 "dhcp6_parser.cc"
3565#line 2260 "dhcp6_parser.yy"
3569 ctx.
stack_.back()->set(
"prefixes", l);
3573#line 3574 "dhcp6_parser.cc"
3577#line 2266 "dhcp6_parser.yy"
3582#line 3583 "dhcp6_parser.cc"
3586#line 2271 "dhcp6_parser.yy"
3591#line 3592 "dhcp6_parser.cc"
3595#line 2274 "dhcp6_parser.yy"
3598 ctx.
stack_.back()->set(
"duid", d);
3601#line 3602 "dhcp6_parser.cc"
3605#line 2280 "dhcp6_parser.yy"
3607 ctx.
unique(
"hw-address", ctx.
loc2pos(yystack_[0].location));
3610#line 3611 "dhcp6_parser.cc"
3614#line 2283 "dhcp6_parser.yy"
3617 ctx.
stack_.back()->set(
"hw-address", hw);
3620#line 3621 "dhcp6_parser.cc"
3624#line 2289 "dhcp6_parser.yy"
3629#line 3630 "dhcp6_parser.cc"
3633#line 2292 "dhcp6_parser.yy"
3636 ctx.
stack_.back()->set(
"hostname", host);
3639#line 3640 "dhcp6_parser.cc"
3643#line 2298 "dhcp6_parser.yy"
3648#line 3649 "dhcp6_parser.cc"
3652#line 2301 "dhcp6_parser.yy"
3655 ctx.
stack_.back()->set(
"flex-id", hw);
3658#line 3659 "dhcp6_parser.cc"
3662#line 2307 "dhcp6_parser.yy"
3664 ctx.
unique(
"client-classes", ctx.
loc2pos(yystack_[0].location));
3666 ctx.
stack_.back()->set(
"client-classes", c);
3670#line 3671 "dhcp6_parser.cc"
3674#line 2313 "dhcp6_parser.yy"
3679#line 3680 "dhcp6_parser.cc"
3683#line 2321 "dhcp6_parser.yy"
3687 ctx.
stack_.back()->set(
"relay", m);
3691#line 3692 "dhcp6_parser.cc"
3695#line 2327 "dhcp6_parser.yy"
3700#line 3701 "dhcp6_parser.cc"
3704#line 2336 "dhcp6_parser.yy"
3706 ctx.
unique(
"ip-address", ctx.
loc2pos(yystack_[0].location));
3709#line 3710 "dhcp6_parser.cc"
3713#line 2339 "dhcp6_parser.yy"
3716 ctx.
stack_.back()->set(
"ip-address", addr);
3719#line 3720 "dhcp6_parser.cc"
3723#line 2348 "dhcp6_parser.yy"
3725 ctx.
unique(
"client-classes", ctx.
loc2pos(yystack_[0].location));
3727 ctx.
stack_.back()->set(
"client-classes", l);
3731#line 3732 "dhcp6_parser.cc"
3735#line 2354 "dhcp6_parser.yy"
3740#line 3741 "dhcp6_parser.cc"
3744#line 2361 "dhcp6_parser.yy"
3748#line 3749 "dhcp6_parser.cc"
3752#line 2366 "dhcp6_parser.yy"
3755 ctx.
stack_.back()->add(m);
3758#line 3759 "dhcp6_parser.cc"
3762#line 2370 "dhcp6_parser.yy"
3768#line 3769 "dhcp6_parser.cc"
3772#line 2382 "dhcp6_parser.yy"
3776#line 3777 "dhcp6_parser.cc"
3780#line 2404 "dhcp6_parser.yy"
3785#line 3786 "dhcp6_parser.cc"
3789#line 2407 "dhcp6_parser.yy"
3792 ctx.
stack_.back()->set(
"test", test);
3795#line 3796 "dhcp6_parser.cc"
3799#line 2413 "dhcp6_parser.yy"
3801 ctx.
unique(
"only-if-required", ctx.
loc2pos(yystack_[2].location));
3803 ctx.
stack_.back()->set(
"only-if-required", b);
3805#line 3806 "dhcp6_parser.cc"
3809#line 2422 "dhcp6_parser.yy"
3813 ctx.
stack_.back()->set(
"server-id", m);
3817#line 3818 "dhcp6_parser.cc"
3821#line 2428 "dhcp6_parser.yy"
3828#line 3829 "dhcp6_parser.cc"
3832#line 2437 "dhcp6_parser.yy"
3836#line 3837 "dhcp6_parser.cc"
3840#line 2453 "dhcp6_parser.yy"
3845#line 3846 "dhcp6_parser.cc"
3849#line 2456 "dhcp6_parser.yy"
3854#line 3855 "dhcp6_parser.cc"
3858#line 2461 "dhcp6_parser.yy"
3860#line 3861 "dhcp6_parser.cc"
3864#line 2462 "dhcp6_parser.yy"
3866#line 3867 "dhcp6_parser.cc"
3870#line 2463 "dhcp6_parser.yy"
3872#line 3873 "dhcp6_parser.cc"
3876#line 2466 "dhcp6_parser.yy"
3880 ctx.
stack_.back()->set(
"htype", htype);
3882#line 3883 "dhcp6_parser.cc"
3886#line 2472 "dhcp6_parser.yy"
3888 ctx.
unique(
"identifier", ctx.
loc2pos(yystack_[0].location));
3891#line 3892 "dhcp6_parser.cc"
3895#line 2475 "dhcp6_parser.yy"
3898 ctx.
stack_.back()->set(
"identifier",
id);
3901#line 3902 "dhcp6_parser.cc"
3905#line 2481 "dhcp6_parser.yy"
3909 ctx.
stack_.back()->set(
"time", time);
3911#line 3912 "dhcp6_parser.cc"
3915#line 2487 "dhcp6_parser.yy"
3917 ctx.
unique(
"enterprise-id", ctx.
loc2pos(yystack_[2].location));
3919 ctx.
stack_.back()->set(
"enterprise-id", time);
3921#line 3922 "dhcp6_parser.cc"
3925#line 2495 "dhcp6_parser.yy"
3927 ctx.
unique(
"dhcp4o6-port", ctx.
loc2pos(yystack_[2].location));
3929 ctx.
stack_.back()->set(
"dhcp4o6-port", time);
3931#line 3932 "dhcp6_parser.cc"
3935#line 2503 "dhcp6_parser.yy"
3937 ctx.
unique(
"control-socket", ctx.
loc2pos(yystack_[0].location));
3939 ctx.
stack_.back()->set(
"control-socket", m);
3943#line 3944 "dhcp6_parser.cc"
3947#line 2509 "dhcp6_parser.yy"
3952#line 3953 "dhcp6_parser.cc"
3956#line 2516 "dhcp6_parser.yy"
3960#line 3961 "dhcp6_parser.cc"
3964#line 2528 "dhcp6_parser.yy"
3966 ctx.
unique(
"socket-type", ctx.
loc2pos(yystack_[0].location));
3969#line 3970 "dhcp6_parser.cc"
3973#line 2531 "dhcp6_parser.yy"
3976 ctx.
stack_.back()->set(
"socket-type", stype);
3979#line 3980 "dhcp6_parser.cc"
3983#line 2537 "dhcp6_parser.yy"
3985 ctx.
unique(
"socket-name", ctx.
loc2pos(yystack_[0].location));
3988#line 3989 "dhcp6_parser.cc"
3992#line 2540 "dhcp6_parser.yy"
3995 ctx.
stack_.back()->set(
"socket-name", name);
3998#line 3999 "dhcp6_parser.cc"
4002#line 2549 "dhcp6_parser.yy"
4004 ctx.
unique(
"dhcp-queue-control", ctx.
loc2pos(yystack_[0].location));
4006 ctx.
stack_.back()->set(
"dhcp-queue-control", qc);
4007 ctx.
stack_.push_back(qc);
4010#line 4011 "dhcp6_parser.cc"
4014#line 2555 "dhcp6_parser.yy"
4021#line 4022 "dhcp6_parser.cc"
4025#line 2564 "dhcp6_parser.yy"
4029#line 4030 "dhcp6_parser.cc"
4033#line 2577 "dhcp6_parser.yy"
4035 ctx.
unique(
"enable-queue", ctx.
loc2pos(yystack_[2].location));
4037 ctx.
stack_.back()->set(
"enable-queue", b);
4039#line 4040 "dhcp6_parser.cc"
4043#line 2583 "dhcp6_parser.yy"
4045 ctx.
unique(
"queue-type", ctx.
loc2pos(yystack_[0].location));
4048#line 4049 "dhcp6_parser.cc"
4052#line 2586 "dhcp6_parser.yy"
4055 ctx.
stack_.back()->set(
"queue-type", qt);
4058#line 4059 "dhcp6_parser.cc"
4062#line 2592 "dhcp6_parser.yy"
4066 ctx.
stack_.back()->set(
"capacity", c);
4068#line 4069 "dhcp6_parser.cc"
4072#line 2598 "dhcp6_parser.yy"
4074 ctx.
unique(yystack_[0].value.as < std::string > (), ctx.
loc2pos(yystack_[0].location));
4077#line 4078 "dhcp6_parser.cc"
4081#line 2601 "dhcp6_parser.yy"
4083 ctx.
stack_.back()->set(yystack_[3].value.as < std::string > (), yystack_[0].value.as <
ElementPtr > ());
4086#line 4087 "dhcp6_parser.cc"
4090#line 2608 "dhcp6_parser.yy"
4094 ctx.
stack_.back()->set(
"dhcp-ddns", m);
4098#line 4099 "dhcp6_parser.cc"
4102#line 2614 "dhcp6_parser.yy"
4105 ctx.
require(
"enable-updates", ctx.
loc2pos(yystack_[2].location), ctx.
loc2pos(yystack_[0].location));
4109#line 4110 "dhcp6_parser.cc"
4113#line 2621 "dhcp6_parser.yy"
4119#line 4120 "dhcp6_parser.cc"
4123#line 2625 "dhcp6_parser.yy"
4126 ctx.
require(
"enable-updates", ctx.
loc2pos(yystack_[3].location), ctx.
loc2pos(yystack_[0].location));
4129#line 4130 "dhcp6_parser.cc"
4133#line 2633 "dhcp6_parser.yy"
4137#line 4138 "dhcp6_parser.cc"
4141#line 2658 "dhcp6_parser.yy"
4143 ctx.
unique(
"enable-updates", ctx.
loc2pos(yystack_[2].location));
4145 ctx.
stack_.back()->set(
"enable-updates", b);
4147#line 4148 "dhcp6_parser.cc"
4151#line 2665 "dhcp6_parser.yy"
4153 ctx.
unique(
"qualifying-suffix", ctx.
loc2pos(yystack_[0].location));
4156#line 4157 "dhcp6_parser.cc"
4160#line 2668 "dhcp6_parser.yy"
4163 ctx.
stack_.back()->set(
"qualifying-suffix", s);
4166#line 4167 "dhcp6_parser.cc"
4170#line 2674 "dhcp6_parser.yy"
4175#line 4176 "dhcp6_parser.cc"
4179#line 2677 "dhcp6_parser.yy"
4182 ctx.
stack_.back()->set(
"server-ip", s);
4185#line 4186 "dhcp6_parser.cc"
4189#line 2683 "dhcp6_parser.yy"
4191 ctx.
unique(
"server-port", ctx.
loc2pos(yystack_[2].location));
4193 ctx.
stack_.back()->set(
"server-port", i);
4195#line 4196 "dhcp6_parser.cc"
4199#line 2689 "dhcp6_parser.yy"
4204#line 4205 "dhcp6_parser.cc"
4208#line 2692 "dhcp6_parser.yy"
4211 ctx.
stack_.back()->set(
"sender-ip", s);
4214#line 4215 "dhcp6_parser.cc"
4218#line 2698 "dhcp6_parser.yy"
4220 ctx.
unique(
"sender-port", ctx.
loc2pos(yystack_[2].location));
4222 ctx.
stack_.back()->set(
"sender-port", i);
4224#line 4225 "dhcp6_parser.cc"
4228#line 2704 "dhcp6_parser.yy"
4230 ctx.
unique(
"max-queue-size", ctx.
loc2pos(yystack_[2].location));
4232 ctx.
stack_.back()->set(
"max-queue-size", i);
4234#line 4235 "dhcp6_parser.cc"
4238#line 2710 "dhcp6_parser.yy"
4240 ctx.
unique(
"ncr-protocol", ctx.
loc2pos(yystack_[0].location));
4243#line 4244 "dhcp6_parser.cc"
4247#line 2713 "dhcp6_parser.yy"
4249 ctx.
stack_.back()->set(
"ncr-protocol", yystack_[0].value.as <
ElementPtr > ());
4252#line 4253 "dhcp6_parser.cc"
4256#line 2719 "dhcp6_parser.yy"
4258#line 4259 "dhcp6_parser.cc"
4262#line 2720 "dhcp6_parser.yy"
4264#line 4265 "dhcp6_parser.cc"
4268#line 2723 "dhcp6_parser.yy"
4270 ctx.
unique(
"ncr-format", ctx.
loc2pos(yystack_[0].location));
4273#line 4274 "dhcp6_parser.cc"
4277#line 2726 "dhcp6_parser.yy"
4280 ctx.
stack_.back()->set(
"ncr-format", json);
4283#line 4284 "dhcp6_parser.cc"
4287#line 2733 "dhcp6_parser.yy"
4289 ctx.
unique(
"override-no-update", ctx.
loc2pos(yystack_[2].location));
4291 ctx.
stack_.back()->set(
"override-no-update", b);
4293#line 4294 "dhcp6_parser.cc"
4297#line 2740 "dhcp6_parser.yy"
4299 ctx.
unique(
"override-client-update", ctx.
loc2pos(yystack_[2].location));
4301 ctx.
stack_.back()->set(
"override-client-update", b);
4303#line 4304 "dhcp6_parser.cc"
4307#line 2747 "dhcp6_parser.yy"
4309 ctx.
unique(
"replace-client-name", ctx.
loc2pos(yystack_[0].location));
4312#line 4313 "dhcp6_parser.cc"
4316#line 2750 "dhcp6_parser.yy"
4318 ctx.
stack_.back()->set(
"replace-client-name", yystack_[0].value.as <
ElementPtr > ());
4321#line 4322 "dhcp6_parser.cc"
4325#line 2756 "dhcp6_parser.yy"
4327 ctx.
unique(
"generated-prefix", ctx.
loc2pos(yystack_[0].location));
4330#line 4331 "dhcp6_parser.cc"
4334#line 2759 "dhcp6_parser.yy"
4337 ctx.
stack_.back()->set(
"generated-prefix", s);
4340#line 4341 "dhcp6_parser.cc"
4344#line 2766 "dhcp6_parser.yy"
4346 ctx.
unique(
"hostname-char-set", ctx.
loc2pos(yystack_[0].location));
4349#line 4350 "dhcp6_parser.cc"
4353#line 2769 "dhcp6_parser.yy"
4356 ctx.
stack_.back()->set(
"hostname-char-set", s);
4359#line 4360 "dhcp6_parser.cc"
4363#line 2776 "dhcp6_parser.yy"
4365 ctx.
unique(
"hostname-char-replacement", ctx.
loc2pos(yystack_[0].location));
4368#line 4369 "dhcp6_parser.cc"
4372#line 2779 "dhcp6_parser.yy"
4375 ctx.
stack_.back()->set(
"hostname-char-replacement", s);
4378#line 4379 "dhcp6_parser.cc"
4382#line 2788 "dhcp6_parser.yy"
4384 ctx.
unique(
"config-control", ctx.
loc2pos(yystack_[0].location));
4386 ctx.
stack_.back()->set(
"config-control", i);
4390#line 4391 "dhcp6_parser.cc"
4394#line 2794 "dhcp6_parser.yy"
4400#line 4401 "dhcp6_parser.cc"
4404#line 2800 "dhcp6_parser.yy"
4410#line 4411 "dhcp6_parser.cc"
4414#line 2804 "dhcp6_parser.yy"
4419#line 4420 "dhcp6_parser.cc"
4423#line 2812 "dhcp6_parser.yy"
4427#line 4428 "dhcp6_parser.cc"
4431#line 2822 "dhcp6_parser.yy"
4433 ctx.
unique(
"config-databases", ctx.
loc2pos(yystack_[0].location));
4435 ctx.
stack_.back()->set(
"config-databases", l);
4439#line 4440 "dhcp6_parser.cc"
4443#line 2828 "dhcp6_parser.yy"
4448#line 4449 "dhcp6_parser.cc"
4452#line 2833 "dhcp6_parser.yy"
4454 ctx.
unique(
"config-fetch-wait-time", ctx.
loc2pos(yystack_[2].location));
4456 ctx.
stack_.back()->set(
"config-fetch-wait-time", value);
4458#line 4459 "dhcp6_parser.cc"
4462#line 2841 "dhcp6_parser.yy"
4466 ctx.
stack_.back()->set(
"loggers", l);
4470#line 4471 "dhcp6_parser.cc"
4474#line 2847 "dhcp6_parser.yy"
4479#line 4480 "dhcp6_parser.cc"
4483#line 2856 "dhcp6_parser.yy"
4487#line 4488 "dhcp6_parser.cc"
4491#line 2862 "dhcp6_parser.yy"
4494 ctx.
stack_.back()->add(l);
4497#line 4498 "dhcp6_parser.cc"
4501#line 2866 "dhcp6_parser.yy"
4505#line 4506 "dhcp6_parser.cc"
4509#line 2872 "dhcp6_parser.yy"
4513#line 4514 "dhcp6_parser.cc"
4517#line 2886 "dhcp6_parser.yy"
4519 ctx.
unique(
"debuglevel", ctx.
loc2pos(yystack_[2].location));
4521 ctx.
stack_.back()->set(
"debuglevel", dl);
4523#line 4524 "dhcp6_parser.cc"
4527#line 2892 "dhcp6_parser.yy"
4532#line 4533 "dhcp6_parser.cc"
4536#line 2895 "dhcp6_parser.yy"
4539 ctx.
stack_.back()->set(
"severity", sev);
4542#line 4543 "dhcp6_parser.cc"
4546#line 2901 "dhcp6_parser.yy"
4548 ctx.
unique(
"output_options", ctx.
loc2pos(yystack_[0].location));
4550 ctx.
stack_.back()->set(
"output_options", l);
4554#line 4555 "dhcp6_parser.cc"
4558#line 2907 "dhcp6_parser.yy"
4563#line 4564 "dhcp6_parser.cc"
4567#line 2914 "dhcp6_parser.yy"
4571#line 4572 "dhcp6_parser.cc"
4575#line 2919 "dhcp6_parser.yy"
4578 ctx.
stack_.back()->add(m);
4581#line 4582 "dhcp6_parser.cc"
4585#line 2923 "dhcp6_parser.yy"
4589#line 4590 "dhcp6_parser.cc"
4593#line 2929 "dhcp6_parser.yy"
4597#line 4598 "dhcp6_parser.cc"
4601#line 2941 "dhcp6_parser.yy"
4606#line 4607 "dhcp6_parser.cc"
4610#line 2944 "dhcp6_parser.yy"
4613 ctx.
stack_.back()->set(
"output", sev);
4616#line 4617 "dhcp6_parser.cc"
4620#line 2950 "dhcp6_parser.yy"
4624 ctx.
stack_.back()->set(
"flush", flush);
4626#line 4627 "dhcp6_parser.cc"
4630#line 2956 "dhcp6_parser.yy"
4634 ctx.
stack_.back()->set(
"maxsize", maxsize);
4636#line 4637 "dhcp6_parser.cc"
4640#line 2962 "dhcp6_parser.yy"
4644 ctx.
stack_.back()->set(
"maxver", maxver);
4646#line 4647 "dhcp6_parser.cc"
4650#line 2968 "dhcp6_parser.yy"
4655#line 4656 "dhcp6_parser.cc"
4659#line 2971 "dhcp6_parser.yy"
4662 ctx.
stack_.back()->set(
"pattern", sev);
4665#line 4666 "dhcp6_parser.cc"
4669#line 2977 "dhcp6_parser.yy"
4671 ctx.
unique(
"compatibility", ctx.
loc2pos(yystack_[0].location));
4673 ctx.
stack_.back()->set(
"compatibility", i);
4677#line 4678 "dhcp6_parser.cc"
4681#line 2983 "dhcp6_parser.yy"
4686#line 4687 "dhcp6_parser.cc"
4690#line 2990 "dhcp6_parser.yy"
4694#line 4695 "dhcp6_parser.cc"
4698#line 2999 "dhcp6_parser.yy"
4700 ctx.
unique(
"lenient-option-parsing", ctx.
loc2pos(yystack_[2].location));
4702 ctx.
stack_.back()->set(
"lenient-option-parsing", b);
4704#line 4705 "dhcp6_parser.cc"
4708#line 4709 "dhcp6_parser.cc"
4717 YYCDEBUG <<
"Caught exception: " << yyexc.what() <<
'\n';
4727 yypush_ (YY_NULLPTR,
YY_MOVE (yylhs));
4741 std::string msg = yysyntax_error_ (yyctx);
4746 yyerror_range[1].location = yyla.
location;
4747 if (yyerrstatus_ == 3)
4755 else if (!yyla.
empty ())
4757 yy_destroy_ (
"Error: discarding", yyla);
4791 yyn = yypact_[+yystack_[0].state];
4792 if (!yy_pact_value_is_default_ (yyn))
4795 if (0 <= yyn && yyn <= yylast_
4798 yyn = yytable_[yyn];
4805 if (yystack_.size () == 1)
4808 yyerror_range[1].location = yystack_[0].location;
4809 yy_destroy_ (
"Error: popping", yystack_[0]);
4814 stack_symbol_type error_token;
4816 yyerror_range[2].location = yyla.
location;
4820 error_token.state = state_type (yyn);
4821 yypush_ (
"Shifting",
YY_MOVE (error_token));
4847 yy_destroy_ (
"Cleanup: discarding lookahead", yyla);
4853 while (1 < yystack_.size ())
4855 yy_destroy_ (
"Cleanup: popping", yystack_[0]);
4864 YYCDEBUG <<
"Exception caught: cleaning lookahead and stack\n";
4868 yy_destroy_ (YY_NULLPTR, yyla);
4870 while (1 < yystack_.size ())
4872 yy_destroy_ (YY_NULLPTR, yystack_[0]);
4892 Dhcp6Parser::yytnamerr_ (
const char *yystr)
4897 char const *yyp = yystr;
4904 goto do_not_strip_quotes;
4908 goto do_not_strip_quotes;
4920 do_not_strip_quotes: ;
4929 return yytnamerr_ (yytname_[yysymbol]);
4936 : yyparser_ (yyparser)
4946 const int yyn = yypact_[+yyparser_.yystack_[0].state];
4947 if (!yy_pact_value_is_default_ (yyn))
4952 const int yyxbegin = yyn < 0 ? -yyn : 0;
4954 const int yychecklim = yylast_ - yyn + 1;
4956 for (
int yyx = yyxbegin; yyx < yyxend; ++yyx)
4958 && !yy_table_value_is_error_ (yytable_[yyx + yyn]))
4962 else if (yycount == yyargn)
4969 if (yyarg && yycount == 0 && 0 < yyargn)
4980 Dhcp6Parser::yy_syntax_error_arguments_ (
const context& yyctx,
5011 yyarg[0] = yyctx.
token ();
5012 int yyn = yyctx.
expected_tokens (yyarg ? yyarg + 1 : yyarg, yyargn - 1);
5020 Dhcp6Parser::yysyntax_error_ (
const context& yyctx)
const
5023 enum { YYARGS_MAX = 5 };
5026 int yycount = yy_syntax_error_arguments_ (yyctx, yyarg, YYARGS_MAX);
5028 char const* yyformat = YY_NULLPTR;
5031#define YYCASE_(N, S) \
5037 YYCASE_ (1,
YY_(
"syntax error, unexpected %s"));
5038 YYCASE_ (2,
YY_(
"syntax error, unexpected %s, expecting %s"));
5039 YYCASE_ (3,
YY_(
"syntax error, unexpected %s, expecting %s or %s"));
5040 YYCASE_ (4,
YY_(
"syntax error, unexpected %s, expecting %s or %s or %s"));
5041 YYCASE_ (5,
YY_(
"syntax error, unexpected %s, expecting %s or %s or %s or %s"));
5047 std::ptrdiff_t yyi = 0;
5048 for (
char const* yyp = yyformat; *yyp; ++yyp)
5049 if (yyp[0] ==
'%' && yyp[1] ==
's' && yyi < yycount)
5060 const short Dhcp6Parser::yypact_ninf_ = -996;
5062 const signed char Dhcp6Parser::yytable_ninf_ = -1;
5065 Dhcp6Parser::yypact_[] =
5067 437, -996, -996, -996, -996, -996, -996, -996, -996, -996,
5068 -996, -996, -996, -996, -996, 36, 30, 93, 94, 106,
5069 108, 137, 155, 171, 173, 180, 182, 192, 193, 199,
5070 -996, -996, -996, -996, -996, -996, -996, -996, -996, -996,
5071 -996, -996, -996, -996, -996, -996, -996, -996, -996, -996,
5072 -996, -996, -996, -996, -996, -996, -996, -996, -996, -996,
5073 -996, -996, -996, -996, -996, -996, -996, -996, 30, -166,
5074 130, 160, 78, 668, 42, 296, 71, -2, 81, -25,
5075 -90, 451, 35, -996, 244, 248, 260, 257, 297, -996,
5076 65, -996, -996, -996, -996, -996, -996, -996, 306, 328,
5077 329, 335, 349, 359, 362, 369, 370, 377, 379, 389,
5078 397, 398, -996, 399, 416, 434, 436, 439, -996, -996,
5079 -996, 440, 441, 442, -996, -996, -996, 443, -996, -996,
5080 -996, -996, 444, 445, 446, -996, -996, -996, -996, -996,
5081 -996, -996, -996, -996, 447, -996, -996, -996, -996, -996,
5082 -996, 448, 449, 452, -996, -996, 455, -996, 96, -996,
5083 -996, -996, -996, -996, -996, -996, -996, -996, -996, -996,
5084 -996, -996, -996, -996, -996, -996, -996, -996, -996, -996,
5085 -996, -996, -996, -996, -996, -996, -996, -996, -996, -996,
5086 -996, -996, -996, -996, -996, -996, -996, -996, -996, -996,
5087 -996, -996, -996, -996, -996, -996, -996, -996, -996, -996,
5088 -996, -996, -996, -996, -996, -996, -996, -996, -996, -996,
5089 -996, -996, -996, -996, -996, 456, 457, 459, 463, -996,
5090 100, -996, -996, -996, -996, -996, -996, -996, -996, -996,
5091 -996, -996, -996, -996, 464, 465, -996, -996, -996, -996,
5092 -996, -996, -996, -996, -996, -996, -996, -996, -996, -996,
5093 -996, -996, -996, -996, -996, -996, -996, -996, -996, -996,
5094 -996, -996, -996, -996, 113, -996, -996, -996, -996, -996,
5095 -996, -996, -996, -996, -996, -996, -996, -996, -996, -996,
5096 -996, -996, -996, -996, -996, -996, -996, -996, -996, 123,
5097 -996, -996, -996, -996, -996, 467, -996, 468, 471, -996,
5098 -996, -996, -996, -996, -996, 133, -996, -996, -996, -996,
5099 -996, -996, -996, -996, -996, -996, -996, -996, -996, -996,
5100 -996, -996, -996, 323, 438, -996, -996, -996, -996, -996,
5101 -996, -996, -996, 357, -996, -996, 472, -996, -996, -996,
5102 473, -996, -996, 470, 476, -996, -996, -996, -996, -996,
5103 -996, -996, -996, -996, -996, -996, -996, -996, 477, 479,
5104 -996, -996, -996, -996, 478, 482, -996, -996, -996, -996,
5105 -996, -996, -996, -996, -996, -996, -996, -996, 176, -996,
5106 -996, -996, 483, -996, -996, 484, -996, 487, 488, -996,
5107 -996, 499, 500, -996, -996, -996, -996, -996, -996, -996,
5108 236, -996, -996, -996, -996, -996, -996, -996, -996, -996,
5109 -996, -996, -996, -996, -996, -996, -996, -996, 503, 246,
5110 -996, -996, -996, -996, 30, 30, -996, 245, 504, -996,
5111 -996, 508, 510, 513, 514, 516, 517, 315, 316, 317,
5112 319, 320, 324, 325, 331, 321, 312, 326, 338, 340,
5113 341, 518, 342, 344, 348, 351, 352, 536, 550, 552,
5114 354, 356, 358, 553, 556, 566, 365, 568, 569, 571,
5115 574, 373, 375, 376, 578, 579, 581, 586, 588, 589,
5116 592, 594, 595, 393, 596, 598, 601, 602, 603, 605,
5117 412, 415, 417, 620, 622, -996, 160, -996, 623, 435,
5118 450, 418, 453, 78, -996, 643, 645, 646, 647, 649,
5119 454, 460, 650, 652, 653, 668, -996, 654, 42, -996,
5120 655, 458, 656, 461, 466, 296, -996, 658, 662, 663,
5121 664, 666, 670, 671, -996, 71, -996, 672, 674, 469,
5122 675, 677, 678, 474, -996, 81, 679, 480, 481, -996,
5123 -25, 680, 681, -73, -996, 485, 682, 687, 486, 691,
5124 489, 490, 695, 698, 496, 497, 699, 707, 709, 724,
5125 451, -996, 725, 519, 35, -996, -996, -996, 727, 734,
5126 532, 737, 738, 739, 745, 748, -996, -996, -996, -996,
5127 -996, -996, -996, -996, -996, -996, -996, -996, -996, -996,
5128 544, -996, -996, -996, -996, -996, -95, 546, 548, -996,
5129 -996, -996, 754, 755, 756, -996, 766, 765, 563, 327,
5130 -996, -996, -996, 769, 773, 774, 775, 776, 778, 780,
5131 779, 782, -996, 783, 784, 785, 786, 570, 584, -996,
5132 -996, -996, 791, 790, -996, 793, -996, -996, -996, -996,
5133 -996, 794, 795, 591, 593, 607, -996, -996, 793, 608,
5134 812, -996, 610, -996, 621, -996, 624, -996, -996, -996,
5135 793, 793, 793, 625, 626, 627, 628, -996, 629, 630,
5136 -996, 631, 632, 633, -996, -996, 634, -996, -996, -996,
5137 635, 765, -996, -996, 636, 637, -996, 640, -996, -996,
5138 -50, 587, -996, -996, -95, 641, 644, 651, -996, 797,
5139 -996, -996, 30, 160, -996, 35, 78, 292, 292, 850,
5140 -996, -996, -996, -996, -996, -996, -996, -996, -996, 853,
5141 855, 856, 860, -996, -996, -996, -996, -996, -996, -996,
5142 -996, -91, 30, 313, 758, 861, 862, 863, 273, 252,
5143 152, -20, -5, 451, -996, -996, 864, -145, -996, -996,
5144 867, 868, -996, -996, -996, -996, -996, -19, -996, -996,
5145 -996, -996, -996, -996, -996, -996, -996, -996, -996, -996,
5146 -996, -996, -996, -996, -996, -996, -996, -996, -996, -996,
5147 -996, -996, -996, -996, -996, -996, -996, 850, -996, 250,
5148 271, 274, -996, -996, -996, -996, 873, 875, 876, 877,
5149 878, 879, 881, -996, 882, -996, -996, -996, -996, -996,
5150 275, -996, -996, -996, -996, -996, -996, -996, -996, -996,
5151 -996, -996, -996, -996, -996, -996, -996, -996, -996, -996,
5152 290, -996, 883, 884, -996, -996, 885, 887, -996, -996,
5153 886, 890, -996, -996, 888, 892, -996, -996, 891, 893,
5154 -996, -996, -996, 185, -996, -996, -996, 894, -996, -996,
5155 -996, 284, -996, -996, -996, -996, 301, -996, -996, -996,
5156 291, -996, -996, 895, 896, -996, -996, 897, 899, -996,
5157 900, 901, 902, 903, 904, 905, 303, -996, -996, -996,
5158 -996, -996, -996, -996, -996, -996, 906, 907, 908, -996,
5159 -996, -996, -996, 310, -996, -996, -996, -996, -996, -996,
5160 909, 910, 911, -996, 343, -996, -996, -996, -996, -996,
5161 -996, -996, -996, -996, -996, -996, 347, -996, -996, -996,
5162 912, -996, 913, -996, -996, -996, 361, -996, -996, -996,
5163 -996, -996, 364, -996, 311, -996, 914, -996, 372, -996,
5164 -996, 688, -996, 915, 916, -996, -996, 917, 919, -996,
5165 -996, -996, 880, -996, 918, -996, -996, -996, 921, 922,
5166 923, 924, 718, 717, 720, 719, 722, 723, 728, 931,
5167 730, 932, 938, 940, 941, 292, -996, -996, 292, -996,
5168 850, 668, -996, 853, 81, -996, 855, -25, -996, 856,
5169 757, -996, 860, -91, -996, -996, 313, -996, 943, 758,
5170 -996, 309, 861, -996, 71, -996, 862, -90, -996, 863,
5171 743, 744, 746, 747, 753, 759, 273, -996, 944, 967,
5172 762, 763, 767, 252, -996, 788, 799, 800, 152, -996,
5173 991, 992, -20, -996, 801, 1014, 809, 1017, -5, -996,
5174 -996, 190, 864, -996, 816, -145, -996, -996, 1027, 1031,
5175 42, -996, 867, 296, -996, 868, 1033, -996, -996, 129,
5176 710, 832, 845, -996, -996, -996, -996, -996, -996, -996,
5177 197, -996, 852, 889, 898, 920, -996, 374, -996, 391,
5178 -996, 1070, -996, 1077, -996, -996, -996, -996, -996, -996,
5179 -996, -996, -996, -996, -996, -996, -996, -996, -996, -996,
5180 -996, -996, -996, -996, -996, -996, -996, -996, -996, -996,
5181 -996, -996, -996, -996, -996, -996, -996, -996, -996, -996,
5182 -996, 410, -996, -996, -996, -996, -996, -996, -996, -996,
5183 925, -996, -996, 1084, -996, -996, -996, -996, -996, -996,
5184 -996, -996, -996, -996, -996, 1083, 1091, -996, -996, -996,
5185 -996, -996, 1088, -996, 411, -996, -996, -996, -996, -996,
5186 -996, -996, -996, 28, 926, -996, -996, -996, -996, -996,
5187 -996, -996, -996, 927, 928, -996, -996, 929, -996, 30,
5188 -996, -996, 1093, -996, -996, -996, -996, -996, 413, -996,
5189 -996, -996, -996, -996, -996, -996, -996, 930, 414, -996,
5190 420, -996, 933, -996, -996, -996, -996, -996, -996, -996,
5191 -996, -996, -996, -996, -996, -996, -996, -996, -996, -996,
5192 -996, -996, 757, -996, -996, 1094, 934, -996, 309, -996,
5193 -996, -996, -996, -996, -996, -996, -996, -996, -996, -996,
5194 1096, 935, 1097, 190, -996, -996, -996, -996, -996, -996,
5195 939, -996, -996, 1098, -996, 942, -996, -996, 1095, -996,
5196 -996, 346, -996, 11, 1095, -996, -996, 1100, 1101, 1102,
5197 -996, 426, -996, -996, -996, -996, -996, -996, -996, 1103,
5198 937, 946, 948, 1105, 11, -996, 950, -996, -996, -996,
5199 951, -996, -996, -996
5203 Dhcp6Parser::yydefact_[] =
5205 0, 2, 4, 6, 8, 10, 12, 14, 16, 18,
5206 20, 22, 24, 26, 28, 0, 0, 0, 0, 0,
5207 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
5208 1, 46, 38, 34, 33, 30, 31, 32, 37, 3,
5209 35, 36, 61, 5, 67, 7, 184, 9, 362, 11,
5210 565, 13, 592, 15, 624, 17, 485, 19, 494, 21,
5211 533, 23, 324, 25, 749, 27, 800, 29, 48, 41,
5212 0, 0, 0, 0, 0, 0, 626, 0, 496, 535,
5213 0, 0, 0, 50, 0, 49, 0, 0, 42, 63,
5214 0, 65, 137, 798, 182, 203, 205, 207, 0, 0,
5215 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
5216 0, 0, 176, 0, 0, 0, 0, 0, 156, 163,
5217 165, 0, 0, 0, 353, 483, 524, 0, 431, 579,
5218 581, 423, 0, 0, 0, 280, 299, 289, 272, 662,
5219 615, 315, 336, 691, 0, 301, 716, 730, 747, 169,
5220 171, 0, 0, 0, 810, 852, 0, 136, 0, 69,
5221 72, 73, 74, 75, 76, 77, 78, 79, 80, 111,
5222 112, 113, 114, 115, 81, 119, 120, 121, 122, 123,
5223 124, 125, 126, 117, 118, 127, 128, 129, 106, 135,
5224 131, 132, 133, 84, 85, 86, 87, 103, 88, 90,
5225 89, 130, 94, 95, 82, 108, 109, 110, 107, 83,
5226 92, 93, 101, 102, 104, 91, 96, 97, 98, 99,
5227 100, 105, 116, 134, 197, 0, 0, 0, 0, 196,
5228 0, 186, 189, 190, 191, 192, 193, 194, 195, 556,
5229 583, 410, 412, 414, 0, 0, 418, 416, 656, 409,
5230 367, 368, 369, 370, 371, 372, 373, 374, 393, 394,
5231 395, 396, 397, 400, 401, 402, 403, 404, 405, 406,
5232 407, 398, 399, 408, 0, 364, 378, 379, 380, 383,
5233 384, 387, 388, 389, 386, 381, 382, 375, 376, 391,
5234 392, 377, 385, 390, 577, 576, 572, 573, 571, 0,
5235 567, 570, 574, 575, 608, 0, 611, 0, 0, 607,
5236 601, 602, 600, 605, 606, 0, 594, 597, 598, 603,
5237 604, 599, 654, 642, 644, 646, 648, 650, 652, 641,
5238 638, 639, 640, 0, 627, 628, 633, 634, 631, 635,
5239 636, 637, 632, 0, 514, 250, 0, 518, 516, 521,
5240 0, 510, 511, 0, 497, 498, 501, 513, 502, 503,
5241 504, 520, 505, 506, 507, 508, 509, 550, 0, 0,
5242 548, 549, 552, 553, 0, 536, 537, 540, 541, 542,
5243 543, 544, 545, 546, 547, 332, 334, 329, 0, 326,
5244 330, 331, 0, 773, 775, 0, 778, 0, 0, 782,
5245 786, 0, 0, 790, 792, 794, 796, 771, 769, 770,
5246 0, 751, 754, 766, 755, 756, 757, 758, 759, 760,
5247 761, 762, 763, 764, 765, 767, 768, 807, 0, 0,
5248 802, 805, 806, 47, 52, 0, 39, 45, 0, 66,
5249 62, 0, 0, 0, 0, 0, 0, 0, 0, 0,
5250 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
5251 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
5252 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
5253 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
5254 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
5255 0, 0, 0, 0, 0, 60, 71, 68, 0, 0,
5256 0, 0, 0, 188, 185, 0, 0, 0, 0, 0,
5257 0, 0, 0, 0, 0, 366, 363, 0, 569, 566,
5258 0, 0, 0, 0, 0, 596, 593, 0, 0, 0,
5259 0, 0, 0, 0, 625, 630, 486, 0, 0, 0,
5260 0, 0, 0, 0, 495, 500, 0, 0, 0, 534,
5261 539, 0, 0, 328, 325, 0, 0, 0, 0, 0,
5262 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
5263 753, 750, 0, 0, 804, 801, 51, 43, 0, 0,
5264 0, 0, 0, 0, 0, 0, 139, 140, 141, 142,
5265 143, 144, 145, 146, 147, 148, 149, 150, 151, 152,
5266 0, 174, 175, 153, 154, 155, 0, 0, 0, 167,
5267 168, 173, 0, 0, 0, 178, 0, 0, 0, 0,
5268 420, 421, 422, 0, 0, 0, 0, 0, 0, 0,
5269 0, 0, 715, 0, 0, 0, 0, 0, 0, 179,
5270 180, 181, 0, 0, 70, 0, 199, 200, 201, 202,
5271 187, 0, 0, 0, 0, 0, 429, 430, 0, 0,
5272 0, 365, 0, 568, 0, 610, 0, 613, 614, 595,
5273 0, 0, 0, 0, 0, 0, 0, 629, 0, 0,
5274 512, 0, 0, 0, 523, 499, 0, 554, 555, 538,
5275 0, 0, 327, 772, 0, 0, 777, 0, 780, 781,
5276 0, 0, 788, 789, 0, 0, 0, 0, 752, 0,
5277 809, 803, 0, 0, 138, 0, 0, 0, 0, 209,
5278 177, 158, 159, 160, 161, 162, 157, 164, 166, 355,
5279 487, 526, 433, 40, 580, 582, 425, 426, 427, 428,
5280 424, 0, 48, 0, 0, 0, 617, 317, 0, 0,
5281 0, 0, 0, 0, 170, 172, 0, 0, 53, 198,
5282 558, 585, 411, 413, 415, 419, 417, 0, 578, 609,
5283 612, 655, 643, 645, 647, 649, 651, 653, 515, 251,
5284 519, 517, 522, 551, 333, 335, 774, 776, 779, 784,
5285 785, 783, 787, 791, 793, 795, 797, 209, 44, 0,
5286 0, 0, 238, 243, 245, 247, 0, 0, 0, 0,
5287 0, 0, 0, 257, 0, 264, 266, 268, 270, 237,
5288 0, 216, 219, 220, 221, 222, 223, 224, 225, 226,
5289 227, 228, 230, 231, 232, 229, 233, 234, 235, 236,
5290 0, 214, 0, 210, 211, 360, 0, 356, 357, 492,
5291 0, 488, 489, 531, 0, 527, 528, 438, 0, 434,
5292 435, 287, 288, 0, 282, 285, 286, 0, 297, 298,
5293 294, 0, 291, 295, 296, 278, 0, 274, 277, 667,
5294 0, 664, 622, 0, 618, 619, 322, 0, 318, 319,
5295 0, 0, 0, 0, 0, 0, 0, 338, 341, 342,
5296 343, 344, 345, 346, 705, 711, 0, 0, 0, 704,
5297 701, 702, 703, 0, 693, 696, 699, 697, 698, 700,
5298 0, 0, 0, 311, 0, 303, 306, 307, 308, 309,
5299 310, 726, 728, 725, 723, 724, 0, 718, 721, 722,
5300 0, 742, 0, 745, 738, 739, 0, 732, 735, 736,
5301 737, 740, 0, 815, 0, 812, 0, 858, 0, 854,
5302 857, 55, 563, 0, 559, 560, 590, 0, 586, 587,
5303 660, 659, 0, 658, 0, 64, 799, 183, 0, 0,
5304 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
5305 0, 0, 0, 0, 0, 218, 204, 206, 0, 208,
5306 213, 0, 354, 359, 496, 484, 491, 535, 525, 530,
5307 0, 432, 437, 284, 281, 300, 293, 290, 0, 276,
5308 273, 669, 666, 663, 626, 616, 621, 0, 316, 321,
5309 0, 0, 0, 0, 0, 0, 340, 337, 0, 0,
5310 0, 0, 0, 695, 692, 0, 0, 0, 305, 302,
5311 0, 0, 720, 717, 0, 0, 0, 0, 734, 731,
5312 748, 0, 814, 811, 0, 856, 853, 57, 0, 56,
5313 0, 557, 562, 0, 584, 589, 0, 657, 808, 0,
5314 0, 0, 0, 249, 252, 253, 254, 255, 263, 256,
5315 0, 262, 0, 0, 0, 0, 217, 0, 212, 0,
5316 358, 0, 490, 0, 529, 482, 457, 458, 459, 461,
5317 462, 463, 447, 448, 466, 467, 468, 469, 470, 473,
5318 474, 475, 476, 477, 478, 479, 480, 471, 472, 481,
5319 443, 444, 445, 446, 455, 456, 452, 453, 454, 451,
5320 460, 0, 440, 449, 464, 465, 450, 436, 283, 292,
5321 0, 275, 688, 0, 686, 680, 681, 682, 683, 684,
5322 685, 687, 677, 678, 679, 0, 670, 671, 674, 675,
5323 676, 665, 0, 620, 0, 320, 347, 348, 349, 350,
5324 351, 352, 339, 0, 0, 710, 713, 714, 694, 312,
5325 313, 314, 304, 0, 0, 719, 741, 0, 744, 0,
5326 733, 830, 0, 828, 826, 820, 824, 825, 0, 817,
5327 822, 823, 821, 813, 859, 855, 54, 59, 0, 561,
5328 0, 588, 0, 240, 241, 242, 239, 244, 246, 248,
5329 259, 260, 261, 258, 265, 267, 269, 271, 215, 361,
5330 493, 532, 442, 439, 279, 0, 0, 668, 673, 623,
5331 323, 707, 708, 709, 706, 712, 727, 729, 743, 746,
5332 0, 0, 0, 819, 816, 58, 564, 591, 661, 441,
5333 0, 690, 672, 0, 827, 0, 818, 689, 0, 829,
5334 835, 0, 832, 0, 834, 831, 845, 0, 0, 0,
5335 850, 0, 837, 840, 841, 842, 843, 844, 833, 0,
5336 0, 0, 0, 0, 839, 836, 0, 847, 848, 849,
5341 Dhcp6Parser::yypgoto_[] =
5343 -996, -996, -996, -996, -996, -996, -996, -996, -996, -996,
5344 -996, -996, -996, -996, -996, -996, -10, -996, -589, -996,
5345 409, -996, -996, -996, -996, 360, -996, -594, -996, -996,
5346 -996, -71, -996, -996, -996, -996, -996, -996, -996, 388,
5347 609, -996, -996, -43, -14, 12, 16, 20, 33, -59,
5348 -31, -30, -28, -27, -26, 19, -996, 34, 37, 38,
5349 41, -996, 400, 49, -996, 52, -996, 54, 55, 56,
5350 -996, 59, -996, 62, -996, -996, -996, -996, -996, -996,
5351 -996, -996, -996, -996, -996, -996, 387, 604, -996, -996,
5352 -996, -996, -996, -996, -996, -996, -996, -996, -996, -996,
5353 314, -996, 109, -996, -712, 111, -996, -996, -996, -996,
5354 -996, -996, -996, -996, -996, -996, -45, -996, -748, -996,
5355 -996, -996, -996, -996, -996, -996, -996, -996, -996, -996,
5356 -996, -996, -996, -996, -996, -996, -996, -996, -996, 89,
5357 -996, -996, -996, -996, -996, 97, -731, -996, -996, -996,
5358 -996, 98, -996, -996, -996, -996, -996, -996, -996, 64,
5359 -996, -996, -996, -996, -996, -996, -996, 84, -996, -996,
5360 -996, 88, 564, -996, -996, -996, -996, -996, -996, -996,
5361 80, -996, -996, -996, -996, -996, -996, -995, -996, -996,
5362 -996, 115, -996, -996, -996, 118, 606, -996, -996, -993,
5363 -996, -992, -996, 73, -996, 75, -996, 66, 69, 70,
5364 72, -996, -996, -996, -991, -996, -996, -996, -996, 110,
5365 -996, -996, -119, 1057, -996, -996, -996, -996, -996, 125,
5366 -996, -996, -996, 128, -996, 590, -996, -67, -996, -996,
5367 -996, -996, -996, -64, -996, -996, -996, -996, -996, 4,
5368 -996, -996, -996, 132, -996, -996, -996, 127, -996, 611,
5369 -996, -996, -996, -996, -996, -996, -996, -996, -996, -996,
5370 -996, 82, -996, -996, -996, 68, 638, -996, -996, -55,
5371 -996, -12, -996, -996, -996, -996, -996, 77, -996, -996,
5372 -996, 85, 619, -996, -996, -996, -996, -996, -996, -996,
5373 -60, -996, -996, -996, 131, -996, -996, -996, 135, -996,
5374 618, 395, -996, -996, -996, -996, -996, -996, -996, -996,
5375 -996, -996, -996, -996, -996, -989, -996, -996, -996, -996,
5376 -996, -996, -996, 138, -996, -996, -996, -93, -996, -996,
5377 -996, -996, -996, -996, -996, 120, -996, -996, -996, -996,
5378 -996, -996, -996, -996, -996, -996, -996, -996, 112, -996,
5379 -996, -996, -996, -996, -996, -996, 107, -996, -996, -996,
5380 -996, -996, -996, -996, -996, -996, -996, 419, 597, -996,
5381 -996, -996, -996, -996, -996, -996, -996, -996, -996, -996,
5382 -996, -996, -996, -996, -996, -996, -996, -996, -996, -996,
5383 -996, -996, -996, -996, -996, -996, -996, -996, 475, 599,
5384 -996, -996, -996, -996, -996, -996, 104, -996, -996, -94,
5385 -996, -996, -996, -996, -996, -996, -116, -996, -996, -134,
5386 -996, -996, -996, -996, -996, -996, -996, -996, -996, -996,
5391 Dhcp6Parser::yydefgoto_[] =
5393 0, 15, 16, 17, 18, 19, 20, 21, 22, 23,
5394 24, 25, 26, 27, 28, 29, 83, 39, 40, 69,
5395 744, 87, 88, 41, 68, 84, 85, 769, 971, 1078,
5396 1079, 829, 43, 70, 90, 438, 91, 45, 71, 158,
5397 159, 160, 441, 161, 162, 163, 164, 165, 166, 167,
5398 168, 169, 170, 171, 172, 173, 174, 175, 176, 177,
5399 178, 467, 736, 179, 468, 180, 469, 181, 182, 183,
5400 498, 184, 499, 185, 186, 187, 188, 461, 189, 190,
5401 191, 192, 193, 443, 47, 72, 230, 231, 232, 508,
5402 233, 234, 235, 236, 194, 444, 195, 445, 196, 446,
5403 852, 853, 854, 1008, 830, 831, 832, 988, 1236, 833,
5404 989, 834, 990, 835, 991, 836, 837, 548, 838, 839,
5405 840, 841, 842, 843, 999, 1243, 844, 845, 846, 1001,
5406 847, 1002, 848, 1003, 849, 1004, 197, 487, 886, 887,
5407 888, 1028, 198, 484, 873, 874, 875, 876, 199, 486,
5408 881, 882, 883, 884, 200, 485, 201, 494, 934, 935,
5409 936, 937, 938, 202, 490, 897, 898, 899, 1037, 63,
5410 80, 388, 389, 390, 561, 391, 562, 203, 491, 906,
5411 907, 908, 909, 910, 911, 912, 913, 204, 473, 856,
5412 857, 858, 1011, 49, 73, 274, 275, 276, 517, 277,
5413 518, 278, 519, 279, 523, 280, 522, 205, 206, 207,
5414 208, 480, 750, 285, 286, 209, 477, 868, 869, 870,
5415 1020, 1151, 1152, 210, 474, 57, 77, 860, 861, 862,
5416 1014, 59, 78, 353, 354, 355, 356, 357, 358, 359,
5417 547, 360, 551, 361, 550, 362, 363, 552, 364, 211,
5418 475, 864, 865, 866, 1017, 61, 79, 374, 375, 376,
5419 377, 378, 556, 379, 380, 381, 382, 288, 515, 973,
5420 974, 975, 1080, 51, 74, 299, 300, 301, 527, 212,
5421 478, 213, 479, 291, 516, 977, 978, 979, 1083, 53,
5422 75, 315, 316, 317, 530, 318, 319, 532, 320, 321,
5423 214, 489, 893, 894, 895, 1034, 55, 76, 333, 334,
5424 335, 336, 538, 337, 539, 338, 540, 339, 541, 340,
5425 542, 341, 543, 342, 537, 293, 524, 982, 983, 1086,
5426 215, 488, 890, 891, 1031, 1175, 1176, 1177, 1178, 1179,
5427 1255, 1180, 216, 492, 923, 924, 925, 1048, 1264, 926,
5428 927, 1049, 928, 929, 217, 218, 495, 946, 947, 948,
5429 1060, 949, 1061, 219, 496, 956, 957, 958, 959, 1065,
5430 960, 961, 1067, 220, 497, 65, 81, 410, 411, 412,
5431 413, 566, 414, 567, 415, 416, 569, 417, 418, 419,
5432 572, 801, 420, 573, 421, 422, 423, 576, 424, 577,
5433 425, 578, 426, 579, 221, 442, 67, 82, 429, 430,
5434 431, 582, 432, 222, 503, 964, 965, 1071, 1218, 1219,
5435 1220, 1221, 1272, 1222, 1270, 1291, 1292, 1293, 1301, 1302,
5436 1303, 1309, 1304, 1305, 1306, 1307, 1313, 223, 504, 968,
5441 Dhcp6Parser::yytable_[] =
5443 157, 229, 249, 295, 309, 329, 38, 351, 370, 387,
5444 407, 920, 372, 292, 256, 373, 850, 237, 289, 302,
5445 313, 331, 880, 365, 383, 1141, 408, 1142, 1143, 1150,
5446 250, 1156, 871, 352, 371, 31, 30, 32, 743, 33,
5447 385, 386, 257, 258, 86, 259, 260, 261, 427, 428,
5448 966, 345, 367, 346, 347, 368, 369, 385, 386, 251,
5449 238, 290, 303, 314, 332, 156, 366, 384, 439, 409,
5450 129, 130, 125, 440, 775, 129, 130, 287, 298, 312,
5451 330, 731, 732, 733, 734, 252, 781, 782, 783, 253,
5452 129, 130, 262, 254, 224, 225, 226, 227, 228, 506,
5453 42, 44, 323, 513, 507, 344, 255, 263, 514, 980,
5454 264, 265, 743, 46, 266, 48, 525, 126, 735, 872,
5455 156, 526, 267, 799, 800, 268, 528, 269, 270, 271,
5456 294, 529, 272, 941, 942, 273, 535, 129, 130, 281,
5457 89, 536, 282, 283, 50, 284, 126, 296, 310, 297,
5458 311, 950, 951, 952, 1233, 1234, 1235, 345, 246, 346,
5459 347, 247, 52, 348, 349, 350, 129, 130, 1261, 1262,
5460 1263, 92, 93, 129, 130, 94, 129, 130, 54, 563,
5461 56, 95, 96, 97, 564, 156, 322, 58, 1023, 60,
5462 156, 1024, 323, 324, 325, 326, 327, 328, 1296, 62,
5463 64, 1297, 1298, 1299, 1300, 953, 66, 98, 99, 100,
5464 101, 102, 103, 104, 105, 106, 107, 108, 109, 110,
5465 111, 112, 113, 114, 115, 116, 117, 118, 119, 120,
5466 121, 122, 123, 124, 125, 126, 1240, 1241, 1242, 580,
5467 34, 35, 36, 37, 581, 127, 128, 129, 130, 584,
5468 433, 434, 156, 506, 585, 129, 130, 1141, 985, 1142,
5469 1143, 1150, 131, 1156, 435, 436, 345, 132, 133, 134,
5470 135, 136, 137, 138, 584, 139, 914, 513, 1005, 986,
5471 140, 156, 987, 1006, 817, 129, 130, 1026, 156, 141,
5472 1027, 156, 142, 1005, 1032, 880, 1107, 1033, 1007, 143,
5473 437, 930, 931, 932, 1029, 920, 1046, 144, 145, 1030,
5474 447, 1047, 146, 1053, 1072, 147, 812, 1073, 1054, 148,
5475 813, 814, 815, 816, 817, 818, 819, 820, 821, 822,
5476 823, 544, 448, 449, 824, 825, 826, 827, 828, 450,
5477 149, 150, 151, 152, 153, 154, 1058, 129, 130, 1294,
5478 1062, 1059, 1295, 451, 155, 1063, 98, 99, 100, 101,
5479 102, 103, 156, 452, 1068, 546, 453, 580, 345, 1069,
5480 156, 126, 1070, 454, 455, 1075, 1211, 1005, 1212, 1213,
5481 1076, 456, 1248, 457, 126, 345, 304, 305, 306, 307,
5482 308, 129, 130, 458, 525, 915, 916, 917, 918, 1249,
5483 156, 459, 460, 462, 129, 130, 900, 901, 902, 903,
5484 904, 905, 246, 1252, 563, 247, 1273, 528, 1253, 1260,
5485 463, 1274, 1276, 535, 586, 587, 1162, 1163, 1277, 1314,
5486 746, 747, 748, 749, 1315, 157, 871, 878, 464, 879,
5487 465, 545, 229, 466, 470, 471, 472, 476, 481, 482,
5488 483, 493, 500, 501, 249, 588, 502, 295, 237, 505,
5489 509, 510, 156, 511, 309, 292, 256, 512, 520, 521,
5490 289, 531, 533, 302, 329, 534, 549, 553, 554, 555,
5491 313, 557, 250, 558, 351, 560, 559, 565, 568, 370,
5492 331, 570, 571, 372, 257, 258, 373, 259, 260, 261,
5493 365, 238, 156, 574, 575, 383, 156, 583, 589, 407,
5494 352, 251, 590, 290, 591, 371, 303, 592, 593, 156,
5495 594, 595, 610, 314, 605, 408, 596, 597, 598, 287,
5496 599, 600, 298, 332, 604, 601, 602, 252, 606, 312,
5497 616, 253, 603, 366, 262, 254, 129, 130, 384, 330,
5498 607, 608, 609, 611, 617, 612, 618, 622, 255, 263,
5499 623, 613, 264, 265, 614, 615, 266, 619, 409, 620,
5500 624, 621, 626, 627, 267, 628, 625, 268, 629, 269,
5501 270, 271, 633, 634, 272, 635, 630, 273, 631, 632,
5502 636, 281, 637, 638, 282, 283, 639, 284, 640, 641,
5503 643, 296, 644, 297, 642, 645, 646, 647, 310, 648,
5504 311, 392, 393, 394, 395, 396, 397, 398, 399, 400,
5505 401, 402, 403, 404, 652, 649, 653, 655, 650, 658,
5506 651, 405, 406, 1, 2, 3, 4, 5, 6, 7,
5507 8, 9, 10, 11, 12, 13, 14, 661, 656, 662,
5508 663, 664, 157, 665, 668, 229, 669, 670, 672, 674,
5509 676, 156, 680, 657, 659, 666, 681, 682, 683, 675,
5510 684, 237, 677, 667, 685, 686, 688, 678, 689, 691,
5511 690, 692, 693, 696, 700, 701, 704, 694, 919, 933,
5512 943, 705, 407, 697, 698, 707, 967, 706, 703, 710,
5513 708, 709, 711, 714, 921, 939, 944, 954, 408, 712,
5514 713, 715, 808, 716, 238, 98, 99, 100, 101, 102,
5515 103, 104, 105, 106, 107, 108, 109, 110, 717, 719,
5516 720, 722, 115, 116, 117, 118, 119, 120, 121, 122,
5517 123, 723, 724, 126, 725, 726, 727, 922, 940, 945,
5518 955, 409, 728, 729, 730, 239, 737, 240, 738, 739,
5519 740, 741, 802, 129, 130, 241, 242, 243, 244, 245,
5520 131, 742, 32, 745, 751, 132, 133, 134, 752, 753,
5521 764, 755, 754, 756, 246, 757, 758, 247, 140, 759,
5522 760, 761, 762, 763, 765, 248, 766, 767, 768, 770,
5523 771, 772, 807, 773, 98, 99, 100, 101, 102, 103,
5524 104, 105, 106, 107, 108, 109, 110, 774, 776, 777,
5525 778, 115, 116, 117, 118, 119, 120, 121, 122, 123,
5526 124, 779, 126, 345, 780, 784, 785, 786, 787, 788,
5527 789, 790, 791, 792, 793, 794, 796, 797, 149, 150,
5528 798, 804, 129, 130, 805, 242, 243, 851, 245, 131,
5529 855, 806, 859, 863, 132, 133, 134, 867, 889, 892,
5530 896, 963, 885, 246, 972, 976, 247, 992, 156, 993,
5531 994, 995, 996, 997, 248, 998, 1000, 1010, 1087, 1009,
5532 1013, 1012, 1015, 1016, 1018, 1019, 1022, 1021, 1077, 1036,
5533 1025, 1035, 1039, 1038, 1040, 1041, 1042, 1043, 1044, 1045,
5534 1050, 1051, 1052, 1055, 1056, 1057, 1064, 1066, 1074, 1082,
5535 1237, 1081, 1085, 1084, 1088, 1089, 1090, 1091, 1092, 1093,
5536 1094, 1095, 1096, 1097, 1098, 1100, 1102, 149, 150, 1099,
5537 249, 1101, 1103, 351, 1104, 1105, 370, 1160, 1193, 1115,
5538 372, 292, 256, 373, 1186, 1187, 289, 1188, 1189, 365,
5539 1164, 1122, 383, 329, 1190, 1154, 387, 156, 250, 352,
5540 1191, 1194, 371, 1195, 1196, 1140, 1173, 1116, 1197, 331,
5541 257, 258, 919, 259, 260, 261, 1171, 933, 1165, 1123,
5542 1124, 943, 1125, 1126, 1127, 1203, 1204, 251, 921, 290,
5543 1214, 1199, 366, 939, 967, 384, 1117, 944, 1155, 295,
5544 1200, 1201, 309, 954, 1206, 287, 1216, 1166, 1207, 1174,
5545 1208, 1209, 332, 252, 1153, 302, 1215, 253, 313, 1224,
5546 262, 254, 1118, 1226, 1227, 1172, 1119, 1232, 330, 1128,
5547 1120, 922, 1238, 1167, 255, 263, 940, 1168, 264, 265,
5548 945, 1169, 266, 1121, 1129, 1239, 955, 1130, 1131, 1217,
5549 267, 1132, 1244, 268, 1170, 269, 270, 271, 303, 1133,
5550 272, 314, 1134, 273, 1135, 1136, 1137, 281, 1250, 1138,
5551 282, 283, 1139, 284, 298, 1251, 1146, 312, 1256, 1147,
5552 1148, 1257, 1149, 1144, 1258, 1145, 1259, 1271, 1280, 1245,
5553 1283, 1285, 1290, 1288, 1310, 1311, 1312, 1316, 1246, 1320,
5554 795, 809, 877, 811, 803, 654, 1106, 660, 1161, 1108,
5555 1158, 984, 1202, 1185, 1159, 1184, 1192, 702, 1110, 1109,
5556 1247, 671, 1157, 1279, 343, 1254, 1265, 1266, 1267, 1268,
5557 1275, 1112, 1111, 1278, 1113, 695, 1284, 1281, 1228, 1287,
5558 1317, 1114, 1289, 296, 679, 297, 310, 1318, 311, 1319,
5559 1322, 1323, 1231, 687, 1229, 1282, 673, 1183, 1230, 1182,
5560 1181, 699, 981, 1198, 1205, 1210, 1223, 718, 1308, 1286,
5561 1321, 1115, 962, 721, 0, 0, 0, 1164, 0, 1225,
5562 0, 0, 0, 1122, 0, 0, 0, 1154, 0, 1269,
5563 810, 0, 1214, 1173, 0, 0, 0, 1140, 0, 1116,
5564 0, 0, 0, 1171, 0, 1165, 0, 0, 1216, 0,
5565 0, 1123, 1124, 0, 1125, 1126, 1127, 0, 1215, 0,
5566 0, 0, 0, 0, 0, 0, 0, 0, 1117, 0,
5567 1155, 0, 0, 0, 1166, 0, 1174, 0, 0, 0,
5568 0, 0, 0, 0, 0, 0, 1153, 0, 0, 0,
5569 0, 1217, 1172, 0, 1118, 0, 0, 0, 1119, 0,
5570 1167, 1128, 1120, 0, 1168, 0, 0, 0, 1169, 0,
5571 0, 0, 0, 0, 0, 1121, 1129, 0, 0, 1130,
5572 1131, 1170, 0, 1132, 0, 0, 0, 0, 0, 0,
5573 0, 1133, 0, 0, 1134, 0, 1135, 1136, 1137, 0,
5574 0, 1138, 0, 0, 1139, 0, 0, 0, 1146, 0,
5575 0, 1147, 1148, 0, 1149, 1144, 0, 1145
5579 Dhcp6Parser::yycheck_[] =
5581 71, 72, 73, 74, 75, 76, 16, 78, 79, 80,
5582 81, 759, 79, 73, 73, 79, 728, 72, 73, 74,
5583 75, 76, 753, 78, 79, 1020, 81, 1020, 1020, 1020,
5584 73, 1020, 123, 78, 79, 5, 0, 7, 627, 9,
5585 130, 131, 73, 73, 210, 73, 73, 73, 13, 14,
5586 195, 76, 77, 78, 79, 80, 81, 130, 131, 73,
5587 72, 73, 74, 75, 76, 210, 78, 79, 3, 81,
5588 95, 96, 74, 8, 668, 95, 96, 73, 74, 75,
5589 76, 176, 177, 178, 179, 73, 680, 681, 682, 73,
5590 95, 96, 73, 73, 16, 17, 18, 19, 20, 3,
5591 7, 7, 121, 3, 8, 24, 73, 73, 8, 128,
5592 73, 73, 701, 7, 73, 7, 3, 75, 213, 210,
5593 210, 8, 73, 173, 174, 73, 3, 73, 73, 73,
5594 88, 8, 73, 153, 154, 73, 3, 95, 96, 73,
5595 10, 8, 73, 73, 7, 73, 75, 74, 75, 74,
5596 75, 156, 157, 158, 25, 26, 27, 76, 116, 78,
5597 79, 119, 7, 82, 83, 84, 95, 96, 140, 141,
5598 142, 11, 12, 95, 96, 15, 95, 96, 7, 3,
5599 7, 21, 22, 23, 8, 210, 115, 7, 3, 7,
5600 210, 6, 121, 122, 123, 124, 125, 126, 187, 7,
5601 7, 190, 191, 192, 193, 210, 7, 47, 48, 49,
5602 50, 51, 52, 53, 54, 55, 56, 57, 58, 59,
5603 60, 61, 62, 63, 64, 65, 66, 67, 68, 69,
5604 70, 71, 72, 73, 74, 75, 39, 40, 41, 3,
5605 210, 211, 212, 213, 8, 85, 86, 95, 96, 3,
5606 6, 3, 210, 3, 8, 95, 96, 1252, 8, 1252,
5607 1252, 1252, 102, 1252, 4, 8, 76, 107, 108, 109,
5608 110, 111, 112, 113, 3, 115, 24, 3, 3, 8,
5609 120, 210, 8, 8, 32, 95, 96, 3, 210, 129,
5610 6, 210, 132, 3, 3, 1026, 1008, 6, 8, 139,
5611 3, 149, 150, 151, 3, 1053, 3, 147, 148, 8,
5612 4, 8, 152, 3, 3, 155, 24, 6, 8, 159,
5613 28, 29, 30, 31, 32, 33, 34, 35, 36, 37,
5614 38, 8, 4, 4, 42, 43, 44, 45, 46, 4,
5615 180, 181, 182, 183, 184, 185, 3, 95, 96, 3,
5616 3, 8, 6, 4, 194, 8, 47, 48, 49, 50,
5617 51, 52, 210, 4, 3, 8, 4, 3, 76, 8,
5618 210, 75, 8, 4, 4, 3, 186, 3, 188, 189,
5619 8, 4, 8, 4, 75, 76, 90, 91, 92, 93,
5620 94, 95, 96, 4, 3, 143, 144, 145, 146, 8,
5621 210, 4, 4, 4, 95, 96, 133, 134, 135, 136,
5622 137, 138, 116, 3, 3, 119, 3, 3, 8, 8,
5623 4, 8, 8, 3, 434, 435, 117, 118, 8, 3,
5624 103, 104, 105, 106, 8, 506, 123, 124, 4, 126,
5625 4, 3, 513, 4, 4, 4, 4, 4, 4, 4,
5626 4, 4, 4, 4, 525, 210, 4, 528, 513, 4,
5627 4, 4, 210, 4, 535, 525, 525, 4, 4, 4,
5628 525, 4, 4, 528, 545, 4, 4, 4, 8, 3,
5629 535, 4, 525, 4, 555, 3, 8, 4, 4, 560,
5630 545, 4, 4, 560, 525, 525, 560, 525, 525, 525,
5631 555, 513, 210, 4, 4, 560, 210, 4, 4, 580,
5632 555, 525, 4, 525, 4, 560, 528, 4, 4, 210,
5633 4, 4, 4, 535, 212, 580, 211, 211, 211, 525,
5634 211, 211, 528, 545, 213, 211, 211, 525, 212, 535,
5635 4, 525, 211, 555, 525, 525, 95, 96, 560, 545,
5636 212, 211, 211, 211, 4, 211, 4, 4, 525, 525,
5637 4, 213, 525, 525, 213, 213, 525, 213, 580, 213,
5638 4, 213, 4, 4, 525, 4, 211, 525, 4, 525,
5639 525, 525, 4, 4, 525, 4, 213, 525, 213, 213,
5640 4, 525, 4, 4, 525, 525, 4, 525, 4, 4,
5641 4, 528, 4, 528, 211, 4, 4, 4, 535, 4,
5642 535, 160, 161, 162, 163, 164, 165, 166, 167, 168,
5643 169, 170, 171, 172, 4, 213, 4, 4, 213, 211,
5644 213, 180, 181, 196, 197, 198, 199, 200, 201, 202,
5645 203, 204, 205, 206, 207, 208, 209, 4, 213, 4,
5646 4, 4, 723, 4, 4, 726, 4, 4, 4, 4,
5647 4, 210, 4, 213, 211, 211, 4, 4, 4, 211,
5648 4, 726, 211, 213, 4, 4, 4, 211, 4, 4,
5649 211, 4, 4, 4, 4, 4, 4, 213, 759, 760,
5650 761, 4, 763, 213, 213, 4, 767, 211, 213, 4,
5651 211, 211, 4, 4, 759, 760, 761, 762, 763, 213,
5652 213, 4, 722, 4, 726, 47, 48, 49, 50, 51,
5653 52, 53, 54, 55, 56, 57, 58, 59, 4, 4,
5654 211, 4, 64, 65, 66, 67, 68, 69, 70, 71,
5655 72, 7, 210, 75, 7, 7, 7, 759, 760, 761,
5656 762, 763, 7, 5, 210, 87, 210, 89, 210, 5,
5657 5, 5, 175, 95, 96, 97, 98, 99, 100, 101,
5658 102, 5, 7, 210, 5, 107, 108, 109, 5, 5,
5659 210, 5, 7, 5, 116, 5, 7, 119, 120, 7,
5660 7, 7, 7, 7, 210, 127, 5, 7, 5, 5,
5661 5, 210, 5, 210, 47, 48, 49, 50, 51, 52,
5662 53, 54, 55, 56, 57, 58, 59, 210, 210, 7,
5663 210, 64, 65, 66, 67, 68, 69, 70, 71, 72,
5664 73, 210, 75, 76, 210, 210, 210, 210, 210, 210,
5665 210, 210, 210, 210, 210, 210, 210, 210, 180, 181,
5666 210, 210, 95, 96, 210, 98, 99, 7, 101, 102,
5667 7, 210, 7, 7, 107, 108, 109, 7, 7, 7,
5668 7, 7, 114, 116, 7, 7, 119, 4, 210, 4,
5669 4, 4, 4, 4, 127, 4, 4, 3, 8, 6,
5670 3, 6, 6, 3, 6, 3, 3, 6, 210, 3,
5671 6, 6, 3, 6, 4, 4, 4, 4, 4, 4,
5672 4, 4, 4, 4, 4, 4, 4, 4, 4, 3,
5673 210, 6, 3, 6, 6, 4, 4, 4, 4, 211,
5674 213, 211, 213, 211, 211, 4, 4, 180, 181, 211,
5675 1011, 211, 4, 1014, 4, 4, 1017, 4, 4, 1020,
5676 1017, 1011, 1011, 1017, 211, 211, 1011, 211, 211, 1014,
5677 1031, 1020, 1017, 1034, 211, 1020, 1037, 210, 1011, 1014,
5678 211, 4, 1017, 211, 211, 1020, 1031, 1020, 211, 1034,
5679 1011, 1011, 1053, 1011, 1011, 1011, 1031, 1058, 1031, 1020,
5680 1020, 1062, 1020, 1020, 1020, 4, 4, 1011, 1053, 1011,
5681 1071, 213, 1014, 1058, 1075, 1017, 1020, 1062, 1020, 1080,
5682 211, 211, 1083, 1068, 213, 1011, 1071, 1031, 4, 1031,
5683 211, 4, 1034, 1011, 1020, 1080, 1071, 1011, 1083, 213,
5684 1011, 1011, 1020, 6, 3, 1031, 1020, 4, 1034, 1020,
5685 1020, 1053, 210, 1031, 1011, 1011, 1058, 1031, 1011, 1011,
5686 1062, 1031, 1011, 1020, 1020, 210, 1068, 1020, 1020, 1071,
5687 1011, 1020, 210, 1011, 1031, 1011, 1011, 1011, 1080, 1020,
5688 1011, 1083, 1020, 1011, 1020, 1020, 1020, 1011, 8, 1020,
5689 1011, 1011, 1020, 1011, 1080, 8, 1020, 1083, 4, 1020,
5690 1020, 8, 1020, 1020, 3, 1020, 8, 4, 4, 210,
5691 4, 4, 7, 5, 4, 4, 4, 4, 210, 4,
5692 701, 723, 752, 726, 714, 506, 1005, 513, 1029, 1010,
5693 1023, 807, 1058, 1039, 1026, 1037, 1046, 563, 1013, 1011,
5694 210, 525, 1022, 1252, 77, 210, 210, 210, 210, 210,
5695 210, 1016, 1014, 210, 1017, 555, 211, 213, 1080, 210,
5696 213, 1019, 210, 1080, 535, 1080, 1083, 211, 1083, 211,
5697 210, 210, 1085, 545, 1082, 1258, 528, 1036, 1083, 1034,
5698 1032, 560, 777, 1053, 1062, 1068, 1072, 580, 1294, 1273,
5699 1314, 1252, 763, 584, -1, -1, -1, 1258, -1, 1075,
5700 -1, -1, -1, 1252, -1, -1, -1, 1252, -1, 1209,
5701 725, -1, 1273, 1258, -1, -1, -1, 1252, -1, 1252,
5702 -1, -1, -1, 1258, -1, 1258, -1, -1, 1273, -1,
5703 -1, 1252, 1252, -1, 1252, 1252, 1252, -1, 1273, -1,
5704 -1, -1, -1, -1, -1, -1, -1, -1, 1252, -1,
5705 1252, -1, -1, -1, 1258, -1, 1258, -1, -1, -1,
5706 -1, -1, -1, -1, -1, -1, 1252, -1, -1, -1,
5707 -1, 1273, 1258, -1, 1252, -1, -1, -1, 1252, -1,
5708 1258, 1252, 1252, -1, 1258, -1, -1, -1, 1258, -1,
5709 -1, -1, -1, -1, -1, 1252, 1252, -1, -1, 1252,
5710 1252, 1258, -1, 1252, -1, -1, -1, -1, -1, -1,
5711 -1, 1252, -1, -1, 1252, -1, 1252, 1252, 1252, -1,
5712 -1, 1252, -1, -1, 1252, -1, -1, -1, 1252, -1,
5713 -1, 1252, 1252, -1, 1252, 1252, -1, 1252
5717 Dhcp6Parser::yystos_[] =
5719 0, 196, 197, 198, 199, 200, 201, 202, 203, 204,
5720 205, 206, 207, 208, 209, 215, 216, 217, 218, 219,
5721 220, 221, 222, 223, 224, 225, 226, 227, 228, 229,
5722 0, 5, 7, 9, 210, 211, 212, 213, 230, 231,
5723 232, 237, 7, 246, 7, 251, 7, 298, 7, 407,
5724 7, 487, 7, 503, 7, 520, 7, 439, 7, 445,
5725 7, 469, 7, 383, 7, 589, 7, 620, 238, 233,
5726 247, 252, 299, 408, 488, 504, 521, 440, 446, 470,
5727 384, 590, 621, 230, 239, 240, 210, 235, 236, 10,
5728 248, 250, 11, 12, 15, 21, 22, 23, 47, 48,
5729 49, 50, 51, 52, 53, 54, 55, 56, 57, 58,
5730 59, 60, 61, 62, 63, 64, 65, 66, 67, 68,
5731 69, 70, 71, 72, 73, 74, 75, 85, 86, 95,
5732 96, 102, 107, 108, 109, 110, 111, 112, 113, 115,
5733 120, 129, 132, 139, 147, 148, 152, 155, 159, 180,
5734 181, 182, 183, 184, 185, 194, 210, 245, 253, 254,
5735 255, 257, 258, 259, 260, 261, 262, 263, 264, 265,
5736 266, 267, 268, 269, 270, 271, 272, 273, 274, 277,
5737 279, 281, 282, 283, 285, 287, 288, 289, 290, 292,
5738 293, 294, 295, 296, 308, 310, 312, 350, 356, 362,
5739 368, 370, 377, 391, 401, 421, 422, 423, 424, 429,
5740 437, 463, 493, 495, 514, 544, 556, 568, 569, 577,
5741 587, 618, 627, 651, 16, 17, 18, 19, 20, 245,
5742 300, 301, 302, 304, 305, 306, 307, 493, 495, 87,
5743 89, 97, 98, 99, 100, 101, 116, 119, 127, 245,
5744 257, 258, 259, 260, 261, 262, 263, 264, 265, 266,
5745 267, 268, 269, 271, 272, 273, 274, 277, 279, 281,
5746 282, 283, 285, 287, 409, 410, 411, 413, 415, 417,
5747 419, 421, 422, 423, 424, 427, 428, 463, 481, 493,
5748 495, 497, 514, 539, 88, 245, 417, 419, 463, 489,
5749 490, 491, 493, 495, 90, 91, 92, 93, 94, 245,
5750 417, 419, 463, 493, 495, 505, 506, 507, 509, 510,
5751 512, 513, 115, 121, 122, 123, 124, 125, 126, 245,
5752 463, 493, 495, 522, 523, 524, 525, 527, 529, 531,
5753 533, 535, 537, 437, 24, 76, 78, 79, 82, 83,
5754 84, 245, 330, 447, 448, 449, 450, 451, 452, 453,
5755 455, 457, 459, 460, 462, 493, 495, 77, 80, 81,
5756 245, 330, 451, 457, 471, 472, 473, 474, 475, 477,
5757 478, 479, 480, 493, 495, 130, 131, 245, 385, 386,
5758 387, 389, 160, 161, 162, 163, 164, 165, 166, 167,
5759 168, 169, 170, 171, 172, 180, 181, 245, 493, 495,
5760 591, 592, 593, 594, 596, 598, 599, 601, 602, 603,
5761 606, 608, 609, 610, 612, 614, 616, 13, 14, 622,
5762 623, 624, 626, 6, 3, 4, 8, 3, 249, 3,
5763 8, 256, 619, 297, 309, 311, 313, 4, 4, 4,
5764 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
5765 4, 291, 4, 4, 4, 4, 4, 275, 278, 280,
5766 4, 4, 4, 402, 438, 464, 4, 430, 494, 496,
5767 425, 4, 4, 4, 357, 369, 363, 351, 545, 515,
5768 378, 392, 557, 4, 371, 570, 578, 588, 284, 286,
5769 4, 4, 4, 628, 652, 4, 3, 8, 303, 4,
5770 4, 4, 4, 3, 8, 482, 498, 412, 414, 416,
5771 4, 4, 420, 418, 540, 3, 8, 492, 3, 8,
5772 508, 4, 511, 4, 4, 3, 8, 538, 526, 528,
5773 530, 532, 534, 536, 8, 3, 8, 454, 331, 4,
5774 458, 456, 461, 4, 8, 3, 476, 4, 4, 8,
5775 3, 388, 390, 3, 8, 4, 595, 597, 4, 600,
5776 4, 4, 604, 607, 4, 4, 611, 613, 615, 617,
5777 3, 8, 625, 4, 3, 8, 230, 230, 210, 4,
5778 4, 4, 4, 4, 4, 4, 211, 211, 211, 211,
5779 211, 211, 211, 211, 213, 212, 212, 212, 211, 211,
5780 4, 211, 211, 213, 213, 213, 4, 4, 4, 213,
5781 213, 213, 4, 4, 4, 211, 4, 4, 4, 4,
5782 213, 213, 213, 4, 4, 4, 4, 4, 4, 4,
5783 4, 4, 211, 4, 4, 4, 4, 4, 4, 213,
5784 213, 213, 4, 4, 254, 4, 213, 213, 211, 211,
5785 301, 4, 4, 4, 4, 4, 211, 213, 4, 4,
5786 4, 410, 4, 490, 4, 211, 4, 211, 211, 506,
5787 4, 4, 4, 4, 4, 4, 4, 524, 4, 4,
5788 211, 4, 4, 4, 213, 449, 4, 213, 213, 473,
5789 4, 4, 386, 213, 4, 4, 211, 4, 211, 211,
5790 4, 4, 213, 213, 4, 4, 4, 4, 592, 4,
5791 211, 623, 4, 7, 210, 7, 7, 7, 7, 5,
5792 210, 176, 177, 178, 179, 213, 276, 210, 210, 5,
5793 5, 5, 5, 232, 234, 210, 103, 104, 105, 106,
5794 426, 5, 5, 5, 7, 5, 5, 5, 7, 7,
5795 7, 7, 7, 7, 210, 210, 5, 7, 5, 241,
5796 5, 5, 210, 210, 210, 241, 210, 7, 210, 210,
5797 210, 241, 241, 241, 210, 210, 210, 210, 210, 210,
5798 210, 210, 210, 210, 210, 234, 210, 210, 210, 173,
5799 174, 605, 175, 276, 210, 210, 210, 5, 230, 253,
5800 622, 300, 24, 28, 29, 30, 31, 32, 33, 34,
5801 35, 36, 37, 38, 42, 43, 44, 45, 46, 245,
5802 318, 319, 320, 323, 325, 327, 329, 330, 332, 333,
5803 334, 335, 336, 337, 340, 341, 342, 344, 346, 348,
5804 318, 7, 314, 315, 316, 7, 403, 404, 405, 7,
5805 441, 442, 443, 7, 465, 466, 467, 7, 431, 432,
5806 433, 123, 210, 358, 359, 360, 361, 239, 124, 126,
5807 360, 364, 365, 366, 367, 114, 352, 353, 354, 7,
5808 546, 547, 7, 516, 517, 518, 7, 379, 380, 381,
5809 133, 134, 135, 136, 137, 138, 393, 394, 395, 396,
5810 397, 398, 399, 400, 24, 143, 144, 145, 146, 245,
5811 332, 493, 495, 558, 559, 560, 563, 564, 566, 567,
5812 149, 150, 151, 245, 372, 373, 374, 375, 376, 493,
5813 495, 153, 154, 245, 493, 495, 571, 572, 573, 575,
5814 156, 157, 158, 210, 493, 495, 579, 580, 581, 582,
5815 584, 585, 591, 7, 629, 630, 195, 245, 653, 654,
5816 655, 242, 7, 483, 484, 485, 7, 499, 500, 501,
5817 128, 525, 541, 542, 314, 8, 8, 8, 321, 324,
5818 326, 328, 4, 4, 4, 4, 4, 4, 4, 338,
5819 4, 343, 345, 347, 349, 3, 8, 8, 317, 6,
5820 3, 406, 6, 3, 444, 6, 3, 468, 6, 3,
5821 434, 6, 3, 3, 6, 6, 3, 6, 355, 3,
5822 8, 548, 3, 6, 519, 6, 3, 382, 6, 3,
5823 4, 4, 4, 4, 4, 4, 3, 8, 561, 565,
5824 4, 4, 4, 3, 8, 4, 4, 4, 3, 8,
5825 574, 576, 3, 8, 4, 583, 4, 586, 3, 8,
5826 8, 631, 3, 6, 4, 3, 8, 210, 243, 244,
5827 486, 6, 3, 502, 6, 3, 543, 8, 6, 4,
5828 4, 4, 4, 211, 213, 211, 213, 211, 211, 211,
5829 4, 211, 4, 4, 4, 4, 319, 318, 316, 409,
5830 405, 447, 443, 471, 467, 245, 257, 258, 259, 260,
5831 261, 262, 263, 264, 265, 266, 267, 268, 269, 271,
5832 272, 273, 274, 277, 279, 281, 282, 283, 285, 287,
5833 330, 401, 413, 415, 417, 419, 421, 422, 423, 424,
5834 428, 435, 436, 463, 493, 495, 539, 433, 359, 365,
5835 4, 353, 117, 118, 245, 257, 258, 259, 260, 261,
5836 262, 330, 463, 493, 495, 549, 550, 551, 552, 553,
5837 555, 547, 522, 518, 385, 381, 211, 211, 211, 211,
5838 211, 211, 394, 4, 4, 211, 211, 211, 559, 213,
5839 211, 211, 373, 4, 4, 572, 213, 4, 211, 4,
5840 580, 186, 188, 189, 245, 330, 493, 495, 632, 633,
5841 634, 635, 637, 630, 213, 654, 6, 3, 489, 485,
5842 505, 501, 4, 25, 26, 27, 322, 210, 210, 210,
5843 39, 40, 41, 339, 210, 210, 210, 210, 8, 8,
5844 8, 8, 3, 8, 210, 554, 4, 8, 3, 8,
5845 8, 140, 141, 142, 562, 210, 210, 210, 210, 230,
5846 638, 4, 636, 3, 8, 210, 8, 8, 210, 436,
5847 4, 213, 551, 4, 211, 4, 633, 210, 5, 210,
5848 7, 639, 640, 641, 3, 6, 187, 190, 191, 192,
5849 193, 642, 643, 644, 646, 647, 648, 649, 640, 645,
5850 4, 4, 4, 650, 3, 8, 4, 213, 211, 211,
5855 Dhcp6Parser::yyr1_[] =
5857 0, 214, 216, 215, 217, 215, 218, 215, 219, 215,
5858 220, 215, 221, 215, 222, 215, 223, 215, 224, 215,
5859 225, 215, 226, 215, 227, 215, 228, 215, 229, 215,
5860 230, 230, 230, 230, 230, 230, 230, 231, 233, 232,
5861 234, 235, 235, 236, 236, 236, 238, 237, 239, 239,
5862 240, 240, 240, 242, 241, 243, 243, 244, 244, 244,
5863 245, 247, 246, 249, 248, 248, 250, 252, 251, 253,
5864 253, 253, 254, 254, 254, 254, 254, 254, 254, 254,
5865 254, 254, 254, 254, 254, 254, 254, 254, 254, 254,
5866 254, 254, 254, 254, 254, 254, 254, 254, 254, 254,
5867 254, 254, 254, 254, 254, 254, 254, 254, 254, 254,
5868 254, 254, 254, 254, 254, 254, 254, 254, 254, 254,
5869 254, 254, 254, 254, 254, 254, 254, 254, 254, 254,
5870 254, 254, 254, 254, 254, 254, 254, 256, 255, 257,
5871 258, 259, 260, 261, 262, 263, 264, 265, 266, 267,
5872 268, 269, 270, 271, 272, 273, 275, 274, 276, 276,
5873 276, 276, 276, 278, 277, 280, 279, 281, 282, 284,
5874 283, 286, 285, 287, 288, 289, 291, 290, 292, 293,
5875 294, 295, 297, 296, 299, 298, 300, 300, 300, 301,
5876 301, 301, 301, 301, 301, 301, 301, 303, 302, 304,
5877 305, 306, 307, 309, 308, 311, 310, 313, 312, 314,
5878 314, 315, 315, 315, 317, 316, 318, 318, 318, 319,
5879 319, 319, 319, 319, 319, 319, 319, 319, 319, 319,
5880 319, 319, 319, 319, 319, 319, 319, 319, 321, 320,
5881 322, 322, 322, 324, 323, 326, 325, 328, 327, 329,
5882 331, 330, 332, 333, 334, 335, 336, 338, 337, 339,
5883 339, 339, 340, 341, 343, 342, 345, 344, 347, 346,
5884 349, 348, 351, 350, 352, 352, 352, 353, 355, 354,
5885 357, 356, 358, 358, 358, 359, 359, 360, 361, 363,
5886 362, 364, 364, 364, 365, 365, 365, 366, 367, 369,
5887 368, 371, 370, 372, 372, 372, 373, 373, 373, 373,
5888 373, 373, 374, 375, 376, 378, 377, 379, 379, 380,
5889 380, 380, 382, 381, 384, 383, 385, 385, 385, 385,
5890 386, 386, 388, 387, 390, 389, 392, 391, 393, 393,
5891 393, 394, 394, 394, 394, 394, 394, 395, 396, 397,
5892 398, 399, 400, 402, 401, 403, 403, 404, 404, 404,
5893 406, 405, 408, 407, 409, 409, 409, 410, 410, 410,
5894 410, 410, 410, 410, 410, 410, 410, 410, 410, 410,
5895 410, 410, 410, 410, 410, 410, 410, 410, 410, 410,
5896 410, 410, 410, 410, 410, 410, 410, 410, 410, 410,
5897 410, 410, 410, 410, 410, 410, 410, 410, 410, 410,
5898 412, 411, 414, 413, 416, 415, 418, 417, 420, 419,
5899 421, 422, 423, 425, 424, 426, 426, 426, 426, 427,
5900 428, 430, 429, 431, 431, 432, 432, 432, 434, 433,
5901 435, 435, 435, 436, 436, 436, 436, 436, 436, 436,
5902 436, 436, 436, 436, 436, 436, 436, 436, 436, 436,
5903 436, 436, 436, 436, 436, 436, 436, 436, 436, 436,
5904 436, 436, 436, 436, 436, 436, 436, 436, 436, 436,
5905 436, 436, 436, 438, 437, 440, 439, 441, 441, 442,
5906 442, 442, 444, 443, 446, 445, 447, 447, 448, 448,
5907 448, 449, 449, 449, 449, 449, 449, 449, 449, 449,
5908 449, 450, 451, 452, 454, 453, 456, 455, 458, 457,
5909 459, 461, 460, 462, 464, 463, 465, 465, 466, 466,
5910 466, 468, 467, 470, 469, 471, 471, 472, 472, 472,
5911 473, 473, 473, 473, 473, 473, 473, 473, 473, 474,
5912 476, 475, 477, 478, 479, 480, 482, 481, 483, 483,
5913 484, 484, 484, 486, 485, 488, 487, 489, 489, 489,
5914 490, 490, 490, 490, 490, 490, 490, 492, 491, 494,
5915 493, 496, 495, 498, 497, 499, 499, 500, 500, 500,
5916 502, 501, 504, 503, 505, 505, 505, 506, 506, 506,
5917 506, 506, 506, 506, 506, 506, 506, 506, 508, 507,
5918 509, 511, 510, 512, 513, 515, 514, 516, 516, 517,
5919 517, 517, 519, 518, 521, 520, 522, 522, 523, 523,
5920 523, 524, 524, 524, 524, 524, 524, 524, 524, 524,
5921 524, 524, 526, 525, 528, 527, 530, 529, 532, 531,
5922 534, 533, 536, 535, 538, 537, 540, 539, 541, 541,
5923 543, 542, 545, 544, 546, 546, 546, 548, 547, 549,
5924 549, 550, 550, 550, 551, 551, 551, 551, 551, 551,
5925 551, 551, 551, 551, 551, 551, 551, 552, 554, 553,
5926 555, 557, 556, 558, 558, 558, 559, 559, 559, 559,
5927 559, 559, 559, 559, 559, 561, 560, 562, 562, 562,
5928 563, 565, 564, 566, 567, 568, 570, 569, 571, 571,
5929 571, 572, 572, 572, 572, 572, 574, 573, 576, 575,
5930 578, 577, 579, 579, 579, 580, 580, 580, 580, 580,
5931 580, 581, 583, 582, 584, 586, 585, 588, 587, 590,
5932 589, 591, 591, 591, 592, 592, 592, 592, 592, 592,
5933 592, 592, 592, 592, 592, 592, 592, 592, 592, 592,
5934 592, 592, 593, 595, 594, 597, 596, 598, 600, 599,
5935 601, 602, 604, 603, 605, 605, 607, 606, 608, 609,
5936 611, 610, 613, 612, 615, 614, 617, 616, 619, 618,
5937 621, 620, 622, 622, 622, 623, 623, 625, 624, 626,
5938 628, 627, 629, 629, 629, 631, 630, 632, 632, 632,
5939 633, 633, 633, 633, 633, 633, 633, 634, 636, 635,
5940 638, 637, 639, 639, 639, 641, 640, 642, 642, 642,
5941 643, 643, 643, 643, 643, 645, 644, 646, 647, 648,
5942 650, 649, 652, 651, 653, 653, 653, 654, 654, 655
5946 Dhcp6Parser::yyr2_[] =
5948 0, 2, 0, 3, 0, 3, 0, 3, 0, 3,
5949 0, 3, 0, 3, 0, 3, 0, 3, 0, 3,
5950 0, 3, 0, 3, 0, 3, 0, 3, 0, 3,
5951 1, 1, 1, 1, 1, 1, 1, 1, 0, 4,
5952 1, 0, 1, 3, 5, 2, 0, 4, 0, 1,
5953 1, 3, 2, 0, 4, 0, 1, 1, 3, 2,
5954 2, 0, 4, 0, 6, 1, 2, 0, 4, 1,
5955 3, 2, 1, 1, 1, 1, 1, 1, 1, 1,
5956 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
5957 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
5958 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
5959 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
5960 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
5961 1, 1, 1, 1, 1, 1, 1, 0, 4, 3,
5962 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
5963 3, 3, 3, 3, 3, 3, 0, 4, 1, 1,
5964 1, 1, 1, 0, 4, 0, 4, 3, 3, 0,
5965 4, 0, 4, 3, 3, 3, 0, 4, 3, 3,
5966 3, 3, 0, 6, 0, 4, 1, 3, 2, 1,
5967 1, 1, 1, 1, 1, 1, 1, 0, 4, 3,
5968 3, 3, 3, 0, 6, 0, 6, 0, 6, 0,
5969 1, 1, 3, 2, 0, 4, 1, 3, 2, 1,
5970 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
5971 1, 1, 1, 1, 1, 1, 1, 1, 0, 4,
5972 1, 1, 1, 0, 4, 0, 4, 0, 4, 3,
5973 0, 4, 3, 3, 3, 3, 3, 0, 4, 1,
5974 1, 1, 3, 3, 0, 4, 0, 4, 0, 4,
5975 0, 4, 0, 6, 1, 3, 2, 1, 0, 4,
5976 0, 6, 1, 3, 2, 1, 1, 1, 1, 0,
5977 6, 1, 3, 2, 1, 1, 1, 1, 1, 0,
5978 6, 0, 6, 1, 3, 2, 1, 1, 1, 1,
5979 1, 1, 3, 3, 3, 0, 6, 0, 1, 1,
5980 3, 2, 0, 4, 0, 4, 1, 3, 2, 1,
5981 1, 1, 0, 4, 0, 4, 0, 6, 1, 3,
5982 2, 1, 1, 1, 1, 1, 1, 3, 3, 3,
5983 3, 3, 3, 0, 6, 0, 1, 1, 3, 2,
5984 0, 4, 0, 4, 1, 3, 2, 1, 1, 1,
5985 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
5986 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
5987 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
5988 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
5989 0, 4, 0, 4, 0, 4, 0, 4, 0, 4,
5990 3, 3, 3, 0, 4, 1, 1, 1, 1, 3,
5991 3, 0, 6, 0, 1, 1, 3, 2, 0, 4,
5992 1, 3, 2, 1, 1, 1, 1, 1, 1, 1,
5993 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
5994 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
5995 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
5996 1, 1, 1, 0, 6, 0, 4, 0, 1, 1,
5997 3, 2, 0, 4, 0, 4, 0, 1, 1, 3,
5998 2, 1, 1, 1, 1, 1, 1, 1, 1, 1,
5999 1, 1, 3, 1, 0, 4, 0, 4, 0, 4,
6000 1, 0, 4, 3, 0, 6, 0, 1, 1, 3,
6001 2, 0, 4, 0, 4, 0, 1, 1, 3, 2,
6002 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
6003 0, 4, 1, 1, 3, 3, 0, 6, 0, 1,
6004 1, 3, 2, 0, 4, 0, 4, 1, 3, 2,
6005 1, 1, 1, 1, 1, 1, 1, 0, 4, 0,
6006 4, 0, 4, 0, 6, 0, 1, 1, 3, 2,
6007 0, 4, 0, 4, 1, 3, 2, 1, 1, 1,
6008 1, 1, 1, 1, 1, 1, 1, 1, 0, 4,
6009 3, 0, 4, 3, 3, 0, 6, 0, 1, 1,
6010 3, 2, 0, 4, 0, 4, 0, 1, 1, 3,
6011 2, 1, 1, 1, 1, 1, 1, 1, 1, 1,
6012 1, 1, 0, 4, 0, 4, 0, 4, 0, 4,
6013 0, 4, 0, 4, 0, 4, 0, 6, 1, 1,
6014 0, 4, 0, 6, 1, 3, 2, 0, 4, 0,
6015 1, 1, 3, 2, 1, 1, 1, 1, 1, 1,
6016 1, 1, 1, 1, 1, 1, 1, 1, 0, 4,
6017 3, 0, 6, 1, 3, 2, 1, 1, 1, 1,
6018 1, 1, 1, 1, 1, 0, 4, 1, 1, 1,
6019 3, 0, 4, 3, 3, 3, 0, 6, 1, 3,
6020 2, 1, 1, 1, 1, 1, 0, 4, 0, 4,
6021 0, 6, 1, 3, 2, 1, 1, 1, 1, 1,
6022 1, 3, 0, 4, 3, 0, 4, 0, 6, 0,
6023 4, 1, 3, 2, 1, 1, 1, 1, 1, 1,
6024 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
6025 1, 1, 3, 0, 4, 0, 4, 3, 0, 4,
6026 3, 3, 0, 4, 1, 1, 0, 4, 3, 3,
6027 0, 4, 0, 4, 0, 4, 0, 4, 0, 6,
6028 0, 4, 1, 3, 2, 1, 1, 0, 6, 3,
6029 0, 6, 1, 3, 2, 0, 4, 1, 3, 2,
6030 1, 1, 1, 1, 1, 1, 1, 3, 0, 4,
6031 0, 6, 1, 3, 2, 0, 4, 1, 3, 2,
6032 1, 1, 1, 1, 1, 0, 4, 3, 3, 3,
6033 0, 4, 0, 6, 1, 3, 2, 1, 1, 3
6037#if PARSER6_DEBUG || 1
6041 const Dhcp6Parser::yytname_[] =
6043 "\"end of file\"",
"error",
"\"invalid token\"",
"\",\"",
"\":\"",
6044 "\"[\"",
"\"]\"",
"\"{\"",
"\"}\"",
"\"null\"",
"\"Dhcp6\"",
6045 "\"data-directory\"",
"\"config-control\"",
"\"config-databases\"",
6046 "\"config-fetch-wait-time\"",
"\"interfaces-config\"",
"\"interfaces\"",
6047 "\"re-detect\"",
"\"service-sockets-require-all\"",
6048 "\"service-sockets-retry-wait-time\"",
"\"service-sockets-max-retries\"",
6049 "\"lease-database\"",
"\"hosts-database\"",
"\"hosts-databases\"",
6050 "\"type\"",
"\"memfile\"",
"\"mysql\"",
"\"postgresql\"",
"\"user\"",
6051 "\"password\"",
"\"host\"",
"\"port\"",
"\"persist\"",
6052 "\"lfc-interval\"",
"\"readonly\"",
"\"connect-timeout\"",
6053 "\"max-reconnect-tries\"",
"\"reconnect-wait-time\"",
"\"on-fail\"",
6054 "\"stop-retry-exit\"",
"\"serve-retry-exit\"",
6055 "\"serve-retry-continue\"",
"\"max-row-errors\"",
"\"trust-anchor\"",
6056 "\"cert-file\"",
"\"key-file\"",
"\"cipher-list\"",
6057 "\"preferred-lifetime\"",
"\"min-preferred-lifetime\"",
6058 "\"max-preferred-lifetime\"",
"\"valid-lifetime\"",
6059 "\"min-valid-lifetime\"",
"\"max-valid-lifetime\"",
"\"renew-timer\"",
6060 "\"rebind-timer\"",
"\"calculate-tee-times\"",
"\"t1-percent\"",
6061 "\"t2-percent\"",
"\"cache-threshold\"",
"\"cache-max-age\"",
6062 "\"decline-probation-period\"",
"\"server-tag\"",
6063 "\"statistic-default-sample-count\"",
"\"statistic-default-sample-age\"",
6064 "\"ddns-send-updates\"",
"\"ddns-override-no-update\"",
6065 "\"ddns-override-client-update\"",
"\"ddns-replace-client-name\"",
6066 "\"ddns-generated-prefix\"",
"\"ddns-qualifying-suffix\"",
6067 "\"ddns-update-on-renew\"",
"\"ddns-use-conflict-resolution\"",
6068 "\"store-extended-info\"",
"\"subnet6\"",
"\"option-def\"",
6069 "\"option-data\"",
"\"name\"",
"\"data\"",
"\"code\"",
"\"space\"",
6070 "\"csv-format\"",
"\"always-send\"",
"\"record-types\"",
6071 "\"encapsulate\"",
"\"array\"",
"\"parked-packet-limit\"",
6072 "\"shared-networks\"",
"\"pools\"",
"\"pool\"",
"\"pd-pools\"",
6073 "\"prefix\"",
"\"prefix-len\"",
"\"excluded-prefix\"",
6074 "\"excluded-prefix-len\"",
"\"delegated-len\"",
"\"user-context\"",
6075 "\"comment\"",
"\"subnet\"",
"\"interface\"",
"\"interface-id\"",
6076 "\"id\"",
"\"rapid-commit\"",
"\"reservation-mode\"",
"\"disabled\"",
6077 "\"out-of-pool\"",
"\"global\"",
"\"all\"",
"\"reservations-global\"",
6078 "\"reservations-in-subnet\"",
"\"reservations-out-of-pool\"",
6079 "\"mac-sources\"",
"\"relay-supplied-options\"",
6080 "\"host-reservation-identifiers\"",
"\"sanity-checks\"",
6081 "\"lease-checks\"",
"\"client-classes\"",
"\"require-client-classes\"",
6082 "\"test\"",
"\"only-if-required\"",
"\"client-class\"",
6083 "\"reservations\"",
"\"ip-addresses\"",
"\"prefixes\"",
"\"duid\"",
6084 "\"hw-address\"",
"\"hostname\"",
"\"flex-id\"",
"\"relay\"",
6085 "\"ip-address\"",
"\"hooks-libraries\"",
"\"library\"",
"\"parameters\"",
6086 "\"expired-leases-processing\"",
"\"reclaim-timer-wait-time\"",
6087 "\"flush-reclaimed-timer-wait-time\"",
"\"hold-reclaimed-time\"",
6088 "\"max-reclaim-leases\"",
"\"max-reclaim-time\"",
6089 "\"unwarned-reclaim-cycles\"",
"\"server-id\"",
"\"LLT\"",
"\"EN\"",
6090 "\"LL\"",
"\"identifier\"",
"\"htype\"",
"\"time\"",
"\"enterprise-id\"",
6091 "\"dhcp4o6-port\"",
"\"multi-threading\"",
"\"enable-multi-threading\"",
6092 "\"thread-pool-size\"",
"\"packet-queue-size\"",
"\"control-socket\"",
6093 "\"socket-type\"",
"\"socket-name\"",
"\"dhcp-queue-control\"",
6094 "\"enable-queue\"",
"\"queue-type\"",
"\"capacity\"",
"\"dhcp-ddns\"",
6095 "\"enable-updates\"",
"\"qualifying-suffix\"",
"\"server-ip\"",
6096 "\"server-port\"",
"\"sender-ip\"",
"\"sender-port\"",
6097 "\"max-queue-size\"",
"\"ncr-protocol\"",
"\"ncr-format\"",
6098 "\"override-no-update\"",
"\"override-client-update\"",
6099 "\"replace-client-name\"",
"\"generated-prefix\"",
"\"UDP\"",
"\"TCP\"",
6100 "\"JSON\"",
"\"when-present\"",
"\"never\"",
"\"always\"",
6101 "\"when-not-present\"",
"\"hostname-char-set\"",
6102 "\"hostname-char-replacement\"",
"\"early-global-reservations-lookup\"",
6103 "\"ip-reservations-unique\"",
"\"reservations-lookup-first\"",
6104 "\"loggers\"",
"\"output_options\"",
"\"output\"",
"\"debuglevel\"",
6105 "\"severity\"",
"\"flush\"",
"\"maxsize\"",
"\"maxver\"",
"\"pattern\"",
6106 "\"compatibility\"",
"\"lenient-option-parsing\"",
"TOPLEVEL_JSON",
6107 "TOPLEVEL_DHCP6",
"SUB_DHCP6",
"SUB_INTERFACES6",
"SUB_SUBNET6",
6108 "SUB_POOL6",
"SUB_PD_POOL",
"SUB_RESERVATION",
"SUB_OPTION_DEFS",
6109 "SUB_OPTION_DEF",
"SUB_OPTION_DATA",
"SUB_HOOKS_LIBRARY",
6110 "SUB_DHCP_DDNS",
"SUB_CONFIG_CONTROL",
"\"constant string\"",
6111 "\"integer\"",
"\"floating point\"",
"\"boolean\"",
"$accept",
"start",
6112 "$@1",
"$@2",
"$@3",
"$@4",
"$@5",
"$@6",
"$@7",
"$@8",
"$@9",
"$@10",
6113 "$@11",
"$@12",
"$@13",
"$@14",
"value",
"sub_json",
"map2",
"$@15",
6114 "map_value",
"map_content",
"not_empty_map",
"list_generic",
"$@16",
6115 "list_content",
"not_empty_list",
"list_strings",
"$@17",
6116 "list_strings_content",
"not_empty_list_strings",
"unknown_map_entry",
6117 "syntax_map",
"$@18",
"global_object",
"$@19",
"global_object_comma",
6118 "sub_dhcp6",
"$@20",
"global_params",
"global_param",
"data_directory",
6119 "$@21",
"preferred_lifetime",
"min_preferred_lifetime",
6120 "max_preferred_lifetime",
"valid_lifetime",
"min_valid_lifetime",
6121 "max_valid_lifetime",
"renew_timer",
"rebind_timer",
6122 "calculate_tee_times",
"t1_percent",
"t2_percent",
"cache_threshold",
6123 "cache_max_age",
"decline_probation_period",
"ddns_send_updates",
6124 "ddns_override_no_update",
"ddns_override_client_update",
6125 "ddns_replace_client_name",
"$@22",
"ddns_replace_client_name_value",
6126 "ddns_generated_prefix",
"$@23",
"ddns_qualifying_suffix",
"$@24",
6127 "ddns_update_on_renew",
"ddns_use_conflict_resolution",
6128 "hostname_char_set",
"$@25",
"hostname_char_replacement",
"$@26",
6129 "store_extended_info",
"statistic_default_sample_count",
6130 "statistic_default_sample_age",
"server_tag",
"$@27",
6131 "parked_packet_limit",
"early_global_reservations_lookup",
6132 "ip_reservations_unique",
"reservations_lookup_first",
6133 "interfaces_config",
"$@28",
"sub_interfaces6",
"$@29",
6134 "interfaces_config_params",
"interfaces_config_param",
"interfaces_list",
6135 "$@30",
"re_detect",
"service_sockets_require_all",
6136 "service_sockets_retry_wait_time",
"service_sockets_max_retries",
6137 "lease_database",
"$@31",
"hosts_database",
"$@32",
"hosts_databases",
6138 "$@33",
"database_list",
"not_empty_database_list",
"database",
"$@34",
6139 "database_map_params",
"database_map_param",
"database_type",
"$@35",
6140 "db_type",
"user",
"$@36",
"password",
"$@37",
"host",
"$@38",
"port",
6141 "name",
"$@39",
"persist",
"lfc_interval",
"readonly",
"connect_timeout",
6142 "reconnect_wait_time",
"on_fail",
"$@40",
"on_fail_mode",
6143 "max_row_errors",
"max_reconnect_tries",
"trust_anchor",
"$@41",
6144 "cert_file",
"$@42",
"key_file",
"$@43",
"cipher_list",
"$@44",
6145 "sanity_checks",
"$@45",
"sanity_checks_params",
"sanity_checks_param",
6146 "lease_checks",
"$@46",
"mac_sources",
"$@47",
"mac_sources_list",
6147 "mac_sources_value",
"duid_id",
"string_id",
6148 "host_reservation_identifiers",
"$@48",
6149 "host_reservation_identifiers_list",
"host_reservation_identifier",
6150 "hw_address_id",
"flex_id",
"relay_supplied_options",
"$@49",
6151 "dhcp_multi_threading",
"$@50",
"multi_threading_params",
6152 "multi_threading_param",
"enable_multi_threading",
"thread_pool_size",
6153 "packet_queue_size",
"hooks_libraries",
"$@51",
"hooks_libraries_list",
6154 "not_empty_hooks_libraries_list",
"hooks_library",
"$@52",
6155 "sub_hooks_library",
"$@53",
"hooks_params",
"hooks_param",
"library",
6156 "$@54",
"parameters",
"$@55",
"expired_leases_processing",
"$@56",
6157 "expired_leases_params",
"expired_leases_param",
6158 "reclaim_timer_wait_time",
"flush_reclaimed_timer_wait_time",
6159 "hold_reclaimed_time",
"max_reclaim_leases",
"max_reclaim_time",
6160 "unwarned_reclaim_cycles",
"subnet6_list",
"$@57",
6161 "subnet6_list_content",
"not_empty_subnet6_list",
"subnet6",
"$@58",
6162 "sub_subnet6",
"$@59",
"subnet6_params",
"subnet6_param",
"subnet",
6163 "$@60",
"interface",
"$@61",
"interface_id",
"$@62",
"client_class",
6164 "$@63",
"require_client_classes",
"$@64",
"reservations_global",
6165 "reservations_in_subnet",
"reservations_out_of_pool",
"reservation_mode",
6166 "$@65",
"hr_mode",
"id",
"rapid_commit",
"shared_networks",
"$@66",
6167 "shared_networks_content",
"shared_networks_list",
"shared_network",
6168 "$@67",
"shared_network_params",
"shared_network_param",
6169 "option_def_list",
"$@68",
"sub_option_def_list",
"$@69",
6170 "option_def_list_content",
"not_empty_option_def_list",
6171 "option_def_entry",
"$@70",
"sub_option_def",
"$@71",
6172 "option_def_params",
"not_empty_option_def_params",
"option_def_param",
6173 "option_def_name",
"code",
"option_def_code",
"option_def_type",
"$@72",
6174 "option_def_record_types",
"$@73",
"space",
"$@74",
"option_def_space",
6175 "option_def_encapsulate",
"$@75",
"option_def_array",
"option_data_list",
6176 "$@76",
"option_data_list_content",
"not_empty_option_data_list",
6177 "option_data_entry",
"$@77",
"sub_option_data",
"$@78",
6178 "option_data_params",
"not_empty_option_data_params",
6179 "option_data_param",
"option_data_name",
"option_data_data",
"$@79",
6180 "option_data_code",
"option_data_space",
"option_data_csv_format",
6181 "option_data_always_send",
"pools_list",
"$@80",
"pools_list_content",
6182 "not_empty_pools_list",
"pool_list_entry",
"$@81",
"sub_pool6",
"$@82",
6183 "pool_params",
"pool_param",
"pool_entry",
"$@83",
"user_context",
6184 "$@84",
"comment",
"$@85",
"pd_pools_list",
"$@86",
6185 "pd_pools_list_content",
"not_empty_pd_pools_list",
"pd_pool_entry",
6186 "$@87",
"sub_pd_pool",
"$@88",
"pd_pool_params",
"pd_pool_param",
6187 "pd_prefix",
"$@89",
"pd_prefix_len",
"excluded_prefix",
"$@90",
6188 "excluded_prefix_len",
"pd_delegated_len",
"reservations",
"$@91",
6189 "reservations_list",
"not_empty_reservations_list",
"reservation",
6190 "$@92",
"sub_reservation",
"$@93",
"reservation_params",
6191 "not_empty_reservation_params",
"reservation_param",
"ip_addresses",
6192 "$@94",
"prefixes",
"$@95",
"duid",
"$@96",
"hw_address",
"$@97",
6193 "hostname",
"$@98",
"flex_id_value",
"$@99",
6194 "reservation_client_classes",
"$@100",
"relay",
"$@101",
"relay_map",
6195 "ip_address",
"$@102",
"client_classes",
"$@103",
"client_classes_list",
6196 "client_class_entry",
"$@104",
"client_class_params",
6197 "not_empty_client_class_params",
"client_class_param",
6198 "client_class_name",
"client_class_test",
"$@105",
"only_if_required",
6199 "server_id",
"$@106",
"server_id_params",
"server_id_param",
6200 "server_id_type",
"$@107",
"duid_type",
"htype",
"identifier",
"$@108",
6201 "time",
"enterprise_id",
"dhcp4o6_port",
"control_socket",
"$@109",
6202 "control_socket_params",
"control_socket_param",
"socket_type",
"$@110",
6203 "socket_name",
"$@111",
"dhcp_queue_control",
"$@112",
6204 "queue_control_params",
"queue_control_param",
"enable_queue",
6205 "queue_type",
"$@113",
"capacity",
"arbitrary_map_entry",
"$@114",
6206 "dhcp_ddns",
"$@115",
"sub_dhcp_ddns",
"$@116",
"dhcp_ddns_params",
6207 "dhcp_ddns_param",
"enable_updates",
"dep_qualifying_suffix",
"$@117",
6208 "server_ip",
"$@118",
"server_port",
"sender_ip",
"$@119",
"sender_port",
6209 "max_queue_size",
"ncr_protocol",
"$@120",
"ncr_protocol_value",
6210 "ncr_format",
"$@121",
"dep_override_no_update",
6211 "dep_override_client_update",
"dep_replace_client_name",
"$@122",
6212 "dep_generated_prefix",
"$@123",
"dep_hostname_char_set",
"$@124",
6213 "dep_hostname_char_replacement",
"$@125",
"config_control",
"$@126",
6214 "sub_config_control",
"$@127",
"config_control_params",
6215 "config_control_param",
"config_databases",
"$@128",
6216 "config_fetch_wait_time",
"loggers",
"$@129",
"loggers_entries",
6217 "logger_entry",
"$@130",
"logger_params",
"logger_param",
"debuglevel",
6218 "severity",
"$@131",
"output_options_list",
"$@132",
6219 "output_options_list_content",
"output_entry",
"$@133",
6220 "output_params_list",
"output_params",
"output",
"$@134",
"flush",
6221 "maxsize",
"maxver",
"pattern",
"$@135",
"compatibility",
"$@136",
6222 "compatibility_params",
"compatibility_param",
"lenient_option_parsing", YY_NULLPTR
6229 Dhcp6Parser::yyrline_[] =
6231 0, 302, 302, 302, 303, 303, 304, 304, 305, 305,
6232 306, 306, 307, 307, 308, 308, 309, 309, 310, 310,
6233 311, 311, 312, 312, 313, 313, 314, 314, 315, 315,
6234 323, 324, 325, 326, 327, 328, 329, 332, 337, 337,
6235 348, 351, 352, 355, 360, 366, 371, 371, 378, 379,
6236 382, 386, 390, 396, 396, 403, 404, 407, 411, 415,
6237 425, 434, 434, 449, 449, 463, 466, 472, 472, 481,
6238 482, 483, 490, 491, 492, 493, 494, 495, 496, 497,
6239 498, 499, 500, 501, 502, 503, 504, 505, 506, 507,
6240 508, 509, 510, 511, 512, 513, 514, 515, 516, 517,
6241 518, 519, 520, 521, 522, 523, 524, 525, 526, 527,
6242 528, 529, 530, 531, 532, 533, 534, 535, 536, 537,
6243 538, 539, 540, 541, 542, 543, 544, 545, 546, 547,
6244 548, 549, 550, 551, 552, 553, 554, 557, 557, 566,
6245 572, 578, 584, 590, 596, 602, 608, 614, 620, 626,
6246 632, 638, 644, 650, 656, 662, 668, 668, 677, 680,
6247 683, 686, 689, 695, 695, 704, 704, 713, 719, 725,
6248 725, 734, 734, 743, 749, 755, 761, 761, 770, 776,
6249 782, 788, 794, 794, 806, 806, 815, 816, 817, 822,
6250 823, 824, 825, 826, 827, 828, 829, 832, 832, 843,
6251 849, 855, 861, 867, 867, 880, 880, 893, 893, 904,
6252 905, 908, 909, 910, 915, 915, 925, 926, 927, 932,
6253 933, 934, 935, 936, 937, 938, 939, 940, 941, 942,
6254 943, 944, 945, 946, 947, 948, 949, 950, 953, 953,
6255 961, 962, 963, 966, 966, 975, 975, 984, 984, 993,
6256 999, 999, 1008, 1014, 1020, 1026, 1032, 1038, 1038, 1046,
6257 1047, 1048, 1051, 1057, 1063, 1063, 1072, 1072, 1081, 1081,
6258 1090, 1090, 1099, 1099, 1110, 1111, 1112, 1117, 1119, 1119,
6259 1138, 1138, 1149, 1150, 1151, 1156, 1157, 1160, 1165, 1170,
6260 1170, 1181, 1182, 1183, 1188, 1189, 1190, 1193, 1198, 1205,
6261 1205, 1218, 1218, 1231, 1232, 1233, 1238, 1239, 1240, 1241,
6262 1242, 1243, 1246, 1252, 1258, 1264, 1264, 1275, 1276, 1279,
6263 1280, 1281, 1286, 1286, 1296, 1296, 1306, 1307, 1308, 1311,
6264 1314, 1315, 1318, 1318, 1327, 1327, 1336, 1336, 1348, 1349,
6265 1350, 1355, 1356, 1357, 1358, 1359, 1360, 1363, 1369, 1375,
6266 1381, 1387, 1393, 1402, 1402, 1416, 1417, 1420, 1421, 1422,
6267 1431, 1431, 1457, 1457, 1468, 1469, 1470, 1476, 1477, 1478,
6268 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488,
6269 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498,
6270 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508,
6271 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518,
6272 1521, 1521, 1530, 1530, 1539, 1539, 1548, 1548, 1557, 1557,
6273 1568, 1574, 1580, 1586, 1586, 1594, 1595, 1596, 1597, 1600,
6274 1606, 1614, 1614, 1626, 1627, 1631, 1632, 1633, 1638, 1638,
6275 1646, 1647, 1648, 1653, 1654, 1655, 1656, 1657, 1658, 1659,
6276 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669,
6277 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679,
6278 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689,
6279 1690, 1691, 1692, 1699, 1699, 1713, 1713, 1722, 1723, 1726,
6280 1727, 1728, 1735, 1735, 1750, 1750, 1764, 1765, 1768, 1769,
6281 1770, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783,
6282 1784, 1787, 1789, 1795, 1797, 1797, 1806, 1806, 1815, 1815,
6283 1824, 1826, 1826, 1835, 1845, 1845, 1858, 1859, 1864, 1865,
6284 1866, 1873, 1873, 1885, 1885, 1897, 1898, 1903, 1904, 1905,
6285 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1923,
6286 1925, 1925, 1934, 1936, 1938, 1944, 1953, 1953, 1966, 1967,
6287 1970, 1971, 1972, 1977, 1977, 1987, 1987, 1997, 1998, 1999,
6288 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2013, 2013, 2022,
6289 2022, 2047, 2047, 2077, 2077, 2090, 2091, 2094, 2095, 2096,
6290 2101, 2101, 2113, 2113, 2125, 2126, 2127, 2132, 2133, 2134,
6291 2135, 2136, 2137, 2138, 2139, 2140, 2141, 2142, 2145, 2145,
6292 2154, 2160, 2160, 2169, 2175, 2184, 2184, 2195, 2196, 2199,
6293 2200, 2201, 2206, 2206, 2215, 2215, 2224, 2225, 2228, 2229,
6294 2230, 2236, 2237, 2238, 2239, 2240, 2241, 2242, 2243, 2244,
6295 2245, 2246, 2249, 2249, 2260, 2260, 2271, 2271, 2280, 2280,
6296 2289, 2289, 2298, 2298, 2307, 2307, 2321, 2321, 2332, 2333,
6297 2336, 2336, 2348, 2348, 2359, 2360, 2361, 2366, 2366, 2376,
6298 2377, 2380, 2381, 2382, 2387, 2388, 2389, 2390, 2391, 2392,
6299 2393, 2394, 2395, 2396, 2397, 2398, 2399, 2402, 2404, 2404,
6300 2413, 2422, 2422, 2435, 2436, 2437, 2442, 2443, 2444, 2445,
6301 2446, 2447, 2448, 2449, 2450, 2453, 2453, 2461, 2462, 2463,
6302 2466, 2472, 2472, 2481, 2487, 2495, 2503, 2503, 2514, 2515,
6303 2516, 2521, 2522, 2523, 2524, 2525, 2528, 2528, 2537, 2537,
6304 2549, 2549, 2562, 2563, 2564, 2569, 2570, 2571, 2572, 2573,
6305 2574, 2577, 2583, 2583, 2592, 2598, 2598, 2608, 2608, 2621,
6306 2621, 2631, 2632, 2633, 2638, 2639, 2640, 2641, 2642, 2643,
6307 2644, 2645, 2646, 2647, 2648, 2649, 2650, 2651, 2652, 2653,
6308 2654, 2655, 2658, 2665, 2665, 2674, 2674, 2683, 2689, 2689,
6309 2698, 2704, 2710, 2710, 2719, 2720, 2723, 2723, 2733, 2740,
6310 2747, 2747, 2756, 2756, 2766, 2766, 2776, 2776, 2788, 2788,
6311 2800, 2800, 2810, 2811, 2812, 2818, 2819, 2822, 2822, 2833,
6312 2841, 2841, 2854, 2855, 2856, 2862, 2862, 2870, 2871, 2872,
6313 2877, 2878, 2879, 2880, 2881, 2882, 2883, 2886, 2892, 2892,
6314 2901, 2901, 2912, 2913, 2914, 2919, 2919, 2927, 2928, 2929,
6315 2934, 2935, 2936, 2937, 2938, 2941, 2941, 2950, 2956, 2962,
6316 2968, 2968, 2977, 2977, 2988, 2989, 2990, 2995, 2996, 2999
6320 Dhcp6Parser::yy_stack_print_ ()
const
6322 *yycdebug_ <<
"Stack now";
6323 for (stack_type::const_iterator
6324 i = yystack_.begin (),
6325 i_end = yystack_.end ();
6327 *yycdebug_ <<
' ' << int (i->state);
6332 Dhcp6Parser::yy_reduce_print_ (
int yyrule)
const
6334 int yylno = yyrline_[yyrule];
6335 int yynrhs = yyr2_[yyrule];
6337 *yycdebug_ <<
"Reducing stack by rule " << yyrule - 1
6338 <<
" (line " << yylno <<
"):\n";
6340 for (
int yyi = 0; yyi < yynrhs; yyi++)
6342 yystack_[(yynrhs) - (yyi + 1)]);
6347#line 14 "dhcp6_parser.yy"
6349#line 6350 "dhcp6_parser.cc"
6351#line 3005 "dhcp6_parser.yy"
6356 const std::string& what)
6358 ctx.error(loc, what);
#define YY_CAST(Type, Val)
#define YY_MOVE_REF(Type)
Notes: IntElement type is changed to int64_t.
symbol_kind_type token() const YY_NOEXCEPT
const symbol_type & lookahead() const YY_NOEXCEPT
context(const Dhcp6Parser &yyparser, const symbol_type &yyla)
int expected_tokens(symbol_kind_type yyarg[], int yyargn) const
Put in YYARG at most YYARGN of the expected tokens, and return the number of tokens stored in YYARG.
Present a slice of the top of a stack.
debug_level_type debug_level() const YY_ATTRIBUTE_PURE
The current debugging level.
symbol_kind::symbol_kind_type symbol_kind_type
(Internal) symbol kind.
int debug_level_type
Type for debugging levels.
void set_debug_level(debug_level_type l)
Set the current debugging level.
static const symbol_kind_type YYNTOKENS
The number of tokens.
Dhcp6Parser(isc::dhcp::Parser6Context &ctx_yyarg)
Build a parser object.
location location_type
Symbol locations.
virtual int parse()
Parse.
static std::string symbol_name(symbol_kind_type yysymbol)
The user-facing name of the symbol whose (internal) number is YYSYMBOL.
std::ostream & debug_stream() const YY_ATTRIBUTE_PURE
The current debugging stream.
virtual void error(const location_type &loc, const std::string &msg)
Report a syntax error.
void set_debug_stream(std::ostream &)
Set the current debugging stream.
Evaluation context, an interface to the expression evaluation.
void require(const std::string &name, isc::data::Element::Position open_loc, isc::data::Element::Position close_loc)
Check if a required parameter is present.
isc::data::Element::Position loc2pos(isc::dhcp::location &loc)
Converts bison's position to one understandable by isc::data::Element.
void leave()
Leave a syntactic context.
void unique(const std::string &name, isc::data::Element::Position loc)
Check if a parameter is already present.
void enter(const ParserContext &ctx)
Enter a new syntactic context.
std::vector< isc::data::ElementPtr > stack_
JSON elements being parsed.
@ LOGGERS
Used while parsing Dhcp6/loggers structures.
@ RESERVATION_MODE
Used while parsing Dhcp6/reservation-mode.
@ CLIENT_CLASSES
Used while parsing Dhcp6/client-classes structures.
@ DATABASE_ON_FAIL
Used while parsing Dhcp6/*-database/on-fail.
@ OPTION_DEF
Used while parsing Dhcp6/option-def structures.
@ POOLS
Used while parsing Dhcp6/subnet6/pools structures.
@ EXPIRED_LEASES_PROCESSING
Used while parsing Dhcp6/expired-leases-processing.
@ OPTION_DATA
Used while parsing Dhcp6/option-data, Dhcp6/subnet6/option-data or anywhere option-data is present (c...
@ CONTROL_SOCKET
Used while parsing Dhcp6/control-socket structures.
@ SANITY_CHECKS
Sanity checks.
@ DHCP_QUEUE_CONTROL
Used while parsing Dhcp6/dhcp-queue-control structures.
@ SERVER_ID
Used while parsing Dhcp6/server-id structures.
@ HOSTS_DATABASE
Used while parsing Dhcp6/hosts-database[s] structures.
@ SUBNET6
Used while parsing Dhcp6/Subnet6 structures.
@ RESERVATIONS
Used while parsing Dhcp6/reservations structures.
@ CONFIG_DATABASE
Used while parsing config-control/config-databases.
@ DATABASE_TYPE
Used while parsing Dhcp6/*-database/type.
@ DHCP_DDNS
Used while parsing Dhcp6/dhcp-ddns.
@ COMPATIBILITY
Used while parsing compatibility parameters.
@ INTERFACES_CONFIG
Used while parsing Dhcp6/interfaces structures.
@ DUID_TYPE
Used while parsing Dhcp6/server-id/type structures.
@ HOOKS_LIBRARIES
Used while parsing Dhcp6/hooks-libraries.
@ CONFIG
Used while parsing content of Dhcp6.
@ LEASE_DATABASE
Used while parsing Dhcp6/lease-database structures.
@ NCR_PROTOCOL
Used while parsing Dhcp6/dhcp-ddns/ncr-protocol.
@ RELAY
Used while parsing Dhcp6/subnet6/relay structures.
@ OUTPUT_OPTIONS
Used while parsing Dhcp6/loggers/output_options structures.
@ HOST_RESERVATION_IDENTIFIERS
Used while parsing Dhcp6/host-reservation-identifiers.
@ NCR_FORMAT
Used while parsing Dhcp6/dhcp-ddns/ncr-format.
@ REPLACE_CLIENT_NAME
Used while parsing Dhcp6/dhcp-ddns/replace-client-name.
@ DHCP_MULTI_THREADING
Used while parsing Dhcp6/multi-threading structures.
@ NO_KEYWORD
This one is used in pure JSON mode.
@ SHARED_NETWORK
Used while parsing shared-networks structures.
@ PD_POOLS
Used while parsing Dhcp6/subnet6/pd-pools structures.
@ MAC_SOURCES
Used while parsing Dhcp6/mac-sources structures.
@ CONFIG_CONTROL
Used while parsing Dhcp6/config-control.
void warnAboutExtraCommas(const isc::dhcp::location &loc)
Warning for extra commas.
const std::string contextName()
Get the syntactic context name.
ParserContext ctx_
Current syntactic context.
#define YYLLOC_DEFAULT(Current, Rhs, N)
#define YY_REDUCE_PRINT(Rule)
#define YY_SYMBOL_PRINT(Title, Symbol)
Define the isc::dhcp::parser class.
void merge(ElementPtr element, ConstElementPtr other)
Merges the data from other into element.
boost::shared_ptr< const Element > ConstElementPtr
boost::shared_ptr< Element > ElementPtr
Defines the logger used by the top-level component of kea-lfc.
location_type location
The location.
void move(basic_symbol &s)
Destructive move, s is emptied into this.
void clear() YY_NOEXCEPT
Destroy contents, and record that is empty.
bool empty() const YY_NOEXCEPT
Whether empty.
@ S_ddns_replace_client_name_value
"External" symbols: returned by the scanner.
Syntax errors thrown from user actions.
~syntax_error() YY_NOEXCEPT YY_NOTHROW