Browse Source

[5061] parsers regenerated

Tomek Mrugalski 8 years ago
parent
commit
ece5fb2ea6
4 changed files with 1565 additions and 1602 deletions
  1. 784 803
      src/bin/dhcp4/dhcp4_lexer.cc
  2. 2 2
      src/bin/dhcp4/dhcp4_parser.cc
  3. 777 795
      src/bin/dhcp6/dhcp6_lexer.cc
  4. 2 2
      src/bin/dhcp6/dhcp6_parser.cc

File diff suppressed because it is too large
+ 784 - 803
src/bin/dhcp4/dhcp4_lexer.cc


+ 2 - 2
src/bin/dhcp4/dhcp4_parser.cc

@@ -1322,7 +1322,7 @@ namespace isc { namespace dhcp {
 #line 602 "dhcp4_parser.yy" // lalr1.cc:859
     {
     ElementPtr cp(new StringElement(yystack_[0].value.as< std::string > (), ctx.loc2pos(yystack_[0].location)));
-    ctx.stack_.back()->set("contact_points", cp);
+    ctx.stack_.back()->set("contact-points", cp);
     ctx.leave();
 }
 #line 1329 "dhcp4_parser.cc" // lalr1.cc:859
@@ -3855,7 +3855,7 @@ namespace isc { namespace dhcp {
   "\"lease-database\"", "\"hosts-database\"", "\"type\"", "\"memfile\"",
   "\"mysql\"", "\"postgresql\"", "\"cql\"", "\"user\"", "\"password\"",
   "\"host\"", "\"port\"", "\"persist\"", "\"lfc-interval\"",
-  "\"readonly\"", "\"connect-timeout\"", "\"contact_points\"",
+  "\"readonly\"", "\"connect-timeout\"", "\"contact-points\"",
   "\"keyspace\"", "\"valid-lifetime\"", "\"renew-timer\"",
   "\"rebind-timer\"", "\"decline-probation-period\"", "\"subnet4\"",
   "\"4o6-interface\"", "\"4o6-interface-id\"", "\"4o6-subnet\"",

File diff suppressed because it is too large
+ 777 - 795
src/bin/dhcp6/dhcp6_lexer.cc


+ 2 - 2
src/bin/dhcp6/dhcp6_parser.cc

@@ -1290,7 +1290,7 @@ namespace isc { namespace dhcp {
 #line 587 "dhcp6_parser.yy" // lalr1.cc:859
     {
     ElementPtr cp(new StringElement(yystack_[0].value.as< std::string > (), ctx.loc2pos(yystack_[0].location)));
-    ctx.stack_.back()->set("contact_points", cp);
+    ctx.stack_.back()->set("contact-points", cp);
     ctx.leave();
 }
 #line 1297 "dhcp6_parser.cc" // lalr1.cc:859
@@ -3982,7 +3982,7 @@ namespace isc { namespace dhcp {
   "\"hosts-database\"", "\"type\"", "\"memfile\"", "\"mysql\"",
   "\"postgresql\"", "\"cql\"", "\"user\"", "\"password\"", "\"host\"",
   "\"port\"", "\"persist\"", "\"lfc-interval\"", "\"readonly\"",
-  "\"connect-timeout\"", "\"contact_points\"", "\"keyspace\"",
+  "\"connect-timeout\"", "\"contact-points\"", "\"keyspace\"",
   "\"preferred-lifetime\"", "\"valid-lifetime\"", "\"renew-timer\"",
   "\"rebind-timer\"", "\"decline-probation-period\"", "\"subnet6\"",
   "\"option-def\"", "\"option-data\"", "\"name\"", "\"data\"", "\"code\"",