Browse Source

[master] ChangeLog updated, parsers regenerated

Tomek Mrugalski 7 years ago
parent
commit
bcdbb398b6
5 changed files with 1918 additions and 1878 deletions
  1. 6 0
      ChangeLog
  2. 927 904
      src/bin/dhcp4/dhcp4_parser.cc
  3. 3 3
      src/bin/dhcp4/dhcp4_parser.h
  4. 979 968
      src/bin/dhcp6/dhcp6_parser.cc
  5. 3 3
      src/bin/dhcp6/dhcp6_parser.h

+ 6 - 0
ChangeLog

@@ -1,3 +1,9 @@
+1292.	[func]		tomek
+	User contexts are now supported for subnets. This adds a new
+	functionality, but also makes the existing documentation example
+	correct.
+	(Trac #5350, git 828ecb6dbdaaedd97d2af79dfa9b7f4845d3a049)
+
 1291.	[func]		fdupont
 1291.	[func]		fdupont
 	The configuration parser now checks for mandatory parameters that
 	The configuration parser now checks for mandatory parameters that
 	are missing.
 	are missing.

File diff suppressed because it is too large
+ 927 - 904
src/bin/dhcp4/dhcp4_parser.cc


+ 3 - 3
src/bin/dhcp4/dhcp4_parser.h

@@ -1385,9 +1385,9 @@ namespace isc { namespace dhcp {
     enum
     enum
     {
     {
       yyeof_ = 0,
       yyeof_ = 0,
-      yylast_ = 757,     ///< Last index in yytable_.
-      yynnts_ = 318,  ///< Number of nonterminal symbols.
-      yyfinal_ = 24, ///< Termination state number.
+      yylast_ = 756,     ///< Last index in yytable_.
+      yynnts_ = 321,  ///< Number of nonterminal symbols.
+      yyfinal_ = 26, ///< Termination state number.
       yyterror_ = 1,
       yyterror_ = 1,
       yyerrcode_ = 256,
       yyerrcode_ = 256,
       yyntokens_ = 146  ///< Number of tokens.
       yyntokens_ = 146  ///< Number of tokens.

File diff suppressed because it is too large
+ 979 - 968
src/bin/dhcp6/dhcp6_parser.cc


+ 3 - 3
src/bin/dhcp6/dhcp6_parser.h

@@ -1425,9 +1425,9 @@ namespace isc { namespace dhcp {
     enum
     enum
     {
     {
       yyeof_ = 0,
       yyeof_ = 0,
-      yylast_ = 805,     ///< Last index in yytable_.
-      yynnts_ = 335,  ///< Number of nonterminal symbols.
-      yyfinal_ = 26, ///< Termination state number.
+      yylast_ = 804,     ///< Last index in yytable_.
+      yynnts_ = 338,  ///< Number of nonterminal symbols.
+      yyfinal_ = 28, ///< Termination state number.
       yyterror_ = 1,
       yyterror_ = 1,
       yyerrcode_ = 256,
       yyerrcode_ = 256,
       yyntokens_ = 154  ///< Number of tokens.
       yyntokens_ = 154  ///< Number of tokens.