]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3587] Updated kea-dhcp4 parser
authorThomas Markwalder <tmark@isc.org>
Thu, 17 Oct 2024 12:07:23 +0000 (08:07 -0400)
committerThomas Markwalder <tmark@isc.org>
Mon, 28 Oct 2024 11:58:38 +0000 (07:58 -0400)
doc/examples/kea4/all-keys.json
doc/examples/kea4/classify2.json
src/bin/dhcp4/dhcp4_lexer.cc
src/bin/dhcp4/dhcp4_lexer.ll
src/bin/dhcp4/dhcp4_parser.cc
src/bin/dhcp4/dhcp4_parser.h
src/bin/dhcp4/dhcp4_parser.yy
src/bin/dhcp4/tests/classify_unittest.cc
src/bin/dhcp4/tests/config_parser_unittest.cc
src/lib/dhcpsrv/parsers/client_class_def_parser.cc

doc/examples/kea4/all-keys.json
doc/examples/kea4/classify2.json
src/bin/dhcp4/dhcp4_lexer.cc
src/bin/dhcp4/dhcp4_lexer.ll
src/bin/dhcp4/dhcp4_parser.cc
src/bin/dhcp4/dhcp4_parser.h
src/bin/dhcp4/dhcp4_parser.yy
src/bin/dhcp4/tests/classify_unittest.cc
src/bin/dhcp4/tests/config_parser_unittest.cc
src/lib/dhcpsrv/parsers/client_class_def_parser.cc

index 4102bcdceafe7db92df68cc01ae1627c6bb7292a..c3f2d698422d8cff003b40e42c718d3d465bb974 100644 (file)
                 "name": "late",
 
                 // Boolean flag indicating whether the class expression is only evaluated
-                // when the class is required, e.g. the selected address pool configuration
-                // includes this class name in its "require-client-classes" list. The
+                // when the selected configuration (i.e. pool,subnet, shared-network)
+                // includes this class name in an "evaluate-additional-classes" list. The
                 // default value false means that the class test expression must
                 // always be evaluated.
-                "only-if-required": true,
+                "only-in-additional-list": true,
 
                 // Class selection expression.
                 "test": "member('ALL')"
 
                 // List of client classes which must be evaluated when this shared
                 // network is selected for client assignments.
-                "require-client-classes": [ "late" ],
+                "evaluate-additional-classes": [ "late" ],
 
                 // Turn off storage of extended information (e.g. relay agent
                 // information) with each lease for this shared network.
 
                                 // List of client classes which must be evaluated when this pool
                                 // is selected for client assignments.
-                                "require-client-classes": [ "late" ]
+                                "evaluate-additional-classes": [ "late" ]
                             },
                             {
                                 // Restricts this pool to only be used for client
 
                                 // List of client classes which must be evaluated when this pool
                                 // is selected for client assignments.
-                                "require-client-classes": [],
+                                "evaluate-additional-classes": [],
 
                                 // Pool identifier used to enable statistics for this pool.
                                 // The pool ID does not need to be unique within the subnet
 
                         // List of client classes which must be evaluated when this subnet
                         // is selected for client assignments.
-                        "require-client-classes": [ "late" ],
+                        "evaluate-additional-classes": [ "late" ],
 
                         // Subnet-level server hostname set in 'sname' field.
                         "server-hostname": "",
index 3bb48d20b2e598f8228da833ada1421c519e6c68..33175615ce62f6edcda06b6e277d16ffa02573d5 100644 (file)
 // One packet can belong to zero or more classes.
   "client-classes": [
 
-// This class is required by the second subnet and is evaluated only
-// if it is required. The test expression returns true.
+// This class is included by the second subnet in its 'evaluate-additional-classes'
+// list so only-in-addtional-list is enabled. This ensures the class  will only
+// be evaluated if the second subnet is selected. The test expression returns true.
 // Note it is not possible to depend on VoIP class because it is not yet
 // defined.
   {
       "name": "second_subnet",
-      "only-if-required": true,
+      "only-in-additional-list": true,
       "test": "member('ALL')",
       "option-data": [{
           "name": "domain-name-servers",
             "client-classes": [ "VoIP" ]
         } ],
         "interface": "eth0",
-        "require-client-classes": [ "second_subnet" ]
+        "evaluate-additional-classes": [ "second_subnet" ]
     },
 
 // The following list defines a subnet with pools. For some pools
index b122678ae270f47261a1e7b7960affe504e59363..61cacbb1b22628e67ca4c6dd0800f079277da3d2 100644 (file)
@@ -691,8 +691,8 @@ static void yynoreturn yy_fatal_error ( const char* msg  );
 /* %% [3.0] code to copy yytext_ptr to yytext[] goes here, if %array \ */\
        (yy_c_buf_p) = yy_cp;
 /* %% [4.0] data tables for the DFA and the user's section 1 definitions go here */
-#define YY_NUM_RULES 235
-#define YY_END_OF_BUFFER 236
+#define YY_NUM_RULES 237
+#define YY_END_OF_BUFFER 238
 /* This struct is not used in this scanner,
    but its presence is necessary. */
 struct yy_trans_info
@@ -700,45 +700,45 @@ struct yy_trans_info
        flex_int32_t yy_verify;
        flex_int32_t yy_nxt;
        };
-static const flex_int16_t yy_accept[2312] =
+static const flex_int16_t yy_accept[2357] =
     {   0,
-      228,  228,    0,    0,    0,    0,    0,    0,    0,    0,
-      236,  234,   10,   11,  234,    1,  228,  225,  228,  228,
-      234,  227,  226,  234,  234,  234,  234,  234,  221,  222,
-      234,  234,  234,  223,  224,    5,    5,    5,  234,  234,
-      234,   10,   11,    0,    0,  216,    0,    0,    0,    0,
+      230,  230,    0,    0,    0,    0,    0,    0,    0,    0,
+      238,  236,   10,   11,  236,    1,  230,  227,  230,  230,
+      236,  229,  228,  236,  236,  236,  236,  236,  223,  224,
+      236,  236,  236,  225,  226,    5,    5,    5,  236,  236,
+      236,   10,   11,    0,    0,  218,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,    0,    0,    0,    0,    0,    0,    0,    1,  228,
-      228,    0,  227,  228,    3,    2,    6,    0,  228,    0,
+        0,    0,    0,    0,    0,    0,    0,    0,    1,  230,
+      230,    0,  229,  230,    3,    2,    6,    0,  230,    0,
         0,    0,    0,    0,    0,    4,    0,    0,    9,    0,
 
-      217,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,    0,    0,    0,    0,  219,    0,    0,    0,    0,
+      219,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+        0,    0,    0,    0,    0,  221,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,    0,    0,    0,    0,    0,    2,    0,    0,    0,
-        0,    0,    0,    0,    8,    0,    0,    0,    0,    0,
+        0,    0,    0,    0,    0,    0,    0,    2,    0,    0,
+        0,    0,    0,    0,    0,    8,    0,    0,    0,    0,
 
-        0,    0,    0,    0,    0,    0,    0,    0,  218,  220,
+        0,    0,    0,    0,    0,    0,    0,    0,    0,  220,
+      222,    0,    0,    0,    0,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,    0,    0,    0,    0,    0,    0,    0,    0,   99,
-        0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+        0,   99,    0,    0,    0,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
 
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,    0,    0,    0,    0,    0,  233,  231,    0,  230,
-      229,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-      189,    0,  188,    0,    0,    0,    0,    0,    0,    0,
+        0,    0,    0,    0,    0,    0,    0,    0,  235,  233,
+        0,  232,  231,    0,    0,    0,    0,    0,    0,    0,
+        0,    0,  191,    0,  190,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
@@ -747,43 +747,43 @@ static const flex_int16_t yy_accept[2312] =
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
 
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,   18,    0,    0,    0,    0,    0,    0,    0,    0,
+        0,    0,    0,    0,   18,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,    0,    0,    0,   19,    0,    0,    0,    0,    0,
-        0,  232,  229,    0,    0,    0,    0,    0,    0,    0,
-      190,    0,    0,  192,    0,    0,    0,    0,    0,    0,
+        0,    0,    0,    0,    0,    0,    0,   19,    0,    0,
+        0,    0,    0,    0,  234,  231,    0,    0,    0,    0,
+        0,    0,    0,  192,    0,    0,  194,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-      103,    0,    0,    0,    0,    0,    0,   89,    0,    0,
-        0,    0,    0,    0,  127,    0,    0,    0,    0,    0,
+        0,    0,    0,  103,    0,    0,    0,    0,    0,    0,
+       89,    0,    0,    0,    0,    0,    0,  129,    0,    0,
 
-        0,    0,    0,    0,    0,    0,   38,    0,    0,    0,
-      160,    0,    0,    0,    0,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,   88,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,    0,    0,    0,    0,    0,    0,    0,   93,    0,
-        0,   39,    0,    0,    0,    0,    0,    0,    0,    0,
+       38,    0,    0,    0,  162,    0,    0,    0,    0,    0,
+        0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+        0,    0,    0,    0,    0,   88,    0,    0,    0,    0,
+        0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+        0,    0,   93,    0,    0,   39,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,    0,    0,    0,  123,    0,    0,   35,  159,    0,
-        0,   36,    0,    0,    0,    0,    0,    0,    0,    0,
+        0,    0,    0,    0,    0,    0,    0,    0,  124,    0,
+        0,   35,  161,    0,    0,   36,    0,    0,    0,    0,
 
-       12,  194,  193,    0,    0,    0,    0,    0,  137,    0,
-        0,  166,    0,    0,    0,    0,    0,    0,    0,    0,
+        0,    0,    0,    0,   12,  196,  195,    0,    0,    0,
+        0,    0,  139,    0,    0,  168,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-      115,    0,    0,    0,    0,    0,    0,  161,    0,    0,
+        0,    0,    0,    0,    0,  115,    0,    0,    0,    0,
+        0,    0,  163,    0,    0,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,    0,    0,    0,    0,   92,    0,    0,    0,    0,
 
-      167,    0,    0,    0,    0,  138,    0,    0,    0,    0,
-        0,    0,    0,    0,    0,    0,    0,    0,    0,  133,
+       92,    0,    0,    0,    0,  169,    0,    0,    0,    0,
+      140,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+        0,    0,    0,    0,  135,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,    0,    0,    0,    0,    0,    0,    7,    0,    0,
-      195,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+        0,    0,    7,    0,    0,  197,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
@@ -791,172 +791,176 @@ static const flex_int16_t yy_accept[2312] =
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
 
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,    0,    0,    0,    0,  117,    0,    0,    0,    0,
-        0,    0,    0,    0,    0,    0,    0,  113,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+        0,  117,    0,    0,    0,    0,    0,    0,    0,    0,
+        0,    0,    0,    0,  113,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,    0,   97,    0,    0,    0,    0,    0,    0,    0,
+        0,    0,    0,    0,    0,    0,    0,    0,    0,   97,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,    0,    0,    0,    0,    0,    0,    0,  169,   96,
-
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+
+        0,    0,    0,    0,    0,  171,   96,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,    0,  131,    0,    0,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-      143,  110,    0,    0,    0,    0,    0,    0,  116,    0,
-        0,    0,    0,    0,    0,    0,   47,    0,    0,    0,
-        0,    0,    0,    0,    0,    0,  118,   40,   94,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+      133,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+        0,    0,    0,    0,    0,    0,    0,    0,  145,  110,
+        0,    0,    0,    0,    0,    0,  116,    0,    0,    0,
+        0,    0,    0,    0,   47,    0,    0,    0,    0,    0,
+        0,    0,    0,    0,    0,  118,   40,   94,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
 
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,   83,    0,    0,    0,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,    0,    0,    0,    0,    0,    0,    0,    0,  176,
+       83,    0,    0,    0,    0,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+        0,    0,    0,    0,    0,    0,    0,    0,  178,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,    0,  132,    0,    0,    0,    0,    0,    0,    0,
-        0,   56,    0,    0,    0,    0,    0,    0,    0,    0,
-
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,    0,    0,    0,    0,    0,    0,    0,   37,    0,
-        0,    0,    0,   34,    0,    0,    0,    0,    0,    0,
+        0,    0,  134,    0,    0,    0,    0,    0,    0,    0,
+
+        0,   56,    0,    0,    0,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,    0,  119,    0,    0,    0,    0,    0,    0,    0,
+        0,    0,    0,    0,    0,    0,    0,    0,    0,   37,
+        0,    0,    0,    0,   34,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+        0,    0,    0,  119,    0,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,   66,    0,    0,    0,    0,    0,    0,    0,   55,
-        0,    0,    0,    0,  129,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+        0,    0,   66,    0,    0,    0,    0,    0,    0,    0,
+       55,    0,    0,    0,    0,  131,    0,    0,    0,    0,
 
-        0,    0,    0,  177,    0,    0,    0,  168,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,    0,    0,    0,    0,    0,   98,    0,    0,    0,
+        0,    0,    0,    0,  179,    0,    0,    0,  170,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+        0,    0,    0,    0,    0,    0,    0,    0,   98,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,    0,    0,    0,    0,    0,    0,    0,   24,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-      181,    0,    0,    0,  179,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,    0,    0,    0,    0,    0,  170,    0,    0,    0,
+        0,   24,    0,    0,    0,    0,    0,    0,    0,    0,
+        0,    0,    0,  183,    0,    0,    0,  181,    0,    0,
+        0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
 
-      199,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,    0,    0,    0,    0,  130,    0,    0,    0,    0,
-        0,    0,    0,  134,    0,    0,    0,    0,    0,    0,
-        0,    0,    0,  114,    0,    0,    0,    0,    0,    0,
+        0,    0,    0,    0,    0,    0,    0,    0,    0,  172,
+        0,    0,    0,  201,    0,    0,    0,    0,    0,    0,
+        0,    0,    0,    0,    0,    0,    0,    0,  132,    0,
+        0,    0,    0,    0,    0,    0,  136,    0,    0,    0,
+        0,    0,    0,    0,    0,    0,  114,    0,    0,    0,
+        0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+        0,    0,    0,    0,    0,    0,    0,  130,    0,    0,
+       23,    0,  141,    0,    0,    0,    0,    0,    0,    0,
+        0,    0,    0,    0,    0,    0,    0,  187,    0,   91,
+        0,    0,    0,    0,    0,   86,    0,    0,    0,    0,
+
+      144,    0,    0,  177,    0,    0,    0,    0,    0,    0,
+        0,    0,    0,    0,    0,    0,    0,    0,    0,   64,
+        0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+      106,  107,    0,    0,    0,    0,    0,    0,    0,    0,
+        0,    0,    0,    0,    0,    0,    0,   90,    0,    0,
+        0,    0,    0,    0,    0,   57,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,    0,    0,  128,    0,    0,   23,    0,  139,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,    0,    0,  185,    0,   91,    0,    0,    0,    0,
-       86,    0,    0,    0,    0,  142,    0,    0,  175,    0,
+        0,  138,    0,    0,    0,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
 
-        0,    0,    0,    0,   64,    0,    0,    0,    0,    0,
-        0,    0,    0,    0,    0,  106,  107,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,    0,   90,    0,    0,    0,    0,    0,    0,    0,
-       57,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+      205,    0,    0,    0,   87,    0,    0,    0,    0,    0,
+        0,    0,    0,    0,    0,    0,   61,    0,    0,    0,
+        0,    0,  184,    0,    0,  182,    0,    0,    0,  164,
+      166,  160,    0,    0,    0,    0,    0,    0,    0,    0,
+        0,   22,    0,    0,    0,    0,    0,    0,    0,    0,
+      193,    0,    0,    0,    0,    0,    0,    0,  123,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,    0,    0,    0,    0,    0,  136,    0,    0,    0,
+        0,    0,    0,    0,    0,    0,    0,    0,  153,    0,
+        0,    0,  176,    0,    0,    0,    0,    0,    0,    0,
+
+        0,    0,    0,    0,    0,    0,    0,  142,    0,   15,
+        0,    0,   41,    0,    0,    0,    0,    0,    0,    0,
+        0,    0,  186,    0,    0,    0,    0,    0,    0,    0,
+        0,    0,   43,   62,    0,    0,  137,    0,  128,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+        0,    0,    0,    0,    0,    0,   54,    0,   95,    0,
+        0,  199,    0,    0,    0,    0,    0,    0,    0,  204,
+        0,  109,    0,    0,  174,    0,  211,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,    0,    0,    0,  203,    0,    0,   87,    0,    0,
-
-        0,    0,    0,    0,    0,    0,    0,    0,    0,   61,
-        0,    0,    0,    0,    0,  182,    0,    0,  180,    0,
-        0,    0,  162,  164,  158,    0,    0,    0,    0,    0,
-        0,    0,    0,    0,   22,    0,    0,    0,    0,    0,
-        0,    0,    0,  191,    0,    0,    0,    0,    0,    0,
-        0,  122,    0,    0,    0,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,  151,    0,    0,    0,  174,    0,    0,    0,    0,
-        0,    0,    0,    0,    0,    0,    0,    0,    0,  140,
-        0,   15,    0,    0,   41,    0,    0,    0,    0,    0,
 
-        0,    0,    0,    0,  184,    0,    0,    0,    0,    0,
-        0,    0,    0,   43,   62,    0,    0,  135,    0,  126,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,    0,    0,    0,    0,    0,    0,   54,    0,   95,
-        0,    0,  197,    0,    0,    0,    0,    0,    0,    0,
-      202,    0,  109,    0,    0,  172,    0,  209,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+        0,  173,    0,    0,    0,    0,    0,    0,    0,    0,
+        0,   14,    0,    0,    0,    0,    0,    0,    0,    0,
+        0,    0,    0,  125,    0,    0,    0,   44,    0,    0,
+        0,    0,    0,    0,  167,  207,    0,    0,  120,   31,
+        0,    0,    0,  158,    0,    0,    0,    0,    0,    0,
+        0,    0,    0,    0,    0,    0,    0,    0,    0,  202,
+        0,  180,    0,    0,    0,    0,    0,    0,    0,    0,
+
+        0,    0,   29,    0,    0,    0,    0,    0,   28,    0,
+        0,  185,    0,    0,    0,   53,    0,    0,    0,  216,
+        0,    0,    0,  112,  111,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+        0,  165,    0,    0,    0,    0,    0,    0,    0,   58,
+        0,    0,    0,    0,    0,    0,  108,    0,    0,    0,
+       42,  159,    0,    0,    0,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+        0,    0,    0,  143,    0,    0,    0,   30,    0,    0,
+        0,    0,    0,  203,    0,    0,    0,    0,    0,  154,
 
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-      171,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-       14,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,    0,  124,    0,    0,    0,   44,    0,    0,    0,
-        0,    0,    0,  165,  205,    0,    0,  120,   31,    0,
-        0,    0,  156,    0,    0,    0,    0,    0,    0,    0,
-        0,    0,    0,    0,    0,    0,    0,    0,  200,    0,
-      178,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-       29,    0,    0,    0,    0,    0,   28,    0,    0,  183,
-        0,    0,    0,   53,    0,    0,    0,  214,    0,    0,
-
-      112,  111,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,    0,    0,    0,    0,    0,    0,    0,  163,    0,
-        0,    0,    0,    0,    0,    0,   58,    0,    0,    0,
-        0,    0,    0,  108,    0,    0,    0,   42,  157,    0,
+        0,    0,    0,   21,    0,    0,  206,    0,   85,    0,
+        0,   48,    0,    0,    0,    0,  200,    0,   78,    0,
+        0,  198,    0,   32,    0,    0,    0,    0,    0,    0,
+        0,    0,   82,    0,    0,    0,    0,   17,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,    0,    0,    0,    0,    0,    0,    0,    0,  141,
-        0,    0,    0,   30,    0,    0,    0,    0,    0,  201,
-        0,    0,    0,    0,    0,  152,    0,    0,    0,    0,
-        0,    0,    0,    0,    0,    0,    0,    0,   21,    0,
-        0,  204,    0,   85,    0,    0,   48,    0,    0,    0,
-
-        0,  198,    0,   78,    0,    0,  196,    0,   32,    0,
-        0,    0,    0,    0,    0,    0,    0,   82,    0,    0,
-        0,    0,   17,    0,    0,    0,    0,    0,    0,    0,
-        0,    0,    0,    0,    0,    0,    0,    0,    0,  149,
-        0,    0,    0,  125,    0,    0,    0,    0,    0,    0,
-        0,    0,    0,    0,   51,    0,   49,    0,    0,    0,
-        0,    0,   45,  154,    0,    0,    0,    0,    0,    0,
-        0,    0,    0,    0,    0,    0,   69,    0,    0,    0,
+        0,    0,    0,    0,    0,  151,    0,    0,    0,  126,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-      186,    0,    0,   13,    0,    0,    0,    0,    0,    0,
+        0,   51,    0,   49,    0,    0,    0,    0,    0,   45,
+      156,    0,    0,    0,    0,    0,    0,    0,    0,    0,
 
-        0,  155,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,  173,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,    0,    0,    0,    0,  148,    0,   60,   59,   20,
+        0,    0,    0,   69,    0,    0,    0,    0,    0,    0,
+        0,    0,    0,    0,    0,    0,    0,    0,  188,    0,
+        0,   13,    0,    0,    0,    0,    0,    0,    0,    0,
+      157,    0,    0,    0,    0,    0,    0,    0,    0,    0,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,    0,    0,    0,    0,    0,    0,   79,    0,  105,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,    0,    0,    0,    0,    0,  147,    0,    0,    0,
-        0,    0,    0,   52,   65,    0,   46,    0,  100,    0,
-
-        0,    0,    0,    0,    0,    0,  215,    0,   84,    0,
-        0,    0,    0,    0,    0,    0,    0,    0,    0,   75,
-        0,    0,    0,    0,    0,    0,   16,    0,    0,    0,
-        0,    0,    0,    0,    0,    0,    0,    0,    0,   50,
-        0,    0,    0,    0,    0,    0,    0,    0,    0,   73,
-        0,    0,    0,    0,    0,    0,    0,    0,  213,    0,
+      175,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+        0,    0,    0,    0,    0,  150,    0,   60,   59,    0,
+       20,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+        0,    0,    0,    0,    0,    0,    0,    0,   79,    0,
+
+      105,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+        0,    0,    0,    0,    0,    0,    0,    0,  149,    0,
+        0,    0,    0,    0,    0,   52,    0,   65,    0,   46,
+        0,  100,    0,    0,    0,    0,    0,    0,    0,  217,
+        0,   84,    0,    0,    0,    0,    0,    0,    0,    0,
+        0,    0,   75,    0,    0,    0,    0,    0,    0,    0,
+       16,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+        0,    0,    0,    0,   50,    0,    0,    0,    0,    0,
+        0,    0,    0,    0,   73,    0,    0,    0,    0,    0,
+        0,    0,    0,    0,  215,    0,    0,    0,    0,    0,
+
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,    0,    0,    0,    0,    0,    0,    0,   81,   33,
-        0,    0,    0,   74,    0,    0,    0,    0,  153,    0,
-        0,    0,    0,    0,    0,  207,  210,    0,  121,  101,
-
-        0,    0,    0,    0,    0,    0,    0,   80,    0,    0,
-       70,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,  145,    0,    0,    0,    0,    0,    0,  150,    0,
-        0,   72,    0,   63,    0,    0,    0,    0,    0,    0,
-        0,    0,  102,    0,    0,    0,    0,    0,    0,    0,
-        0,  144,    0,    0,  187,    0,  212,  208,    0,    0,
+        0,    0,    0,    0,    0,   81,   33,    0,    0,    0,
+       74,    0,    0,    0,    0,  155,    0,    0,    0,    0,
+        0,    0,    0,  209,  212,    0,    0,  121,  101,    0,
+        0,    0,    0,    0,    0,    0,   80,    0,    0,   70,
         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-        0,    0,    0,    0,    0,    0,   71,    0,    0,    0,
-        0,    0,   27,   25,    0,    0,    0,    0,   76,    0,
-        0,  104,    0,    0,   68,    0,   77,    0,    0,  211,
+        0,  127,  147,    0,    0,    0,    0,    0,    0,  152,
+        0,    0,   72,    0,   63,    0,    0,    0,    0,    0,
+        0,    0,    0,    0,  102,    0,    0,    0,    0,    0,
+        0,    0,    0,    0,  146,    0,    0,  189,    0,  214,
 
-        0,    0,    0,    0,    0,   67,    0,  146,   26,  206,
-        0
+      210,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+        0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+       71,    0,    0,  122,    0,    0,    0,   27,   25,    0,
+        0,    0,    0,   76,    0,    0,  104,    0,    0,   68,
+        0,   77,    0,    0,  213,    0,    0,    0,    0,    0,
+       67,    0,  148,   26,  208,    0
     } ;
 
 static const YY_CHAR yy_ec[256] =
@@ -1003,304 +1007,309 @@ static const YY_CHAR yy_meta[77] =
         1,    1,    1,    1,    1,    1
     } ;
 
-static const flex_int16_t yy_base[2320] =
+static const flex_int16_t yy_base[2365] =
     {   0,
         0,   75,   21,   28,   39,   47,   53,   61,   95,  103,
-     2762, 2763,   31, 2758,  151,    0,  216, 2763,  223,  230,
-       13,  237, 2763, 2738,  124,   17,    4,   34, 2763, 2763,
-       23,   43,   64, 2763, 2763, 2763,   56, 2746, 2696,    0,
-     2736,  106, 2753,    2,  274, 2763, 2692,   85,   90, 2698,
+     2807, 2808,   31, 2803,  151,    0,  216, 2808,  223,  230,
+       13,  237, 2808, 2783,  124,   17,    4,   34, 2808, 2808,
+       23,   43,   64, 2808, 2808, 2808,   56, 2791, 2741,    0,
+     2781,  106, 2798,    2,  274, 2808, 2737,   85,   90, 2743,
        98,   77,  231,  235,   97,  200,  304,  229,   64,  300,
-      218,  231,  219,   63,  257, 2700,  298,   67,  341,  242,
-      210, 2683,   21,  332,  362,  322, 2702,  342,    0,  405,
-      422,  436,  445,  450, 2763,    0, 2763,  464,  469,  228,
-      232,  238,  287,  326,  306, 2763, 2699, 2743, 2763,  316,
-
-     2763,  442, 2730,  322,  338, 2696,  346,   17,  339, 2735,
-      333,  342,  366,  376, 2739,    0,  506,  429, 2678, 2675,
-     2675, 2678,  382, 2674,  341, 2682,  364, 2668, 2669, 2674,
-      393, 2684, 2668, 2676, 2666, 2675,  361,  363,   79,  430,
-     2662, 2718, 2722, 2665, 2658, 2714, 2651,  407, 2672, 2672,
-     2666,  209, 2658, 2659, 2657, 2651,  429, 2662,  225, 2647,
-     2646,  451, 2647,  252, 2659, 2640,  502,  412,  473, 2661,
-     2658, 2659,  442, 2657, 2695, 2694,  473,  475, 2638,  475,
-     2639,  490,  457, 2649, 2641, 2643,    0,  478,  505,  513,
-      508,  508,  520, 2639, 2763, 2687,  525,  525, 2633,  511,
-
-      527,  544,  547, 2690,  550, 2689,  529, 2688, 2763, 2763,
-      590, 2630,  560, 2643, 2635, 2633, 2621, 2632, 2636, 2637,
-     2617, 2628, 2632, 2629, 2628,  518,  526, 2669, 2630, 2611,
-     2608, 2616, 2611, 2621, 2621, 2612, 2608, 2620, 2620, 2608,
-     2610, 2613, 2593, 2597, 2611, 2603, 2593, 2596, 2610, 2763,
-     2595, 2604,  375, 2645, 2588, 2597, 2642, 2586, 2596, 2599,
-      514, 2638, 2580, 2594, 2635,  558, 2577, 2591, 2589, 2569,
-     2584,  536, 2581,  543, 2572, 2570, 2570, 2576, 2567, 2565,
-     2627, 2580,    9, 2574,  527, 2581, 2576, 2559, 2574, 2560,
-     2572, 2567, 2571, 2552, 2568, 2554, 2560, 2567,  427,  529,
-
-     2555, 2552, 2551,  590, 2550, 2545, 2559,  583, 2558, 2604,
-     2537, 2559,  588, 2550, 2538,  585, 2763, 2763,  592, 2763,
-     2763, 2536,  563,  578,  589, 2587,  596, 2597,  587,  596,
-     2763, 2596, 2763, 2590,  641, 2549,  587, 2526,  574, 2547,
-     2586, 2543, 2526, 2543, 2582, 2539, 2522, 2528, 2583, 2535,
-     2538, 2529, 2532, 2518, 2529, 2576, 2570, 2525, 2522,  615,
-     2527, 2571, 2503, 2564, 2514, 2509, 2503, 2505, 2508, 2558,
-     2512, 2556, 2499,  622,  629, 2513, 2498, 2497, 2510, 2508,
-     2506, 2506, 2505, 2500, 2507, 2502, 2498,  605, 2496, 2499,
-     2481, 2493, 2543,  608,  597, 2537, 2481, 2497, 2534, 2481,
-
-     2480, 2473, 2488, 2479, 2486, 2467, 2484, 2479,  667, 2529,
-     2481, 2763, 2480,  618, 2471, 2469, 2481,  614, 2456, 2457,
-     2470, 2460, 2452, 2513, 2455, 2469,  626, 2455, 2467, 2466,
-     2465, 2461, 2459, 2504, 2461, 2460, 2459, 2458, 2441, 2449,
-     2502, 2458, 2438, 2499, 2763, 2498, 2437, 2436,  671, 2449,
-     2447, 2763, 2763, 2447, 2436, 2428,  636, 2485, 2489, 2488,
-     2763, 2487,  634, 2763,  652,  721, 2443,  659, 2485, 2428,
-     2423, 2482, 2433, 2475, 2425, 2427,  644, 2417, 2425, 2413,
-     2763, 2418, 2411, 2423, 2426, 2413, 2412, 2763,  654, 2414,
-     2411,  648, 2409, 2403, 2763, 2459, 2418, 2415, 2400, 2414,
-
-     2412, 2412, 2406,  693, 2396, 2450, 2763, 2394, 2410, 2447,
-     2763, 2451, 2404, 2402, 2400, 2401, 2385, 2394, 2439, 2387,
-     2386, 2381, 2380, 2434, 2375,  648, 2394, 2368, 2375, 2391,
-     2428, 2763, 2375, 2371,  696, 2369, 2424, 2377, 2376, 2370,
-     2362, 2362, 2361, 2375, 2375, 2363, 2359, 2357, 2763, 2366,
-     2416, 2763, 2410, 2352, 2351, 2356, 2411, 2364, 2358, 2352,
-     2361, 2406, 2400, 2344, 2339, 2397, 2358, 2333, 2339,  674,
-     2353, 2346, 2350, 2333, 2394, 2388, 2331, 2331, 2385, 2327,
-     2328, 2327, 2325, 2342, 2763, 2338, 2378, 2763, 2763, 2326,
-     2324, 2763,  673, 2375, 2374, 2331, 2315, 2332, 2375,  714,
-
-     2763, 2763, 2763,  681,  690,  691, 2312,  744, 2763, 2311,
-     2321, 2763, 2320,  690, 2327, 2307, 2317, 2320, 2361, 2303,
-      697, 2302, 2312, 2357, 2299, 2306, 2299, 2301, 2310, 2292,
-     2292, 2307, 2306, 2290,  666, 2304, 2303, 2303, 2285, 2290,
-     2334, 2288, 2295, 2289, 2337, 2278, 2293, 2293, 2291, 2291,
-     2763, 2276, 2288, 2280, 2286, 2277, 2285, 2763, 2270, 2324,
-     2285, 2267, 2279, 2271,  455, 2262, 2261, 2255, 2260, 2275,
-     2272, 2273, 2252, 2262, 2268, 2314, 2259, 2250, 2251, 2253,
-     2248, 2261, 2253, 2252, 2257, 2299, 2247,  748, 2297, 2239,
-     2295, 2239, 2242, 2235, 2250, 2763, 2233, 2247, 2242, 2238,
-
-     2763, 2286, 2235, 2242, 2283, 2763, 2225, 2239, 2242, 2227,
-     2222, 2277, 2276, 2220, 2274, 2231, 2215, 2271, 2270, 2763,
-     2231, 2211, 2225, 2224,  712, 2225, 2224, 2221, 2205, 2261,
-     2222, 2217, 2200, 2205, 2210, 2206, 2197, 2763, 2207,   49,
-     2763,  688,  712,  720,  722,  735,  320,  350,  419,  459,
-      586,  598,  656,  675,  690,  705,  701,  708,  765,  726,
-      772,  774,  731,  735,  771,  773,  730,  730,  731,  741,
-      746,  733,  736,  739,  748,  748,  732,  792,  742,  752,
-      755,  796,  742,  749,  753,  750,  752,  802,  803,  764,
-      811,  765,  769,  764,  755,  770,  775,  772,  774,  776,
-
-      775,  763,  777,  775,  783,  822,  781,  829,  830,  777,
-      769,  779,  830,  786,  838, 2763,  788,  790,  786,  780,
-      796,  784,  794,  846,  842,  802,  803, 2763,  793,  794,
-      793,  806,  796,  809,  856,  857,  858,  792,  815,  806,
-      795,  801,  859,  820,  804,  816,  863,  807,  814,  866,
-      827,  822,  827,  825,  872,  811,  823,  838,  833,  833,
-      823,  820, 2763,  888,  842,  843,  831,  845,  835,  839,
-      851,  836,  843,  847,  851,  852,  844,  858,  882,  874,
-      903,  904,  878,  851,  865,  868,  871,  868,  850,  857,
-      871,  919,  873,  858,  871,  872,  870,  879, 2763, 2763,
-
-      875,  870,  885,  882,  868,  870,  889,  886,  888,  877,
-      884,  886,  895,  937,  900,  939,  898,  888,  886,  885,
-      896,  892,  884,  895,  906,  891,  892,  898,  914,  910,
-      905,  955, 2763,  916,  908,  919,  917,  965,  904,  906,
-      918,  926,  924,  911,  909,  974,  928,  914,  920,  918,
-     2763, 2763,  928,  933,  938,  926,  936,  938, 2763,  939,
-      926,  944,  931,  933,  926,  943, 2763,  932,  950,  989,
-      937,  938,  935,  939,  957, 1001, 2763, 2763, 2763,  944,
-      941,  957, 1005,  956,  946,  947,  943,  956,  967,  962,
-     1009,  964,  966,  959,  961,  957,  963,  963,  965,  980,
-
-      963, 1025,  979,  981,  985,  972,  963,  984,  987,  973,
-      972, 2763,  979,  980, 1032, 1033,  982,  995, 1036,  991,
-      981,  997,  997,  991,  999,  986, 1017, 1027, 1015, 1023,
-     1035, 1052,  998, 1012,  995, 1053, 1054, 1013, 1056, 2763,
-     1062, 1012, 1003, 1019, 1023, 1067, 1014, 1013, 1008, 1009,
-     1021, 1016, 1012, 1021, 1016, 1019, 1032, 1041, 1080, 1028,
-     1025, 1043, 1035, 1030, 1091, 1045, 1046, 1037, 1095, 1052,
-     1041, 1044, 1052, 1054, 1039, 1051, 1056, 1053, 1051, 1063,
-     1047, 1048, 2763, 1064, 1067, 1050, 1067, 1062, 1114, 1054,
-     1073, 2763, 1072, 1075, 1061, 1056, 1074, 1117, 1072, 1068,
-
-     1065, 1121, 1122, 1081, 1067, 1085, 1085, 1085, 1086, 1087,
-     1073, 1088, 1086, 1076, 1077, 1093, 1080, 1097, 2763, 1095,
-     1097, 1145, 1089, 2763, 1092, 1097, 1144, 1092, 1104, 1098,
-     1096, 1093, 1099, 1109, 1157, 1098, 1099, 1099, 1161, 1102,
-     1114, 1107, 2763, 1103, 1120, 1112, 1108, 1111, 1114, 1166,
-     1105, 1126, 1112, 1114, 1115, 1116, 1122, 1130, 1121, 1126,
-     1136, 1184, 1138, 1139, 1144, 1188, 1156, 1185, 1168, 1160,
-     1165, 2763, 1148, 1133, 1145, 1141, 1155, 1138, 1138, 2763,
-     1141, 1140, 1203, 1143, 2763, 1154, 1144, 1164, 1163, 1154,
-     1165, 1211, 1161, 1170, 1163, 1167, 1171, 1154, 1175, 1176,
-
-     1167, 1225, 1169, 2763, 1222, 1166, 1169, 2763, 1187, 1169,
-     1170, 1170, 1191, 1188, 1176, 1194, 1182, 1196, 1189, 1198,
-     1178, 1193, 1200, 1245, 1188, 1242, 2763, 1248, 1249, 1188,
-     1198, 1208, 1192, 1212, 1200, 1196, 1203, 1212, 1200, 1207,
-     1208, 1220, 1264, 1208, 1266, 1207, 1206, 1210, 1227, 1271,
-     1216, 1222, 1223, 1212, 1276, 1224, 1227, 1279, 2763, 1217,
-     1234, 1227, 1218, 1237, 1225, 1235, 1231, 1226, 1245, 1245,
-     2763, 1229, 1225, 1231, 2763, 1232, 1295, 1252, 1233, 1239,
-     1253, 1239, 1255, 1241, 1258, 1300, 1250, 1307, 1308, 1258,
-     1263, 1257, 1255, 1266, 1265, 1249, 2763, 1254, 1260, 1273,
-
-     2763, 1287, 1300, 1288, 1302, 1289, 1324, 1274, 1262, 1284,
-     1279, 1279, 1283, 1284, 1332, 2763, 1272, 1272, 1275, 1292,
-     1287, 1291, 1286, 2763, 1295, 1279, 1296, 1276, 1297, 1287,
-     1287, 1347, 1297, 2763, 1310, 1310, 1351, 1295, 1304, 1354,
-     1309, 1314, 1300, 1363, 1303, 1304, 1318, 1316, 1313, 1309,
-     1327, 1328, 1329, 2763, 1368, 1320, 2763, 1330, 2763, 1315,
-     1326, 1317, 1336, 1329, 1327, 1320, 1332, 1379, 1340, 1329,
-     1336, 1337, 1343, 2763, 1336, 2763, 1391, 1341, 1330, 1394,
-     2763, 1333, 1339, 1340, 1351, 2763, 1352, 1346, 2763, 1339,
-     1342, 1356, 1361, 1344, 1406, 1360, 1347, 1366, 1353, 1358,
-
-     1412, 1408, 1358, 1415, 2763, 1363, 1360, 1371, 1419, 1420,
-     1421, 1417, 1376, 1377, 1379, 2763, 2763, 1371, 1366, 1423,
-     1369, 1385, 1431, 1370, 1382, 1371, 1388, 1431, 1414, 1415,
-     1407, 1440, 2763, 1384, 1395, 1388, 1397, 1388, 1399, 1401,
-     2763, 1448, 1382, 1393, 1408, 1447, 1396, 1407, 1393, 1409,
-     1410, 1407, 1454, 1414, 1416, 1405, 1415, 1423, 1410, 1407,
-     1470, 1466, 1421, 1468, 1474, 1428, 2763, 1414, 1430, 1421,
-     1424, 1433, 1430, 1420, 1423, 1423, 1424, 1435, 1430, 1488,
-     1432, 1490, 1430, 1435, 1493, 1489, 1428, 1443, 1436, 1439,
-     1452, 1453, 1451, 1503, 2763, 1449, 1455, 2763, 1460, 1452,
-
-     1453, 1505, 1449, 1465, 1513, 1514, 1455, 1465, 1517, 2763,
-     1462, 1519, 1460, 1458, 1461, 2763, 1478, 1483, 2763, 1480,
-     1468, 1468, 2763, 2763, 2763, 1473, 1483, 1466, 1486, 1487,
-     1473, 1475, 1537, 1484, 2763, 1539, 1485, 1479, 1542, 1507,
-     1525, 1540, 1527, 2763, 1490, 1549, 1503, 1551, 1498, 1548,
-     1554, 2763, 1494, 1556, 1503, 1497, 1494, 1497, 1499, 1557,
-     1517, 1559, 1509, 1521, 1524, 1521, 1515, 1519, 1513, 1520,
-     1510, 2763, 1518, 1533, 1518, 2763, 1520, 1577, 1522, 1579,
-     1538, 1540, 1540, 1537, 1584, 1543, 1544, 1536, 1537, 2763,
-     1538, 2763, 1548, 1540, 2763, 1547, 1552, 1553, 1550, 1597,
-
-     1542, 1557, 1558, 1550, 2763, 1560, 1548, 1549, 1549, 1550,
-     1551, 1608, 1614, 2763, 2763, 1610, 1554, 2763, 1555, 2763,
-     1569, 1557, 1565, 1622, 1567, 1559, 1572, 1566, 1576, 1569,
-     1573, 1589, 1582, 1588, 1578, 1636, 1586, 2763, 1595, 2763,
-     1592, 1640, 2763, 1590, 1618, 1619, 1625, 1610, 1618, 1647,
-     2763, 1648, 2763, 1603, 1588, 2763, 1651, 2763, 1652, 1606,
-     1611, 1593, 1656, 1597, 1653, 1616, 1610, 1606, 1600, 1607,
-     1659, 1614, 1615, 1605, 1610, 1628, 1676, 1627, 1678, 1625,
-     1675, 1636, 1636, 1678, 1623, 1628, 1626, 1688, 1629, 1637,
-     1643, 1631, 1693, 1689, 1649, 1696, 1654, 1643, 1637, 1700,
-
-     1639, 1640, 1654, 1704, 1658, 1658, 1707, 1708, 1658, 1656,
-     2763, 1646, 1707, 1708, 1660, 1659, 1659, 1655, 1656, 1674,
-     2763, 1665, 1671, 1676, 1663, 1664, 1726, 1665, 1665, 1667,
-     1725, 1668, 2763, 1664, 1682, 1734, 2763, 1689, 1703, 1717,
-     1716, 1705, 1707, 2763, 2763, 1741, 1691, 2763, 2763, 1682,
-     1693, 1745, 2763, 1746, 1700, 1690, 1696, 1694, 1747, 1702,
-     1707, 1693, 1696, 1712, 1701, 1699, 1713, 1700, 2763, 1702,
-     2763, 1721, 1710, 1720, 1766, 1710, 1773, 1718, 1728, 1729,
-     2763, 1777, 1714, 1774, 1729, 1776, 2763, 1724, 1783, 2763,
-     1723, 1738, 1726, 2763, 1736, 1737, 1789, 2763, 1744, 1748,
-
-     2763, 2763, 1724, 1742, 1751, 1733, 1751, 1740, 1793, 1742,
-     1738, 1743, 1802, 1741, 1742, 1805, 1801, 1807, 2763, 1757,
-     1755, 1810, 1760, 1750, 1766, 1759, 2763, 1815, 1793, 1817,
-     1799, 1814, 1820, 2763, 1766, 1822, 1761, 2763, 2763, 1763,
-     1765, 1775, 1822, 1767, 1782, 1769, 1831, 1785, 1771, 1778,
-     1778, 1836, 1790, 1791, 1778, 1780, 1794, 1780, 1794, 2763,
-     1841, 1789, 1786, 2763, 1802, 1789, 1802, 1789, 1810, 2763,
-     1807, 1855, 1805, 1802, 1803, 2763, 1859, 1815, 1814, 1807,
-     1812, 1813, 1811, 1822, 1806, 1815, 1864, 1870, 2763, 1820,
-     1872, 2763, 1818, 2763, 1817, 1813, 2763, 1820, 1877, 1879,
-
-     1875, 2763, 1876, 2763, 1858, 1864, 2763, 1836, 2763, 1880,
-     1829, 1840, 1841, 1826, 1827, 1835, 1892, 2763, 1837, 1889,
-     1890, 1842, 2763, 1837, 1855, 1837, 1843, 1856, 1851, 1848,
-     1853, 1851, 1906, 1847, 1861, 1911, 1856, 1853, 1853, 2763,
-     1868, 1869, 1870, 2763, 1871, 1919, 1869, 1859, 1867, 1880,
-     1881, 1862, 1863, 1870, 2763, 1872, 2763, 1886, 1883, 1875,
-     1927, 1885, 2763, 2763, 1889, 1915, 1916, 1914, 1877, 1877,
-     1886, 1893, 1886, 1885, 1896, 1883, 2763, 1899, 1887, 1890,
-     1949, 1886, 1905, 1947, 1908, 1901, 1900, 1909, 1911, 1915,
-     2763, 1954, 1906, 2763, 1912, 1904, 1966, 1906, 1968, 1969,
-
-     1970, 2763, 1909, 1967, 1926, 1913, 1921, 1932, 1919, 1930,
-     1916, 1914, 1922, 1921, 1922, 1928, 1919, 1964, 1988, 1970,
-     1990, 1940, 1929, 1942, 1932, 1949, 1948, 1992, 1933, 1952,
-     1953, 2763, 1958, 1951, 1993, 1957, 1944, 1959, 2007, 1961,
-     1964, 1959, 1964, 1953, 1962, 2763, 2016, 2763, 2763, 2763,
-     2017, 1956, 2019, 1959, 2021, 1966, 2018, 2019, 1978, 2021,
-     1964, 1968, 2029, 1987, 2031, 1987, 2014, 2763, 2010, 2763,
-     1980, 1974, 1971, 2033, 1996, 1989, 1985, 2042, 1982, 1984,
-     1983, 1990, 2036, 1987, 2049, 1990, 2763, 1995, 2005, 2007,
-     2009, 1992, 2000, 2763, 2763, 2006, 2763, 2011, 2763, 2013,
-
-     2014, 2005, 2064, 2005, 2015, 2000, 2763, 2013, 2763, 2015,
-     2046, 2052, 2024, 2022, 2074, 2012, 2014, 2011, 2035, 2763,
-     2022, 2029, 2030, 2033, 2083, 2023, 2763, 2080, 2024, 2032,
-     2041, 2027, 2043, 2042, 2037, 2032, 2032, 2044, 2039, 2763,
-     2052, 2040, 2096, 2044, 2056, 2084, 2105, 2106, 2050, 2763,
-     2050, 2062, 2110, 2056, 2058, 2056, 2057, 2115, 2763, 2065,
-     2052, 2067, 2072, 2064, 2070, 2122, 2123, 2077, 2125, 2126,
-     2067, 2071, 2067, 2084, 2067, 2079, 2073, 2135, 2763, 2763,
-     2080, 2091, 2138, 2763, 2092, 2077, 2095, 2086, 2763, 2087,
-     2101, 2097, 2090, 2085, 2091, 2763, 2763, 2149, 2763, 2763,
-
-     2089, 2097, 2092, 2148, 2111, 2108, 2156, 2763, 2152, 2115,
-     2763, 2159, 2098, 2161, 2101, 2114, 2113, 2114, 2104, 2116,
-     2112, 2763, 2107, 2170, 2120, 2129, 2122, 2169, 2763, 2120,
-     2114, 2763, 2126, 2763, 2173, 2179, 2118, 2134, 2182, 2135,
-     2184, 2185, 2763, 2139, 2133, 2126, 2146, 2133, 2145, 2136,
-     2140, 2763, 2190, 2136, 2763, 2146, 2763, 2763, 2137, 2145,
-     2195, 2152, 2145, 2157, 2204, 2149, 2149, 2145, 2147, 2162,
-     2210, 2211, 2150, 2166, 2151, 2168, 2763, 2216, 2160, 2167,
-     2219, 2160, 2763, 2763, 2170, 2222, 2167, 2224, 2763, 2172,
-     2171, 2763, 2227, 2173, 2763, 2167, 2763, 2167, 2184, 2763,
-
-     2185, 2233, 2176, 2235, 2236, 2763, 2237, 2763, 2763, 2763,
-     2763, 2243, 2246, 2249, 2250, 2252, 2255, 2258, 2261
+      218,  313,  219,   63,  257, 2745,  298,   67,  341,  242,
+      210, 2728,   21,  333,  362,  343, 2747,  318,    0,  405,
+      422,  436,  445,  450, 2808,    0, 2808,  464,  469,  228,
+      232,  238,  260,  338,  319, 2808, 2744, 2788, 2808,  276,
+
+     2808,  442, 2775,  337,  250, 2741,  347,   17,  359, 2780,
+      282,  372,  329,  364, 2784,    0,  506,  429, 2723, 2720,
+     2720, 2723,  382, 2719,  345, 2727,  364, 2713, 2714, 2719,
+      230, 2729, 2713, 2721, 2711, 2720,  425, 2726,  363,   79,
+      430, 2706, 2762, 2766, 2709, 2702, 2758, 2695,  381, 2716,
+     2716, 2710,  401, 2702, 2703, 2701, 2695,  429, 2706,  225,
+     2691, 2690,  451, 2691,  340, 2703, 2684,  502,  433,  473,
+     2705, 2702, 2703,  442, 2701, 2739, 2738,  473,  475, 2682,
+      475, 2683,  490,  457, 2693, 2685, 2687,    0,  478,  505,
+      513,  508,  508,  520, 2683, 2808, 2731,  525,  525, 2677,
+
+      511,  527,  544,  547, 2734,  550, 2733,  529, 2732, 2808,
+     2808,  590, 2674,  560, 2687, 2679, 2677, 2665, 2676, 2680,
+     2681, 2661, 2672, 2676, 2673, 2672,  518,  526, 2713, 2674,
+     2655, 2652, 2660, 2655, 2665, 2665, 2656, 2652, 2664, 2664,
+     2652, 2651, 2653, 2656, 2636, 2640, 2654, 2646, 2636, 2639,
+     2653, 2808, 2638, 2647,  535, 2688, 2631, 2640, 2685, 2629,
+     2639, 2642,  579, 2681, 2623, 2637, 2678,  558, 2620, 2634,
+     2632, 2612, 2627,  531, 2624,  537, 2615, 2613, 2613, 2619,
+     2610, 2608, 2670, 2623,    9, 2617,  539, 2624, 2619, 2602,
+     2617, 2603, 2615, 2610, 2614, 2595, 2611, 2597, 2603, 2610,
+
+      439,  461, 2598, 2595, 2594,  581, 2593, 2588, 2602,  566,
+     2601, 2647, 2580, 2602,  589, 2593, 2581,  583, 2808, 2808,
+      585, 2808, 2808, 2579,  563,  577,  592, 2630,  595, 2640,
+      586,  597, 2808, 2639, 2808, 2633,  642, 2592,  581, 2569,
+      574, 2590, 2629, 2586, 2569, 2586, 2625, 2582, 2565, 2571,
+     2626, 2578, 2581, 2572, 2575, 2561, 2572, 2619, 2613, 2568,
+     2565,  617, 2570, 2614, 2546, 2607, 2557, 2552, 2546, 2545,
+     2547, 2550, 2600, 2554, 2598, 2541,  665,  623, 2555, 2540,
+     2539, 2552, 2550, 2548, 2548, 2547, 2542, 2549, 2544, 2540,
+      607, 2538, 2541, 2523, 2535, 2585,  581,  595, 2579, 2523,
+
+     2539, 2576, 2523, 2522, 2515, 2530, 2521, 2528, 2509, 2526,
+     2521,  668, 2571, 2523, 2808, 2522,  620, 2513, 2511, 2523,
+      616, 2498, 2499, 2512, 2502, 2494, 2555, 2497, 2511,  627,
+     2497, 2509, 2508, 2507, 2503, 2501, 2546, 2503, 2502, 2501,
+     2500, 2483, 2491, 2544, 2500, 2480, 2541, 2808, 2540, 2479,
+     2478,  675, 2491, 2489, 2808, 2808, 2489, 2478, 2470,  637,
+     2527, 2531, 2530, 2808, 2529,  635, 2808,  651,  722, 2485,
+      651, 2527, 2470, 2465, 2524, 2475, 2517, 2467, 2469,  390,
+     2459, 2467, 2455, 2808, 2460, 2453, 2465, 2468, 2455, 2454,
+     2808,  654, 2456, 2453,  645, 2451, 2445, 2808, 2501, 2460,
+
+     2457, 2442, 2459, 2455, 2453, 2453, 2447,  692, 2437, 2491,
+     2808, 2435, 2451, 2488, 2808, 2492, 2445, 2443, 2441, 2442,
+     2426, 2435, 2480, 2428, 2427, 2422, 2421, 2475, 2416,  648,
+     2435, 2409, 2416, 2432, 2469, 2808, 2416, 2412,  696, 2410,
+     2465, 2418, 2417, 2411, 2403, 2403, 2402, 2416, 2416, 2404,
+     2400, 2398, 2808, 2407, 2457, 2808, 2451, 2393, 2392, 2397,
+     2452, 2405, 2399, 2393, 2402, 2447, 2441, 2385, 2380, 2438,
+     2399, 2374, 2380,  688, 2394, 2387, 2391, 2374, 2435, 2429,
+     2372, 2372, 2426, 2368, 2369, 2368, 2366, 2383, 2808, 2379,
+     2419, 2808, 2808, 2367, 2365, 2808,  674, 2416, 2415, 2372,
+
+     2356, 2373, 2416,  689, 2808, 2808, 2808,  675,  671,  677,
+     2353,  718, 2808, 2352, 2362, 2808, 2361,  683, 2368, 2348,
+     2358, 2361, 2402, 2344,  697, 2343, 2353, 2398, 2340, 2347,
+     2340, 2342, 2351, 2333, 2333, 2348, 2347, 2331,  666, 2345,
+     2344, 2344, 2326, 2331, 2375, 2329, 2336, 2330, 2378, 2319,
+     2319, 2333, 2333, 2331, 2331, 2808, 2316, 2328, 2320, 2326,
+     2317, 2325, 2808, 2310, 2364, 2325, 2307, 2319, 2311,  612,
+     2302, 2301, 2295, 2300, 2315, 2312, 2313, 2292, 2302, 2308,
+     2354, 2299, 2290, 2291, 2293, 2288, 2301, 2293, 2292,  699,
+     2340, 2288,  746, 2338, 2280, 2336, 2280, 2283, 2276, 2291,
+
+     2808, 2274, 2288, 2283, 2279, 2808, 2327, 2276, 2283, 2324,
+     2808, 2266, 2280, 2283, 2268, 2263, 2318, 2317, 2261, 2315,
+     2272, 2256, 2312, 2311, 2808, 2272, 2252, 2266, 2265,  749,
+     2266, 2265, 2262, 2246, 2302, 2263, 2258, 2241, 2242,   54,
+      255,  280, 2808,  328,  362, 2808,  698,  726,  726,  720,
+      736,  584,  695,  708,  699,  708,  720,  721,  710,  706,
+      720,  716,  722,  773,  735,  781,  784,  741,  744,  782,
+      786,  738,  738,  739,  749,  754,  740,  743,  746,  755,
+      755,  739,  799,  749,  759,  762,  803,  749,  756,  760,
+      757,  759,  767,  810,  812,  772,  819,  774,  777,  772,
+
+      763,  778,  783,  780,  782,  784,  783,  771,  785,  783,
+      791,  830,  789,  837,  838,  785,  777,  787,  838,  794,
+      846, 2808,  796,  798,  794,  788,  804,  792,  802,  854,
+      850,  851,  811,  812, 2808,  802,  803,  802,  815,  805,
+      818,  865,  866,  867,  801,  824,  815,  804,  810,  868,
+      829,  813,  825,  872,  816,  823,  875,  836,  831,  836,
+      834,  881,  820,  832,  847,  842,  842,  832,  829, 2808,
+      897,  851,  852,  840,  854,  844,  848,  860,  845,  852,
+      856,  860,  861,  853,  867,  891,  883,  912,  913,  887,
+      860,  874,  877,  880,  877,  859,  866,  880,  928,  882,
+
+      867,  880,  881,  879,  888, 2808, 2808,  884,  879,  894,
+      891,  877,  879,  898,  895,  897,  886,  893,  895,  904,
+      946,  909,  948,  907,  897,  895,  894,  905,  901,  893,
+      904,  915,  900,  901,  907,  923,  962,  920,  915,  965,
+     2808,  926,  918,  929,  927,  975,  914,  916,  928,  936,
+      934,  921,  919,  984,  938,  924,  930,  928, 2808, 2808,
+      938,  943,  948,  936,  946,  948, 2808,  949,  936,  954,
+      941,  943,  936,  953, 2808,  942,  960,  961, 1000,  948,
+      949,  946,  950,  968, 1012, 2808, 2808, 2808,  955,  952,
+      968, 1016,  967,  957,  958,  954,  967,  978,  973, 1020,
+
+      975,  977,  970,  972,  968,  974,  974,  976,  991,  974,
+     1036,  990,  992,  996,  983,  974,  995,  998,  984,  983,
+     2808,  990,  991, 1043, 1044,  993, 1006, 1047, 1002,  992,
+     1008, 1008, 1002, 1010,  997, 1028, 1038, 1026, 1034, 1046,
+     1063, 1009, 1023, 1006, 1064, 1065, 1024, 1067, 2808, 1073,
+     1023, 1014, 1030, 1034, 1078, 1025, 1024, 1019, 1020, 1032,
+     1027, 1023, 1032, 1027, 1030, 1043, 1052, 1091, 1039, 1036,
+     1054, 1046, 1041, 1102, 1056, 1057, 1048, 1106, 1063, 1052,
+     1055, 1063, 1065, 1050, 1070, 1063, 1068, 1065, 1063, 1075,
+     1059, 1060, 2808, 1076, 1079, 1062, 1079, 1074, 1126, 1066,
+
+     1085, 2808, 1084, 1087, 1073, 1068, 1086, 1129, 1084, 1080,
+     1077, 1133, 1134, 1093, 1079, 1097, 1097, 1097, 1098, 1099,
+     1101, 1086, 1101, 1099, 1089, 1090, 1106, 1093, 1110, 2808,
+     1108, 1110, 1158, 1102, 2808, 1105, 1110, 1157, 1105, 1117,
+     1111, 1109, 1106, 1112, 1122, 1170, 1111, 1112, 1112, 1174,
+     1115, 1127, 1120, 2808, 1116, 1133, 1125, 1121, 1124, 1127,
+     1179, 1118, 1139, 1126, 1127, 1128, 1129, 1135, 1143, 1134,
+     1139, 1149, 1197, 1151, 1152, 1157, 1201, 1169, 1198, 1181,
+     1173, 1178, 2808, 1161, 1146, 1158, 1154, 1168, 1151, 1151,
+     2808, 1154, 1153, 1216, 1156, 2808, 1167, 1157, 1177, 1176,
+
+     1167, 1178, 1224, 1174, 1183, 1176, 1180, 1184, 1167, 1188,
+     1189, 1180, 1238, 1182, 2808, 1235, 1179, 1182, 2808, 1200,
+     1182, 1183, 1183, 1204, 1201, 1203, 1190, 1208, 1196, 1210,
+     1203, 1212, 1192, 1207, 1214, 1259, 1202, 1256, 2808, 1262,
+     1263, 1202, 1212, 1222, 1206, 1226, 1214, 1210, 1217, 1226,
+     1214, 1221, 1222, 1234, 1278, 1222, 1280, 1221, 1220, 1224,
+     1238, 1242, 1286, 1231, 1237, 1238, 1227, 1291, 1239, 1242,
+     1294, 2808, 1232, 1249, 1242, 1233, 1252, 1240, 1250, 1246,
+     1241, 1260, 1260, 2808, 1244, 1240, 1246, 2808, 1247, 1311,
+     1267, 1248, 1254, 1268, 1254, 1270, 1256, 1273, 1315, 1265,
+
+     1322, 1323, 1273, 1278, 1272, 1270, 1281, 1280, 1264, 2808,
+     1269, 1275, 1288, 2808, 1302, 1315, 1303, 1317, 1304, 1339,
+     1289, 1277, 1299, 1294, 1294, 1298, 1299, 1347, 2808, 1287,
+     1287, 1290, 1307, 1302, 1306, 1301, 2808, 1310, 1294, 1311,
+     1291, 1312, 1302, 1302, 1362, 1312, 2808, 1325, 1325, 1366,
+     1310, 1319, 1369, 1324, 1329, 1315, 1378, 1333, 1319, 1320,
+     1334, 1332, 1329, 1325, 1343, 1344, 1345, 2808, 1384, 1336,
+     2808, 1346, 2808, 1331, 1342, 1333, 1352, 1345, 1343, 1336,
+     1348, 1395, 1356, 1345, 1352, 1353, 1359, 2808, 1352, 2808,
+     1407, 1357, 1346, 1359, 1411, 2808, 1350, 1356, 1357, 1368,
+
+     2808, 1369, 1363, 2808, 1356, 1359, 1373, 1378, 1361, 1423,
+     1377, 1364, 1383, 1370, 1375, 1429, 1425, 1375, 1432, 2808,
+     1380, 1377, 1388, 1436, 1437, 1438, 1434, 1393, 1394, 1396,
+     2808, 2808, 1388, 1383, 1440, 1386, 1402, 1448, 1387, 1399,
+     1388, 1405, 1448, 1431, 1432, 1424, 1457, 2808, 1401, 1412,
+     1405, 1414, 1405, 1416, 1418, 2808, 1465, 1399, 1410, 1425,
+     1464, 1413, 1424, 1410, 1426, 1427, 1424, 1471, 1431, 1433,
+     1422, 1432, 1440, 1427, 1424, 1487, 1483, 1438, 1485, 1491,
+     1445, 2808, 1442, 1432, 1448, 1439, 1442, 1451, 1448, 1438,
+     1441, 1441, 1442, 1453, 1448, 1506, 1450, 1508, 1448, 1453,
+
+     1511, 1508, 1446, 1461, 1454, 1457, 1470, 1471, 1469, 1521,
+     2808, 1467, 1473, 1463, 2808, 1479, 1471, 1472, 1524, 1468,
+     1484, 1532, 1533, 1474, 1484, 1536, 2808, 1481, 1538, 1479,
+     1477, 1480, 2808, 1497, 1502, 2808, 1499, 1487, 1487, 2808,
+     2808, 2808, 1492, 1502, 1485, 1505, 1506, 1492, 1494, 1556,
+     1503, 2808, 1558, 1504, 1498, 1561, 1526, 1544, 1559, 1546,
+     2808, 1509, 1568, 1522, 1570, 1517, 1567, 1573, 2808, 1513,
+     1575, 1522, 1516, 1513, 1516, 1518, 1576, 1536, 1578, 1528,
+     1540, 1543, 1540, 1534, 1538, 1532, 1539, 1529, 2808, 1537,
+     1552, 1537, 2808, 1539, 1539, 1597, 1542, 1599, 1558, 1560,
+
+     1560, 1557, 1604, 1563, 1564, 1556, 1557, 2808, 1558, 2808,
+     1568, 1561, 2808, 1567, 1572, 1573, 1570, 1617, 1562, 1577,
+     1578, 1570, 2808, 1580, 1568, 1578, 1570, 1570, 1571, 1572,
+     1629, 1635, 2808, 2808, 1631, 1575, 2808, 1576, 2808, 1590,
+     1578, 1586, 1643, 1588, 1580, 1593, 1587, 1597, 1590, 1594,
+     1610, 1603, 1609, 1599, 1657, 1607, 2808, 1616, 2808, 1613,
+     1661, 2808, 1611, 1639, 1640, 1646, 1631, 1639, 1668, 2808,
+     1669, 2808, 1624, 1609, 2808, 1672, 2808, 1673, 1627, 1632,
+     1614, 1677, 1618, 1674, 1637, 1631, 1627, 1621, 1628, 1680,
+     1635, 1636, 1626, 1631, 1649, 1697, 1648, 1699, 1649, 1647,
+
+     1697, 1658, 1658, 1700, 1645, 1650, 1648, 1710, 1651, 1659,
+     1665, 1653, 1715, 1711, 1671, 1718, 1676, 1665, 1659, 1722,
+     1661, 1662, 1676, 1726, 1680, 1671, 1681, 1730, 1731, 1681,
+     1679, 2808, 1669, 1730, 1731, 1683, 1683, 1683, 1678, 1679,
+     1697, 2808, 1688, 1694, 1699, 1686, 1687, 1749, 1688, 1688,
+     1690, 1748, 1691, 2808, 1687, 1705, 1757, 2808, 1712, 1726,
+     1740, 1739, 1728, 1730, 2808, 2808, 1764, 1714, 2808, 2808,
+     1705, 1716, 1768, 2808, 1769, 1723, 1714, 1719, 1717, 1770,
+     1725, 1730, 1716, 1719, 1735, 1724, 1722, 1736, 1723, 2808,
+     1725, 2808, 1730, 1748, 1735, 1744, 1790, 1734, 1797, 1742,
+
+     1752, 1753, 2808, 1801, 1738, 1798, 1753, 1800, 2808, 1748,
+     1807, 2808, 1747, 1762, 1750, 2808, 1760, 1761, 1813, 2808,
+     1768, 1759, 1773, 2808, 2808, 1749, 1767, 1776, 1758, 1776,
+     1765, 1818, 1767, 1763, 1768, 1827, 1766, 1767, 1830, 1826,
+     1832, 2808, 1782, 1780, 1835, 1785, 1775, 1791, 1784, 2808,
+     1840, 1818, 1842, 1824, 1839, 1845, 2808, 1791, 1847, 1786,
+     2808, 2808, 1788, 1790, 1800, 1847, 1792, 1807, 1794, 1856,
+     1810, 1796, 1803, 1803, 1861, 1815, 1816, 1808, 1804, 1806,
+     1820, 1808, 1820, 2808, 1867, 1815, 1812, 2808, 1828, 1815,
+     1828, 1815, 1836, 2808, 1833, 1881, 1831, 1828, 1829, 2808,
+
+     1885, 1843, 1842, 1841, 1834, 1839, 1840, 1838, 1849, 1833,
+     1842, 1891, 1897, 2808, 1847, 1899, 2808, 1845, 2808, 1844,
+     1840, 2808, 1847, 1904, 1906, 1902, 2808, 1903, 2808, 1885,
+     1891, 2808, 1863, 2808, 1907, 1856, 1867, 1868, 1853, 1854,
+     1862, 1919, 2808, 1864, 1916, 1917, 1869, 2808, 1864, 1882,
+     1883, 1865, 1871, 1884, 1879, 1876, 1881, 1879, 1934, 1875,
+     1891, 1939, 1884, 1881, 1881, 2808, 1896, 1897, 1898, 2808,
+     1892, 1900, 1948, 1898, 1888, 1896, 1909, 1910, 1891, 1892,
+     1899, 2808, 1901, 2808, 1915, 1912, 1904, 1956, 1914, 2808,
+     2808, 1918, 1944, 1945, 1943, 1906, 1906, 1915, 1922, 1915,
+
+     1914, 1925, 1912, 2808, 1928, 1916, 1919, 1978, 1915, 1934,
+     1927, 1977, 1938, 1931, 1930, 1939, 1941, 1945, 2808, 1984,
+     1938, 2808, 1943, 1934, 1996, 1936, 1998, 1999, 1995, 2001,
+     2808, 1940, 1998, 1957, 1944, 1952, 1963, 1950, 1961, 1947,
+     1945, 1953, 1952, 1953, 1959, 1950, 1995, 2019, 2001, 2021,
+     1971, 1960, 1973, 1963, 1980, 1979, 2023, 1964, 1983, 1984,
+     2808, 1989, 1982, 2029, 2025, 1989, 1976, 1991, 2039, 1993,
+     1996, 1991, 1996, 1985, 1996, 2808, 2048, 2808, 2808, 1995,
+     2808, 2050, 1989, 2052, 1992, 2054, 1999, 2051, 2052, 2011,
+     2054, 1997, 2001, 2062, 2020, 2064, 2020, 2047, 2808, 2043,
+
+     2808, 2013, 2007, 2004, 2066, 2029, 2022, 2018, 2075, 2015,
+     2017, 2016, 2023, 2035, 2070, 2021, 2083, 2024, 2808, 2029,
+     2039, 2041, 2043, 2026, 2034, 2808, 2040, 2808, 2042, 2808,
+     2048, 2808, 2049, 2049, 2040, 2099, 2040, 2050, 2035, 2808,
+     2048, 2808, 2050, 2081, 2087, 2059, 2057, 2109, 2047, 2049,
+     2046, 2070, 2808, 2057, 2064, 2065, 2068, 2064, 2119, 2059,
+     2808, 2116, 2060, 2068, 2077, 2063, 2079, 2078, 2067, 2074,
+     2069, 2069, 2083, 2078, 2808, 2089, 2077, 2133, 2081, 2093,
+     2121, 2142, 2143, 2087, 2808, 2087, 2099, 2147, 2093, 2095,
+     2093, 2094, 2152, 2110, 2808, 2103, 2090, 2105, 2110, 2102,
+
+     2108, 2160, 2161, 2100, 2116, 2164, 2165, 2106, 2111, 2107,
+     2123, 2106, 2118, 2112, 2174, 2808, 2808, 2119, 2130, 2177,
+     2808, 2131, 2116, 2134, 2125, 2808, 2121, 2127, 2141, 2137,
+     2130, 2125, 2131, 2808, 2808, 2189, 2190, 2808, 2808, 2130,
+     2138, 2133, 2189, 2152, 2149, 2197, 2808, 2193, 2156, 2808,
+     2200, 2139, 2202, 2142, 2143, 2156, 2155, 2156, 2146, 2158,
+     2154, 2808, 2808, 2149, 2212, 2162, 2171, 2164, 2211, 2808,
+     2162, 2156, 2808, 2168, 2808, 2215, 2174, 2222, 2161, 2177,
+     2225, 2178, 2227, 2228, 2808, 2182, 2176, 2169, 2189, 2176,
+     2188, 2179, 2183, 2177, 2808, 2234, 2180, 2808, 2190, 2808,
+
+     2808, 2181, 2189, 2239, 2196, 2189, 2201, 2248, 2193, 2193,
+     2251, 2190, 2192, 2207, 2255, 2256, 2195, 2211, 2196, 2213,
+     2808, 2261, 2205, 2808, 2212, 2264, 2205, 2808, 2808, 2215,
+     2267, 2212, 2269, 2808, 2217, 2216, 2808, 2272, 2218, 2808,
+     2212, 2808, 2212, 2229, 2808, 2230, 2278, 2221, 2280, 2281,
+     2808, 2282, 2808, 2808, 2808, 2808, 2288, 2291, 2294, 2295,
+     2297, 2300, 2303, 2306
     } ;
 
-static const flex_int16_t yy_def[2320] =
+static const flex_int16_t yy_def[2365] =
     {   0,
-     2312, 2312, 2313, 2313, 2312, 2312, 2312, 2312, 2312, 2312,
-     2311, 2311, 2311, 2311, 2311, 2314, 2311, 2311, 2311, 2311,
-     2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311,
-     2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2315,
-     2311, 2311, 2311, 2316,   15, 2311,   45,   45,   45,   45,
-       45,   45,   45,   45,   45,   45, 2317,   45,   45,   45,
+     2357, 2357, 2358, 2358, 2357, 2357, 2357, 2357, 2357, 2357,
+     2356, 2356, 2356, 2356, 2356, 2359, 2356, 2356, 2356, 2356,
+     2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356,
+     2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356, 2360,
+     2356, 2356, 2356, 2361,   15, 2356,   45,   45,   45,   45,
+       45,   45,   45,   45,   45,   45, 2362,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-       45,   45,   45,   45,   45,   45,   45,   45, 2314, 2311,
-     2311, 2311, 2311, 2311, 2311, 2318, 2311, 2311, 2311, 2311,
-     2311, 2311, 2311, 2311, 2311, 2311, 2311, 2315, 2311, 2316,
+       45,   45,   45,   45,   45,   45,   45,   45, 2359, 2356,
+     2356, 2356, 2356, 2356, 2356, 2363, 2356, 2356, 2356, 2356,
+     2356, 2356, 2356, 2356, 2356, 2356, 2356, 2360, 2356, 2361,
 
-     2311, 2311,   45,   45,   45,   45,   45,   45,   45,   45,
-       45,   45,   45,   45, 2319,   45, 2317,   45,   45,   45,
+     2356, 2356,   45,   45,   45,   45,   45,   45,   45,   45,
+       45,   45,   45,   45, 2364,   45, 2362,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-       45,   45,   45,   45,   45,   45, 2318, 2311, 2311, 2311,
-     2311, 2311, 2311, 2311, 2311,   45,   45,   45,   45,   45,
+       45,   45,   45,   45,   45,   45,   45, 2363, 2356, 2356,
+     2356, 2356, 2356, 2356, 2356, 2356,   45,   45,   45,   45,
 
-       45,   45,   45,   45,   45,   45,   45, 2319, 2311, 2311,
-      117,   45,   45,   45,   45,   45,   45,   45,   45,   45,
+       45,   45,   45,   45,   45,   45,   45,   45, 2364, 2356,
+     2356,  117,   45,   45,   45,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-       45,   45,   45,   45,   45,   45,   45,   45,   45, 2311,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
+       45, 2356,   45,   45,   45,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
 
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-       45,   45,   45,   45,   45, 2311, 2311, 2311, 2311, 2311,
-     2311, 2311,   45,   45,   45,   45,   45,   45,   45,   45,
-     2311,   45, 2311,   45,  117,   45,   45,   45,   45,   45,
+       45,   45,   45,   45,   45,   45,   45, 2356, 2356, 2356,
+     2356, 2356, 2356, 2356,   45,   45,   45,   45,   45,   45,
+       45,   45, 2356,   45, 2356,   45,  117,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
@@ -1309,43 +1318,43 @@ static const flex_int16_t yy_def[2320] =
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
 
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-       45, 2311,   45,   45,   45,   45,   45,   45,   45,   45,
+       45,   45,   45,   45, 2356,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-       45,   45,   45,   45, 2311,   45,   45,   45,   45,   45,
-       45, 2311, 2311, 2311,   45,   45,   45,   45,   45,   45,
-     2311,   45,   45, 2311,   45,  117,   45,   45,   45,   45,
+       45,   45,   45,   45,   45,   45,   45, 2356,   45,   45,
+       45,   45,   45,   45, 2356, 2356, 2356,   45,   45,   45,
+       45,   45,   45, 2356,   45,   45, 2356,   45,  117,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-     2311,   45,   45,   45,   45,   45,   45, 2311,   45,   45,
-       45,   45,   45,   45, 2311,   45,   45,   45,   45,   45,
+       45,   45,   45, 2356,   45,   45,   45,   45,   45,   45,
+     2356,   45,   45,   45,   45,   45,   45, 2356,   45,   45,
 
-       45,   45,   45,   45,   45,   45, 2311,   45,   45,   45,
-     2311,   45,   45,   45,   45,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-       45, 2311,   45,   45,   45,   45,   45,   45,   45,   45,
-       45,   45,   45,   45,   45,   45,   45,   45, 2311,   45,
-       45, 2311,   45,   45,   45,   45,   45,   45,   45,   45,
+     2356,   45,   45,   45, 2356,   45,   45,   45,   45,   45,
+       45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
+       45,   45,   45,   45,   45, 2356,   45,   45,   45,   45,
+       45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
+       45,   45, 2356,   45,   45, 2356,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-       45,   45,   45,   45, 2311,   45,   45, 2311, 2311,   45,
-       45, 2311,   45,   45,   45, 2311,   45,   45,   45,   45,
+       45,   45,   45,   45,   45,   45,   45,   45, 2356,   45,
+       45, 2356, 2356,   45,   45, 2356,   45,   45,   45, 2356,
 
-     2311, 2311, 2311,   45,   45,   45,   45,   45, 2311,   45,
-       45, 2311,   45,   45,   45,   45,   45,   45,   45,   45,
+       45,   45,   45,   45, 2356, 2356, 2356,   45,   45,   45,
+       45,   45, 2356,   45,   45, 2356,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-     2311,   45,   45,   45,   45,   45,   45, 2311,   45,   45,
+       45,   45,   45,   45,   45, 2356,   45,   45,   45,   45,
+       45,   45, 2356,   45,   45,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-       45,   45,   45,   45,   45, 2311,   45,   45,   45,   45,
 
-     2311,   45,   45,   45,   45, 2311,   45,   45,   45,   45,
-       45,   45,   45,   45,   45,   45,   45,   45,   45, 2311,
+     2356,   45,   45,   45,   45, 2356,   45,   45,   45,   45,
+     2356,   45,   45,   45,   45,   45,   45,   45,   45,   45,
+       45,   45,   45,   45, 2356,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-       45,   45,   45,   45,   45,   45,   45, 2311,   45,   45,
-     2311,   45,   45,   45,   45,   45,   45,   45,   45,   45,
+       45,   45, 2356,   45,   45, 2356,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
@@ -1353,192 +1362,197 @@ static const flex_int16_t yy_def[2320] =
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
 
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-       45,   45,   45,   45,   45, 2311,   45,   45,   45,   45,
-       45,   45,   45,   45,   45,   45,   45, 2311,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
+       45, 2356,   45,   45,   45,   45,   45,   45,   45,   45,
+       45,   45,   45,   45, 2356,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-       45,   45, 2311,   45,   45,   45,   45,   45,   45,   45,
+       45,   45,   45,   45,   45,   45,   45,   45,   45, 2356,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-       45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-       45,   45,   45,   45,   45,   45,   45,   45, 2311, 2311,
-
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
+
+       45,   45,   45,   45,   45, 2356, 2356,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-       45,   45, 2311,   45,   45,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-     2311, 2311,   45,   45,   45,   45,   45,   45, 2311,   45,
-       45,   45,   45,   45,   45,   45, 2311,   45,   45,   45,
-       45,   45,   45,   45,   45,   45, 2311, 2311, 2311,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
+     2356,   45,   45,   45,   45,   45,   45,   45,   45,   45,
+       45,   45,   45,   45,   45,   45,   45,   45, 2356, 2356,
+       45,   45,   45,   45,   45,   45, 2356,   45,   45,   45,
+       45,   45,   45,   45, 2356,   45,   45,   45,   45,   45,
+       45,   45,   45,   45,   45, 2356, 2356, 2356,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
 
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-       45, 2311,   45,   45,   45,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-       45,   45,   45,   45,   45,   45,   45,   45,   45, 2311,
+     2356,   45,   45,   45,   45,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
+       45,   45,   45,   45,   45,   45,   45,   45, 2356,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-       45,   45, 2311,   45,   45,   45,   45,   45,   45,   45,
-       45, 2311,   45,   45,   45,   45,   45,   45,   45,   45,
-
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-       45,   45,   45,   45,   45,   45,   45,   45, 2311,   45,
-       45,   45,   45, 2311,   45,   45,   45,   45,   45,   45,
+       45,   45, 2356,   45,   45,   45,   45,   45,   45,   45,
+
+       45, 2356,   45,   45,   45,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-       45,   45, 2311,   45,   45,   45,   45,   45,   45,   45,
+       45,   45,   45,   45,   45,   45,   45,   45,   45, 2356,
+       45,   45,   45,   45, 2356,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
+       45,   45,   45, 2356,   45,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-       45, 2311,   45,   45,   45,   45,   45,   45,   45, 2311,
-       45,   45,   45,   45, 2311,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
+       45,   45, 2356,   45,   45,   45,   45,   45,   45,   45,
+     2356,   45,   45,   45,   45, 2356,   45,   45,   45,   45,
 
-       45,   45,   45, 2311,   45,   45,   45, 2311,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-       45,   45,   45,   45,   45,   45, 2311,   45,   45,   45,
+       45,   45,   45,   45, 2356,   45,   45,   45, 2356,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
+       45,   45,   45,   45,   45,   45,   45,   45, 2356,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-       45,   45,   45,   45,   45,   45,   45,   45, 2311,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-     2311,   45,   45,   45, 2311,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-       45,   45,   45,   45,   45,   45, 2311,   45,   45,   45,
+       45, 2356,   45,   45,   45,   45,   45,   45,   45,   45,
+       45,   45,   45, 2356,   45,   45,   45, 2356,   45,   45,
+       45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
+
+       45,   45,   45,   45,   45,   45,   45,   45,   45, 2356,
+       45,   45,   45, 2356,   45,   45,   45,   45,   45,   45,
+       45,   45,   45,   45,   45,   45,   45,   45, 2356,   45,
+       45,   45,   45,   45,   45,   45, 2356,   45,   45,   45,
+       45,   45,   45,   45,   45,   45, 2356,   45,   45,   45,
+       45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
+       45,   45,   45,   45,   45,   45,   45, 2356,   45,   45,
+     2356,   45, 2356,   45,   45,   45,   45,   45,   45,   45,
+       45,   45,   45,   45,   45,   45,   45, 2356,   45, 2356,
+       45,   45,   45,   45,   45, 2356,   45,   45,   45,   45,
 
-     2311,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-       45,   45,   45,   45,   45, 2311,   45,   45,   45,   45,
-       45,   45,   45, 2311,   45,   45,   45,   45,   45,   45,
-       45,   45,   45, 2311,   45,   45,   45,   45,   45,   45,
+     2356,   45,   45, 2356,   45,   45,   45,   45,   45,   45,
+       45,   45,   45,   45,   45,   45,   45,   45,   45, 2356,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-       45,   45,   45, 2311,   45,   45, 2311,   45, 2311,   45,
+     2356, 2356,   45,   45,   45,   45,   45,   45,   45,   45,
+       45,   45,   45,   45,   45,   45,   45, 2356,   45,   45,
+       45,   45,   45,   45,   45, 2356,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-       45,   45,   45, 2311,   45, 2311,   45,   45,   45,   45,
-     2311,   45,   45,   45,   45, 2311,   45,   45, 2311,   45,
+       45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
+       45, 2356,   45,   45,   45,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
 
-       45,   45,   45,   45, 2311,   45,   45,   45,   45,   45,
-       45,   45,   45,   45,   45, 2311, 2311,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-       45,   45, 2311,   45,   45,   45,   45,   45,   45,   45,
-     2311,   45,   45,   45,   45,   45,   45,   45,   45,   45,
+     2356,   45,   45,   45, 2356,   45,   45,   45,   45,   45,
+       45,   45,   45,   45,   45,   45, 2356,   45,   45,   45,
+       45,   45, 2356,   45,   45, 2356,   45,   45,   45, 2356,
+     2356, 2356,   45,   45,   45,   45,   45,   45,   45,   45,
+       45, 2356,   45,   45,   45,   45,   45,   45,   45,   45,
+     2356,   45,   45,   45,   45,   45,   45,   45, 2356,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-       45,   45,   45,   45,   45,   45, 2311,   45,   45,   45,
+       45,   45,   45,   45,   45,   45,   45,   45, 2356,   45,
+       45,   45, 2356,   45,   45,   45,   45,   45,   45,   45,
+
+       45,   45,   45,   45,   45,   45,   45, 2356,   45, 2356,
+       45,   45, 2356,   45,   45,   45,   45,   45,   45,   45,
+       45,   45, 2356,   45,   45,   45,   45,   45,   45,   45,
+       45,   45, 2356, 2356,   45,   45, 2356,   45, 2356,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
+       45,   45,   45,   45,   45,   45, 2356,   45, 2356,   45,
+       45, 2356,   45,   45,   45,   45,   45,   45,   45, 2356,
+       45, 2356,   45,   45, 2356,   45, 2356,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-       45,   45,   45,   45, 2311,   45,   45, 2311,   45,   45,
-
-       45,   45,   45,   45,   45,   45,   45,   45,   45, 2311,
-       45,   45,   45,   45,   45, 2311,   45,   45, 2311,   45,
-       45,   45, 2311, 2311, 2311,   45,   45,   45,   45,   45,
-       45,   45,   45,   45, 2311,   45,   45,   45,   45,   45,
-       45,   45,   45, 2311,   45,   45,   45,   45,   45,   45,
-       45, 2311,   45,   45,   45,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-       45, 2311,   45,   45,   45, 2311,   45,   45,   45,   45,
-       45,   45,   45,   45,   45,   45,   45,   45,   45, 2311,
-       45, 2311,   45,   45, 2311,   45,   45,   45,   45,   45,
 
-       45,   45,   45,   45, 2311,   45,   45,   45,   45,   45,
-       45,   45,   45, 2311, 2311,   45,   45, 2311,   45, 2311,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-       45,   45,   45,   45,   45,   45,   45, 2311,   45, 2311,
-       45,   45, 2311,   45,   45,   45,   45,   45,   45,   45,
-     2311,   45, 2311,   45,   45, 2311,   45, 2311,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
+       45, 2356,   45,   45,   45,   45,   45,   45,   45,   45,
+       45, 2356,   45,   45,   45,   45,   45,   45,   45,   45,
+       45,   45,   45, 2356,   45,   45,   45, 2356,   45,   45,
+       45,   45,   45,   45, 2356, 2356,   45,   45, 2356, 2356,
+       45,   45,   45, 2356,   45,   45,   45,   45,   45,   45,
+       45,   45,   45,   45,   45,   45,   45,   45,   45, 2356,
+       45, 2356,   45,   45,   45,   45,   45,   45,   45,   45,
+
+       45,   45, 2356,   45,   45,   45,   45,   45, 2356,   45,
+       45, 2356,   45,   45,   45, 2356,   45,   45,   45, 2356,
+       45,   45,   45, 2356, 2356,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
+       45, 2356,   45,   45,   45,   45,   45,   45,   45, 2356,
+       45,   45,   45,   45,   45,   45, 2356,   45,   45,   45,
+     2356, 2356,   45,   45,   45,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
+       45,   45,   45, 2356,   45,   45,   45, 2356,   45,   45,
+       45,   45,   45, 2356,   45,   45,   45,   45,   45, 2356,
 
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-     2311,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-     2311,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-       45,   45, 2311,   45,   45,   45, 2311,   45,   45,   45,
-       45,   45,   45, 2311, 2311,   45,   45, 2311, 2311,   45,
-       45,   45, 2311,   45,   45,   45,   45,   45,   45,   45,
-       45,   45,   45,   45,   45,   45,   45,   45, 2311,   45,
-     2311,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-     2311,   45,   45,   45,   45,   45, 2311,   45,   45, 2311,
-       45,   45,   45, 2311,   45,   45,   45, 2311,   45,   45,
-
-     2311, 2311,   45,   45,   45,   45,   45,   45,   45,   45,
-       45,   45,   45,   45,   45,   45,   45,   45, 2311,   45,
-       45,   45,   45,   45,   45,   45, 2311,   45,   45,   45,
-       45,   45,   45, 2311,   45,   45,   45, 2311, 2311,   45,
+       45,   45,   45, 2356,   45,   45, 2356,   45, 2356,   45,
+       45, 2356,   45,   45,   45,   45, 2356,   45, 2356,   45,
+       45, 2356,   45, 2356,   45,   45,   45,   45,   45,   45,
+       45,   45, 2356,   45,   45,   45,   45, 2356,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-       45,   45,   45,   45,   45,   45,   45,   45,   45, 2311,
-       45,   45,   45, 2311,   45,   45,   45,   45,   45, 2311,
-       45,   45,   45,   45,   45, 2311,   45,   45,   45,   45,
-       45,   45,   45,   45,   45,   45,   45,   45, 2311,   45,
-       45, 2311,   45, 2311,   45,   45, 2311,   45,   45,   45,
-
-       45, 2311,   45, 2311,   45,   45, 2311,   45, 2311,   45,
-       45,   45,   45,   45,   45,   45,   45, 2311,   45,   45,
-       45,   45, 2311,   45,   45,   45,   45,   45,   45,   45,
-       45,   45,   45,   45,   45,   45,   45,   45,   45, 2311,
-       45,   45,   45, 2311,   45,   45,   45,   45,   45,   45,
-       45,   45,   45,   45, 2311,   45, 2311,   45,   45,   45,
-       45,   45, 2311, 2311,   45,   45,   45,   45,   45,   45,
-       45,   45,   45,   45,   45,   45, 2311,   45,   45,   45,
+       45,   45,   45,   45,   45, 2356,   45,   45,   45, 2356,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-     2311,   45,   45, 2311,   45,   45,   45,   45,   45,   45,
+       45, 2356,   45, 2356,   45,   45,   45,   45,   45, 2356,
+     2356,   45,   45,   45,   45,   45,   45,   45,   45,   45,
 
-       45, 2311,   45,   45,   45,   45,   45,   45,   45,   45,
+       45,   45,   45, 2356,   45,   45,   45,   45,   45,   45,
+       45,   45,   45,   45,   45,   45,   45,   45, 2356,   45,
+       45, 2356,   45,   45,   45,   45,   45,   45,   45,   45,
+     2356,   45,   45,   45,   45,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-       45, 2311,   45,   45,   45,   45,   45,   45,   45,   45,
-       45,   45,   45,   45,   45, 2311,   45, 2311, 2311, 2311,
-       45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-       45,   45,   45,   45,   45,   45,   45, 2311,   45, 2311,
-       45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-       45,   45,   45,   45,   45,   45, 2311,   45,   45,   45,
-       45,   45,   45, 2311, 2311,   45, 2311,   45, 2311,   45,
-
-       45,   45,   45,   45,   45,   45, 2311,   45, 2311,   45,
-       45,   45,   45,   45,   45,   45,   45,   45,   45, 2311,
-       45,   45,   45,   45,   45,   45, 2311,   45,   45,   45,
-       45,   45,   45,   45,   45,   45,   45,   45,   45, 2311,
-       45,   45,   45,   45,   45,   45,   45,   45,   45, 2311,
-       45,   45,   45,   45,   45,   45,   45,   45, 2311,   45,
+     2356,   45,   45,   45,   45,   45,   45,   45,   45,   45,
+       45,   45,   45,   45,   45, 2356,   45, 2356, 2356,   45,
+     2356,   45,   45,   45,   45,   45,   45,   45,   45,   45,
+       45,   45,   45,   45,   45,   45,   45,   45, 2356,   45,
+
+     2356,   45,   45,   45,   45,   45,   45,   45,   45,   45,
+       45,   45,   45,   45,   45,   45,   45,   45, 2356,   45,
+       45,   45,   45,   45,   45, 2356,   45, 2356,   45, 2356,
+       45, 2356,   45,   45,   45,   45,   45,   45,   45, 2356,
+       45, 2356,   45,   45,   45,   45,   45,   45,   45,   45,
+       45,   45, 2356,   45,   45,   45,   45,   45,   45,   45,
+     2356,   45,   45,   45,   45,   45,   45,   45,   45,   45,
+       45,   45,   45,   45, 2356,   45,   45,   45,   45,   45,
+       45,   45,   45,   45, 2356,   45,   45,   45,   45,   45,
+       45,   45,   45,   45, 2356,   45,   45,   45,   45,   45,
+
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-       45,   45,   45,   45,   45,   45,   45,   45, 2311, 2311,
-       45,   45,   45, 2311,   45,   45,   45,   45, 2311,   45,
-       45,   45,   45,   45,   45, 2311, 2311,   45, 2311, 2311,
-
-       45,   45,   45,   45,   45,   45,   45, 2311,   45,   45,
-     2311,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-       45, 2311,   45,   45,   45,   45,   45,   45, 2311,   45,
-       45, 2311,   45, 2311,   45,   45,   45,   45,   45,   45,
-       45,   45, 2311,   45,   45,   45,   45,   45,   45,   45,
-       45, 2311,   45,   45, 2311,   45, 2311, 2311,   45,   45,
+       45,   45,   45,   45,   45, 2356, 2356,   45,   45,   45,
+     2356,   45,   45,   45,   45, 2356,   45,   45,   45,   45,
+       45,   45,   45, 2356, 2356,   45,   45, 2356, 2356,   45,
+       45,   45,   45,   45,   45,   45, 2356,   45,   45, 2356,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-       45,   45,   45,   45,   45,   45, 2311,   45,   45,   45,
-       45,   45, 2311, 2311,   45,   45,   45,   45, 2311,   45,
-       45, 2311,   45,   45, 2311,   45, 2311,   45,   45, 2311,
+       45, 2356, 2356,   45,   45,   45,   45,   45,   45, 2356,
+       45,   45, 2356,   45, 2356,   45,   45,   45,   45,   45,
+       45,   45,   45,   45, 2356,   45,   45,   45,   45,   45,
+       45,   45,   45,   45, 2356,   45,   45, 2356,   45, 2356,
 
-       45,   45,   45,   45,   45, 2311,   45, 2311, 2311, 2311,
-        0, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311
+     2356,   45,   45,   45,   45,   45,   45,   45,   45,   45,
+       45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
+     2356,   45,   45, 2356,   45,   45,   45, 2356, 2356,   45,
+       45,   45,   45, 2356,   45,   45, 2356,   45,   45, 2356,
+       45, 2356,   45,   45, 2356,   45,   45,   45,   45,   45,
+     2356,   45, 2356, 2356, 2356,    0, 2356, 2356, 2356, 2356,
+     2356, 2356, 2356, 2356
     } ;
 
-static const flex_int16_t yy_nxt[2840] =
+static const flex_int16_t yy_nxt[2885] =
     {   0,
-     2311,   13,   14,   13, 2311,   15,   16,  101,   17,   18,
+     2356,   13,   14,   13, 2356,   15,   16,  101,   17,   18,
        19,   20,   21,   22,   22,   22,   22,   22,   23,   24,
-       85, 2311,   37,   14,   37,   86,   25,   26,   38,   37,
-       14,   37,   42,   27,   42,   38, 2311, 2311,   28,   90,
+       85, 2356,   37,   14,   37,   86,   25,   26,   38,   37,
+       14,   37,   42,   27,   42,   38, 2356, 2356,   28,   90,
        13,   14,   13,   91,   29,   90,   30,  102,   13,   14,
-       13,  201,   25,   31,   13,   14,   13,   42,   40,   42,
-      414,   32,   13,   14,   13,   90,   40,   33,  415,  166,
-       92,   93,   91,  167,   34,   35,   13,   14,   13,  201,
+       13,  202,   25,   31,   13,   14,   13,   42,   40,   42,
+      417,   32,   13,   14,   13,   90,   40,   33,  418,  167,
+       92,   93,   91,  168,   34,   35,   13,   14,   13,  202,
        15,   16,   91,   17,   18,   19,   20,   21,   22,   22,
        22,   22,   22,   23,   24,   39,   13,   14,   13,   92,
 
        92,   25,   26,   39,   13,   14,   13,   42,   27,   42,
-      878,   94,  121,   28,  108,  152,   41,  104,  105,   29,
-      107,   30,  113,  153,   41,  140,  122,   25,   31,   95,
-      141,  243,   88,  142,   88,  154,   32,   89,   89,   89,
-       89,   89,   33,  108,  104,  105,  107,  244,  113,   34,
+      881,   94,  121,   28,  108,  153,   41,  104,  105,   29,
+      107,   30,  113,  154,   41,  141,  122,   25,   31,   95,
+      142,  245,   88,  143,   88,  155,   32,   89,   89,   89,
+       89,   89,   33,  108,  104,  105,  107,  246,  113,   34,
        35,   44,   44,   44,   45,   45,   46,   45,   45,   45,
        45,   45,   45,   45,   45,   45,   45,   47,   45,   45,
        45,   45,   45,   48,   45,   49,   50,   45,   51,   45,
@@ -1548,132 +1562,132 @@ static const flex_int16_t yy_nxt[2840] =
        59,   60,   61,   62,   63,   45,   64,   65,   52,   66,
        67,   68,   69,   70,   71,   72,   73,   74,   75,   76,
        77,   78,   45,   45,   45,   45,   45,   80,  114,   81,
-       81,   81,   81,   81,   80,  269,   83,   83,   83,   83,
+       81,   81,   81,   81,   80,  271,   83,   83,   83,   83,
        83,  107,   82,   84,   84,   84,   84,   84,   80,   82,
-       83,   83,   83,   83,   83,  114,   82,  109,  162,  111,
-      188,  104,  163,   82,  189,  110,  129,  107,   82,  130,
-      131,  112,  164,  132,  133,   82,  260,  190,  139,  135,
-      261,  136,   82,  109,  270,  111,  134,  188,  118,   82,
-       45,  189,  137,  110,  119,  158,   45,  120,   45,   45,
-
-      112,   45,  138,  159,   45,  160,  190,   45,  143,  116,
-      161,  144,   45,   45,  278,   45,   45,  279,  145,  188,
-      146,  101,   45,   45,   45,   45,   45,   45,  105,   45,
+       83,   83,   83,   83,   83,  114,   82,  109,  163,  111,
+      189,  104,  164,   82,  190,  110,  129,  107,   82,  130,
+      131,  112,  165,  132,  133,   82,  199,  191,  140,  232,
+      233,  101,   82,  109,  272,  111,  134,  189,  118,   82,
+       45,  190,  189,  110,  119,  159,   45,  120,   45,   45,
+
+      112,   45,  199,  160,   45,  161,  191,   45,  144,  116,
+      162,  145,   45,   45,  882,   45,   45,  205,  146,  192,
+      147,  102,   45,   45,   45,   45,   45,   45,  105,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-       45,   45,   45,   45,   45,  190,  191,  113,  123,   45,
-      148,  149,  124,   45,  150,  105,  125,   45,  189,  126,
-      151,  102,  127,  197,  198,   45,  128,  109,  204,   45,
-      114,   45,  117,  182,  193,  110,  175,  176,  200,  202,
-      168,  205,  884,  183,  169,  192,  111,  170,  184,  155,
-      198,  156,  197,  157,  171,  172,  204,  114,  112,  173,
-
-      174,  206,  207,  110,  222,  200,  223,  186,  202,  238,
-      205,  239,  177,  240,  178,  225,  885,  179,   84,   84,
-       84,   84,   84,  379,  226,  227,  241,  180,  207,  206,
-      242,   82,  218,   80,  181,   81,   81,   81,   81,   81,
-      380,  219,  231,  232,   88,  220,   88,  100,   82,   89,
-       89,   89,   89,   89,  100,  255,   80,   82,   83,   83,
-       83,   83,   83,   84,   84,   84,   84,   84,  256,  202,
-      197,   82,  291,  292,   82,  886,   82,   89,   89,   89,
-       89,   89,   89,   89,   89,   89,   89,  100,  212,  245,
-      299,  100,  246,  432,  433,  100,  247,   82,  266,  213,
-
-      267,  273,   82,  100,  300,  804,  805,  100,  204,  100,
-      100,  210,  282,  311,  205,  316,  274,  275,  276,  211,
-      211,  211,  211,  211,  388,  206,  887,  312,  211,  211,
-      211,  211,  211,  211,  293,  305,  304,  317,  294,  318,
-      317,  306,  295,  308,  316,  316,  318,  324,  327,  325,
-      283,  284,  285,  310,  211,  211,  211,  211,  211,  211,
-      328,  286,  334,  287,  317,  318,  288,  320,  289,  290,
-      329,  330,  321,  324,  319,  325,  332,  327,  350,  352,
-      389,  351,  324,  390,  329,  401,  417,  353,  328,  418,
-      334,  404,  434,  354,  435,  331,  329,  330,  448,  402,
-
-      439,  405,  332,  335,  335,  335,  335,  335,  337,  332,
-      395,  452,  335,  335,  335,  335,  335,  335,  452,  455,
-      458,  457,  460,  462,  463,  492,  470,  507,  555,  456,
-      457,  493,  508,  462,  511,  332,  471,  452,  335,  335,
-      335,  335,  335,  335,  453,  888,  889,  458,  460,  443,
-      457,  463,  462,  449,  466,  466,  466,  466,  466,  468,
-      604,  533,  535,  466,  466,  466,  466,  466,  466,  525,
-      526,  534,  549,  599,  527,  560,  592,  550,  570,  561,
-      556,  593,  571,  509,  714,  605,  604,  606,  510,  466,
-      466,  466,  466,  466,  466,  512,  599,  617,  651,  638,
-
-      672,  603,  599,  652,  628,  744,  681,  760,  629,  618,
-      673,  890,  639,  605,  640,  606,  630,  863,  631,  632,
-      633,  634,  635,  734,  745,  608,  735,  746,  864,  775,
-      879,  744,  776,  551,   45,   45,   45,   45,   45,  715,
-      742,  880,  891,   45,   45,   45,   45,   45,   45,  741,
-      752,  881,  745,  828,  748,  743,  746,  753,  829,  879,
-      882,  883,  892,  761,  893,  894,  742,  895,  880,   45,
-       45,   45,   45,   45,   45,  896,  897,  899,  881,  900,
-      901,  905,  898,  906,  743,  902,  903,  883,  904,  882,
-      907,  908,  909,  910,  911,  830,  912,  913,  914,  915,
+       45,   45,   45,   45,   45,  205,  114,  883,  123,   45,
+      149,  150,  124,   45,  151,  105,  125,   45,  191,  126,
+      152,  135,  127,  136,  207,   45,  128,  109,  113,   45,
+      190,   45,  117,  114,  137,  110,  176,  177,  198,  201,
+      884,  169,  138,  187,  139,  170,  111,  194,  171,  156,
+      208,  157,  207,  158,  183,  172,  173,  193,  112,  203,
+
+      174,  175,  280,  110,  184,  281,  201,  198,  223,  185,
+      224,  206,  178,  242,  179,  226,  208,  180,   84,   84,
+       84,   84,   84,  885,  227,  228,  243,  181,  203,  257,
+      244,   82,  219,   80,  182,   81,   81,   81,   81,   81,
+      206,  220,  258,  621,   88,  221,   88,  100,   82,   89,
+       89,   89,   89,   89,  100,  622,   80,   82,   83,   83,
+       83,   83,   83,   84,   84,   84,   84,   84,  262,  203,
+      198,   82,  263,  239,   82,  240,   82,   89,   89,   89,
+       89,   89,   89,   89,   89,   89,   89,  100,  213,  247,
+      301,  100,  248,  293,  294,  100,  249,   82,  268,  214,
+
+      269,  275,   82,  100,  302,  435,  436,  100,  205,  100,
+      100,  211,  284,  313,  206,  318,  276,  277,  278,  212,
+      212,  212,  212,  212,  437,  207,  438,  314,  212,  212,
+      212,  212,  212,  212,  295,  307,  306,  319,  296,  320,
+      319,  308,  297,  310,  318,  318,  320,  326,  329,  327,
+      285,  286,  287,  312,  212,  212,  212,  212,  212,  212,
+      330,  288,  336,  289,  319,  320,  290,  322,  291,  292,
+      331,  332,  323,  326,  321,  327,  334,  329,  352,  354,
+      404,  353,  326,  382,  331,  407,  333,  355,  330,  391,
+      336,  442,  334,  356,  405,  408,  331,  332,  420,  451,
+
+      383,  421,  334,  337,  337,  337,  337,  337,  339,  455,
+      398,  455,  337,  337,  337,  337,  337,  337,  334,  458,
+      460,  463,  465,  461,  460,  466,  473,  495,  515,  459,
+      559,  465,  446,  496,  537,  455,  474,  456,  337,  337,
+      337,  337,  337,  337,  538,  392,  891,  463,  393,  460,
+      461,  465,  466,  471,  452,  469,  469,  469,  469,  469,
+      539,  608,  810,  811,  469,  469,  469,  469,  469,  469,
+      511,  529,  530,  553,  603,  512,  531,  564,  554,  574,
+      596,  565,  560,  575,  609,  597,  610,  608,  603,  516,
+      469,  469,  469,  469,  469,  469,  642,  656,  719,  749,
+
+      677,  607,  657,  603,  632,  750,  686,  765,  633,  643,
+      678,  644,  609,  751,  610,  747,  634,  612,  635,  636,
+      637,  638,  639,  746,  739,  749,  513,  740,  753,  780,
+      748,  514,  781,  750,  555,   45,   45,   45,   45,   45,
+      886,  747,  751,  757,   45,   45,   45,   45,   45,   45,
+      758,  835,  831,  720,  870,  887,  836,  888,  889,  748,
+      832,  892,  890,  766,  893,  871,  894,  895,  896,  886,
+       45,   45,   45,   45,   45,   45,  897,  898,  899,  900,
+      901,  902,  887,  903,  888,  904,  906,  889,  890,  907,
+      908,  905,  912,  837,  909,  910,  913,  911,  914,  915,
 
       916,  917,  918,  919,  920,  921,  922,  923,  924,  925,
-      926,  929,  930,  931,  927,  932,  933,  934,  928,  935,
-      936,  937,  938,  939,  940,  941,  943,  944,  945,  946,
-      947,  948,  949,  950,  951,  952,  953,  954,  955,  942,
-      957,  956,  958,  959,  960,  961,  962,  963,  964,  965,
+      926,  927,  928,  929,  930,  931,  932,  933,  936,  937,
+      938,  934,  939,  940,  941,  935,  942,  943,  944,  945,
+      946,  947,  948,  949,  951,  952,  953,  954,  955,  956,
+      957,  958,  959,  960,  961,  962,  963,  950,  965,  964,
       966,  967,  968,  969,  970,  971,  972,  973,  974,  975,
       976,  977,  978,  979,  980,  981,  982,  983,  984,  985,
-      986,  987,  988,  989,  990,  991,  992,  993,  994,  996,
-      997,  998, 1001, 1002, 1003,  995, 1004, 1008,  999, 1009,
-     1010, 1011, 1000, 1012, 1013, 1014, 1015, 1016, 1017, 1005,
+      986,  987,  988,  989,  990,  991,  992,  993,  994,  995,
+      996,  997,  998,  999, 1000, 1001, 1002, 1003, 1005, 1006,
+     1007, 1010, 1011, 1012, 1004, 1013, 1017, 1008, 1018, 1019,
 
-     1018, 1006, 1019, 1020, 1021, 1007, 1022, 1023, 1024, 1025,
-     1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035,
+     1020, 1009, 1021, 1022, 1023, 1024, 1025, 1026, 1014, 1027,
+     1015, 1028, 1029, 1030, 1016, 1031, 1032, 1033, 1034, 1035,
      1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045,
-     1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1027, 1054,
-     1055, 1028, 1056, 1057, 1031, 1058, 1059, 1060, 1061, 1062,
-     1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072,
+     1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055,
+     1056, 1057, 1058, 1059, 1060, 1061, 1062, 1036, 1063, 1064,
+     1037, 1065, 1066, 1040, 1067, 1068, 1069, 1070, 1071, 1072,
      1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082,
-     1083, 1085, 1086, 1087, 1088, 1084, 1089, 1090, 1091, 1092,
-     1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102,
-     1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1113,
+     1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092,
+     1093, 1095, 1096, 1097, 1098, 1094, 1099, 1100, 1101, 1102,
+     1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112,
 
-     1114, 1115, 1112, 1116, 1117, 1118, 1119, 1121, 1122, 1123,
-     1124, 1120, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132,
-     1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142,
+     1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122,
+     1124, 1125, 1126, 1123, 1127, 1128, 1129, 1130, 1132, 1133,
+     1134, 1135, 1131, 1136, 1137, 1138, 1139, 1140, 1141, 1142,
      1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152,
      1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162,
-     1163, 1164, 1165, 1166, 1167, 1168, 1169, 1172, 1170, 1173,
-     1174, 1171, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182,
-     1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192,
-     1193, 1194, 1168, 1167, 1195, 1169, 1170, 1171, 1196, 1197,
-     1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207,
+     1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172,
+     1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1183, 1181,
+     1184, 1185, 1182, 1186, 1187, 1188, 1189, 1190, 1191, 1192,
+     1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202,
+     1203, 1204, 1205, 1179, 1178, 1206, 1180, 1181, 1182, 1207,
 
      1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217,
      1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227,
-     1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238,
-     1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248,
+     1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237,
+     1238, 1239, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248,
      1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258,
      1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268,
      1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278,
      1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288,
-     1228, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297,
-     1298, 1299, 1300, 1301, 1302, 1303, 1305, 1304, 1306, 1307,
+     1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298,
+     1299, 1300, 1240, 1301, 1302, 1303, 1304, 1305, 1306, 1307,
 
-     1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317,
-     1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327,
-     1328, 1329, 1330, 1302, 1304, 1305, 1306, 1331, 1332, 1333,
-     1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343,
+     1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1318,
+     1317, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327,
+     1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337,
+     1338, 1339, 1340, 1341, 1342, 1343, 1315, 1317, 1318, 1319,
      1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353,
-     1354, 1355, 1356, 1357, 1359, 1361, 1362, 1363, 1358, 1364,
-     1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374,
-     1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384,
+     1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363,
+     1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1373, 1375,
+     1376, 1377, 1372, 1378, 1379, 1380, 1381, 1382, 1383, 1384,
      1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394,
      1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404,
 
-     1405, 1360, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413,
-     1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423,
-     1424, 1425, 1426, 1427, 1428, 1429, 1430, 1432, 1431, 1433,
+     1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414,
+     1415, 1416, 1417, 1418, 1419, 1374, 1420, 1421, 1422, 1423,
+     1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433,
      1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443,
-     1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453,
-     1454, 1429, 1455, 1428, 1431, 1430, 1432, 1456, 1457, 1458,
-     1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468,
-     1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478,
+     1444, 1445, 1447, 1446, 1448, 1449, 1450, 1451, 1452, 1453,
+     1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463,
+     1464, 1465, 1466, 1467, 1468, 1469, 1444, 1470, 1443, 1446,
+     1445, 1447, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478,
      1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488,
      1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498,
 
@@ -1682,162 +1696,167 @@ static const flex_int16_t yy_nxt[2840] =
      1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528,
      1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538,
      1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548,
-     1549, 1550, 1551, 1552, 1554, 1555, 1556, 1557, 1558, 1559,
-     1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1541,
-     1542, 1569, 1570, 1543, 1571, 1572, 1573, 1574, 1575, 1576,
-     1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586,
-     1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596,
-
-     1553, 1597, 1598, 1600, 1601, 1602, 1603, 1604, 1605, 1606,
-     1599, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615,
-     1616, 1617, 1618, 1619, 1620, 1622, 1623, 1624, 1625, 1621,
+     1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558,
+     1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568,
+     1569, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579,
+     1580, 1581, 1582, 1583, 1584, 1585, 1558, 1559, 1586, 1587,
+     1560, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596,
+
+     1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606,
+     1607, 1608, 1609, 1610, 1611, 1612, 1613, 1570, 1614, 1615,
+     1616, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1617, 1625,
      1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635,
-     1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1645, 1646,
-     1647, 1650, 1644, 1649, 1651, 1652, 1653, 1654, 1655, 1656,
-     1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666,
-     1667, 1668, 1669, 1670, 1648, 1646, 1671, 1645, 1672, 1649,
-     1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682,
-     1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692,
-
-     1693, 1694, 1648, 1695, 1696, 1697, 1698, 1699, 1700, 1701,
-     1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711,
-     1712, 1713, 1714, 1715, 1719, 1716, 1720, 1721, 1717, 1722,
-     1723, 1718, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731,
-     1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1742,
-     1741, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751,
-     1752, 1753, 1755, 1756, 1759, 1760, 1757, 1761, 1762, 1763,
-     1764, 1765, 1766, 1767, 1739, 1740, 1741, 1758, 1742, 1743,
-     1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777,
-     1778, 1779, 1780, 1781, 1783, 1784, 1785, 1786, 1787, 1788,
-
-     1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798,
-     1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808,
-     1809, 1810, 1754, 1811, 1812, 1813, 1814, 1815, 1816, 1817,
-     1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827,
-     1828, 1829, 1830, 1832, 1831, 1833, 1834, 1835, 1836, 1837,
-     1838, 1839, 1840, 1841, 1782, 1842, 1843, 1844, 1845, 1846,
-     1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1830, 1855,
-     1829, 1831, 1832, 1856, 1833, 1857, 1858, 1859, 1860, 1861,
-     1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871,
-     1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881,
+     1636, 1637, 1638, 1639, 1641, 1642, 1643, 1644, 1640, 1645,
+     1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655,
+     1656, 1657, 1658, 1659, 1660, 1661, 1662, 1664, 1665, 1666,
+     1669, 1663, 1668, 1670, 1671, 1672, 1673, 1674, 1675, 1676,
+     1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686,
+     1687, 1688, 1689, 1667, 1665, 1690, 1664, 1691, 1668, 1692,
+
+     1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702,
+     1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712,
+     1713, 1667, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721,
+     1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731,
+     1732, 1733, 1734, 1735, 1736, 1740, 1737, 1741, 1742, 1738,
+     1743, 1744, 1739, 1745, 1746, 1747, 1748, 1749, 1750, 1751,
+     1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761,
+     1763, 1762, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771,
+     1772, 1773, 1774, 1776, 1777, 1780, 1781, 1778, 1782, 1783,
+     1784, 1785, 1786, 1787, 1788, 1760, 1761, 1762, 1779, 1763,
+
+     1764, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797,
+     1798, 1799, 1800, 1801, 1802, 1803, 1805, 1806, 1807, 1808,
+     1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818,
+     1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828,
+     1829, 1830, 1831, 1775, 1832, 1833, 1834, 1835, 1836, 1837,
+     1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847,
+     1848, 1849, 1850, 1851, 1852, 1853, 1855, 1854, 1856, 1857,
+     1858, 1859, 1860, 1861, 1862, 1863, 1804, 1864, 1865, 1866,
+     1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1876,
+     1877, 1853, 1878, 1852, 1854, 1855, 1879, 1856, 1880, 1881,
 
      1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891,
      1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901,
      1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911,
      1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921,
-     1922, 1923, 1924, 1925, 1926, 1927, 1928, 1929, 1903, 1905,
-     1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939,
-     1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949,
-     1950, 1951, 1952, 1953, 1954, 1955, 1956, 1957, 1958, 1960,
-     1961, 1962, 1963, 1959, 1964, 1965, 1966, 1967, 1969, 1968,
+     1922, 1923, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931,
+     1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941,
+     1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1950, 1951,
+     1952, 1953, 1954, 1928, 1930, 1955, 1956, 1957, 1958, 1959,
+     1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969,
      1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979,
 
-     1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989,
-     1990, 1991, 1992, 1993, 1967, 1968, 1994, 1995, 1996, 1997,
-     1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-     2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017,
-     2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027,
+     1980, 1981, 1982, 1983, 1984, 1985, 1987, 1988, 1989, 1990,
+     1986, 1991, 1992, 1993, 1994, 1996, 1995, 1997, 1998, 1999,
+     2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
+     2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019,
+     2020, 1994, 1995, 2021, 2022, 2023, 2024, 2025, 2026, 2027,
      2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2037,
-     2038, 2039, 2040, 2041, 2042, 2043, 2018, 2019, 2044, 2020,
-     2045, 2046, 2047, 2048, 2049, 2050, 2051, 2052, 2053, 2054,
-     2055, 2056, 2057, 2058, 2059, 2060, 2061, 2063, 2064, 2062,
-     2065, 2066, 2067, 2068, 2069, 2070, 2071, 2072, 2073, 2074,
+     2038, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046, 2047,
+     2048, 2049, 2050, 2051, 2052, 2053, 2054, 2055, 2056, 2057,
+     2058, 2059, 2060, 2061, 2062, 2063, 2064, 2065, 2066, 2067,
+     2068, 2069, 2070, 2071, 2072, 2047, 2048, 2073, 2049, 2074,
 
      2075, 2076, 2077, 2078, 2079, 2080, 2081, 2082, 2083, 2084,
-     2085, 2086, 2087, 2088, 2089, 2090, 2091, 2092, 2093, 2067,
-     2069, 2094, 2095, 2096, 2097, 2098, 2099, 2100, 2101, 2102,
-     2103, 2104, 2105, 2106, 2107, 2108, 2109, 2110, 2111, 2112,
-     2113, 2114, 2115, 2116, 2117, 2118, 2119, 2120, 2121, 2122,
-     2123, 2124, 2125, 2126, 2127, 2128, 2129, 2130, 2131, 2132,
-     2133, 2134, 2135, 2136, 2111, 2137, 2112, 2138, 2139, 2140,
-     2141, 2142, 2143, 2144, 2145, 2146, 2148, 2147, 2149, 2150,
-     2151, 2152, 2153, 2154, 2155, 2156, 2157, 2158, 2159, 2160,
-     2161, 2162, 2163, 2164, 2165, 2166, 2167, 2168, 2169, 2170,
-
-     2171, 2172, 2146, 2147, 2173, 2174, 2175, 2176, 2177, 2178,
-     2179, 2180, 2181, 2182, 2183, 2184, 2185, 2186, 2187, 2188,
-     2189, 2190, 2191, 2192, 2193, 2194, 2195, 2196, 2197, 2198,
-     2199, 2200, 2201, 2202, 2203, 2178, 2204, 2205, 2206, 2207,
-     2208, 2209, 2210, 2211, 2212, 2213, 2214, 2215, 2216, 2217,
-     2218, 2219, 2220, 2221, 2222, 2223, 2224, 2225, 2226, 2227,
-     2228, 2229, 2230, 2231, 2232, 2233, 2234, 2235, 2236, 2237,
-     2238, 2239, 2240, 2241, 2242, 2243, 2244, 2245, 2246, 2247,
+     2085, 2086, 2087, 2088, 2089, 2090, 2091, 2092, 2094, 2095,
+     2093, 2096, 2097, 2098, 2099, 2100, 2101, 2102, 2103, 2104,
+     2105, 2106, 2107, 2108, 2109, 2110, 2111, 2112, 2113, 2114,
+     2115, 2116, 2117, 2118, 2119, 2120, 2121, 2122, 2123, 2124,
+     2098, 2100, 2125, 2126, 2127, 2128, 2129, 2130, 2131, 2132,
+     2133, 2134, 2135, 2136, 2137, 2138, 2139, 2140, 2141, 2142,
+     2143, 2144, 2145, 2146, 2147, 2148, 2149, 2150, 2151, 2152,
+     2153, 2154, 2155, 2156, 2157, 2158, 2159, 2160, 2161, 2162,
+     2163, 2164, 2165, 2166, 2167, 2168, 2169, 2144, 2170, 2145,
+
+     2171, 2172, 2173, 2174, 2175, 2176, 2177, 2178, 2179, 2180,
+     2181, 2183, 2182, 2184, 2185, 2186, 2187, 2188, 2189, 2190,
+     2191, 2192, 2193, 2194, 2195, 2196, 2197, 2198, 2199, 2200,
+     2201, 2202, 2203, 2204, 2205, 2206, 2207, 2181, 2182, 2208,
+     2209, 2210, 2211, 2212, 2213, 2214, 2215, 2216, 2217, 2218,
+     2219, 2220, 2221, 2222, 2223, 2224, 2225, 2226, 2227, 2228,
+     2229, 2230, 2231, 2232, 2233, 2234, 2235, 2236, 2237, 2238,
+     2239, 2240, 2215, 2241, 2242, 2243, 2244, 2245, 2246, 2247,
      2248, 2249, 2250, 2251, 2252, 2253, 2254, 2255, 2256, 2257,
-     2258, 2259, 2260, 2261, 2262, 2264, 2263, 2265, 2266, 2267,
+     2258, 2259, 2260, 2261, 2262, 2263, 2264, 2265, 2266, 2267,
 
      2268, 2269, 2270, 2271, 2272, 2273, 2274, 2275, 2276, 2277,
      2278, 2279, 2280, 2281, 2282, 2283, 2284, 2285, 2286, 2287,
      2288, 2289, 2290, 2291, 2292, 2293, 2294, 2295, 2296, 2297,
-     2298, 2299, 2300, 2301, 2302, 2303, 2304, 2305, 2306, 2307,
-     2308, 2309, 2310,   12,   12,   12,   36,   36,   36,   79,
-       98,   79,  100,  100,  100,  115,  115,  115,  187,  877,
-      187,  208,  208,  208,  876,  875,  874,  873,  872,  871,
-      870,  869,  868,  867,  866,  865,  862,  861,  860,  859,
-      858,  857,  856,  855,  854,  853,  852,  851,  850,  849,
-      848,  847,  846,  845,  844,  843,  842,  841,  840,  839,
-
-      838,  837,  836,  835,  834,  833,  832,  831,  827,  826,
-      825,  824,  823,  822,  821,  820,  819,  818,  817,  816,
-      815,  814,  813,  812,  811,  810,  809,  808,  807,  806,
-      803,  802,  801,  800,  799,  798,  797,  796,  795,  794,
-      793,  792,  791,  790,  789,  788,  787,  786,  785,  784,
-      783,  782,  781,  780,  779,  778,  777,  774,  773,  772,
-      771,  770,  769,  768,  767,  766,  765,  764,  763,  762,
-      759,  758,  757,  756,  755,  754,  751,  750,  749,  747,
-      741,  740,  739,  738,  737,  736,  733,  732,  731,  730,
-      729,  728,  727,  726,  725,  724,  723,  722,  721,  720,
-
-      719,  718,  717,  716,  713,  712,  711,  710,  709,  708,
-      707,  706,  705,  704,  703,  702,  701,  700,  699,  698,
-      697,  696,  695,  694,  693,  692,  691,  690,  689,  688,
-      687,  686,  685,  684,  683,  682,  680,  679,  678,  677,
-      676,  675,  674,  671,  670,  669,  668,  667,  666,  665,
-      664,  663,  662,  661,  660,  659,  658,  657,  656,  655,
-      654,  653,  650,  649,  648,  647,  646,  645,  644,  643,
-      642,  641,  637,  636,  627,  626,  625,  624,  623,  622,
-      621,  620,  619,  616,  615,  614,  613,  612,  611,  610,
-      609,  607,  603,  602,  601,  600,  598,  597,  596,  595,
-
-      594,  591,  590,  589,  588,  587,  586,  585,  584,  583,
-      582,  581,  580,  579,  578,  577,  576,  575,  574,  573,
-      572,  569,  568,  567,  566,  565,  564,  563,  562,  559,
-      558,  557,  554,  553,  552,  548,  547,  546,  545,  544,
-      543,  542,  541,  540,  539,  538,  537,  536,  532,  531,
-      530,  529,  528,  524,  523,  522,  521,  520,  519,  518,
-      517,  516,  515,  514,  513,  506,  505,  504,  503,  502,
-      501,  500,  499,  498,  497,  496,  495,  494,  491,  490,
-      489,  488,  487,  486,  485,  484,  483,  482,  481,  480,
-      479,  478,  477,  476,  475,  474,  473,  472,  469,  467,
-
-      465,  464,  461,  459,  454,  451,  450,  447,  446,  445,
-      444,  442,  441,  440,  438,  437,  436,  431,  430,  429,
-      428,  427,  426,  425,  424,  423,  422,  421,  420,  419,
-      416,  413,  412,  411,  410,  409,  408,  407,  406,  403,
-      400,  399,  398,  397,  396,  394,  393,  392,  391,  387,
-      386,  385,  384,  383,  382,  381,  378,  377,  376,  375,
-      374,  373,  372,  371,  370,  369,  368,  367,  366,  365,
-      364,  363,  362,  361,  360,  359,  358,  357,  356,  355,
-      349,  348,  347,  346,  345,  344,  343,  342,  341,  340,
-      339,  338,  336,  209,  333,  331,  326,  323,  322,  315,
-
-      314,  313,  309,  307,  303,  302,  301,  298,  297,  296,
-      281,  280,  277,  272,  271,  268,  265,  264,  263,  262,
-      259,  258,  257,  254,  253,  252,  251,  250,  249,  248,
-      237,  236,  235,  234,  233,  230,  229,  228,  224,  221,
-      217,  216,  215,  214,  209,  203,  199,  196,  195,  194,
-      185,  165,  147,  106,  103,   43,   99,   97,   96,   87,
-       43, 2311,   11, 2311, 2311, 2311, 2311, 2311, 2311, 2311,
-     2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311,
-     2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311,
-     2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311,
-
-     2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311,
-     2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311,
-     2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311,
-     2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311
+     2298, 2299, 2300, 2301, 2302, 2303, 2304, 2305, 2307, 2306,
+     2308, 2309, 2310, 2311, 2312, 2313, 2314, 2315, 2316, 2317,
+     2318, 2319, 2320, 2321, 2322, 2323, 2324, 2325, 2326, 2327,
+     2328, 2329, 2330, 2331, 2332, 2333, 2334, 2335, 2336, 2337,
+     2338, 2339, 2340, 2341, 2342, 2343, 2344, 2345, 2346, 2347,
+     2348, 2349, 2350, 2351, 2352, 2353, 2354, 2355,   12,   12,
+       12,   36,   36,   36,   79,   98,   79,  100,  100,  100,
+
+      115,  115,  115,  188,  880,  188,  209,  209,  209,  879,
+      878,  877,  876,  875,  874,  873,  872,  869,  868,  867,
+      866,  865,  864,  863,  862,  861,  860,  859,  858,  857,
+      856,  855,  854,  853,  852,  851,  850,  849,  848,  847,
+      846,  845,  844,  843,  842,  841,  840,  839,  838,  834,
+      833,  830,  829,  828,  827,  826,  825,  824,  823,  822,
+      821,  820,  819,  818,  817,  816,  815,  814,  813,  812,
+      809,  808,  807,  806,  805,  804,  803,  802,  801,  800,
+      799,  798,  797,  796,  795,  794,  793,  792,  791,  790,
+      789,  788,  787,  786,  785,  784,  783,  782,  779,  778,
+
+      777,  776,  775,  774,  773,  772,  771,  770,  769,  768,
+      767,  764,  763,  762,  761,  760,  759,  756,  755,  754,
+      752,  746,  745,  744,  743,  742,  741,  738,  737,  736,
+      735,  734,  733,  732,  731,  730,  729,  728,  727,  726,
+      725,  724,  723,  722,  721,  718,  717,  716,  715,  714,
+      713,  712,  711,  710,  709,  708,  707,  706,  705,  704,
+      703,  702,  701,  700,  699,  698,  697,  696,  695,  694,
+      693,  692,  691,  690,  689,  688,  687,  685,  684,  683,
+      682,  681,  680,  679,  676,  675,  674,  673,  672,  671,
+      670,  669,  668,  667,  666,  665,  664,  663,  662,  661,
+
+      660,  659,  658,  655,  654,  653,  652,  651,  650,  649,
+      648,  647,  646,  645,  641,  640,  631,  630,  629,  628,
+      627,  626,  625,  624,  623,  620,  619,  618,  617,  616,
+      615,  614,  613,  611,  607,  606,  605,  604,  602,  601,
+      600,  599,  598,  595,  594,  593,  592,  591,  590,  589,
+      588,  587,  586,  585,  584,  583,  582,  581,  580,  579,
+      578,  577,  576,  573,  572,  571,  570,  569,  568,  567,
+      566,  563,  562,  561,  558,  557,  556,  552,  551,  550,
+      549,  548,  547,  546,  545,  544,  543,  542,  541,  540,
+      536,  535,  534,  533,  532,  528,  527,  526,  525,  524,
+
+      523,  522,  521,  520,  519,  518,  517,  510,  509,  508,
+      507,  506,  505,  504,  503,  502,  501,  500,  499,  498,
+      497,  494,  493,  492,  491,  490,  489,  488,  487,  486,
+      485,  484,  483,  482,  481,  480,  479,  478,  477,  476,
+      475,  472,  470,  468,  467,  464,  462,  457,  454,  453,
+      450,  449,  448,  447,  445,  444,  443,  441,  440,  439,
+      434,  433,  432,  431,  430,  429,  428,  427,  426,  425,
+      424,  423,  422,  419,  416,  415,  414,  413,  412,  411,
+      410,  409,  406,  403,  402,  401,  400,  399,  397,  396,
+      395,  394,  390,  389,  388,  387,  386,  385,  384,  381,
+
+      380,  379,  378,  377,  376,  375,  374,  373,  372,  371,
+      370,  369,  368,  367,  366,  365,  364,  363,  362,  361,
+      360,  359,  358,  357,  351,  350,  349,  348,  347,  346,
+      345,  344,  343,  342,  341,  340,  338,  210,  335,  333,
+      328,  325,  324,  317,  316,  315,  311,  309,  305,  304,
+      303,  300,  299,  298,  283,  282,  279,  274,  273,  270,
+      267,  266,  265,  264,  261,  260,  259,  256,  255,  254,
+      253,  252,  251,  250,  241,  238,  237,  236,  235,  234,
+      231,  230,  229,  225,  222,  218,  217,  216,  215,  210,
+      204,  200,  197,  196,  195,  186,  166,  148,  106,  103,
+
+       43,   99,   97,   96,   87,   43, 2356,   11, 2356, 2356,
+     2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356,
+     2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356,
+     2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356,
+     2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356,
+     2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356,
+     2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356,
+     2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356,
+     2356, 2356, 2356, 2356
     } ;
 
-static const flex_int16_t yy_chk[2840] =
+static const flex_int16_t yy_chk[2885] =
     {   0,
         0,    1,    1,    1,    0,    1,    1,   44,    1,    1,
         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
@@ -1845,7 +1864,7 @@ static const flex_int16_t yy_chk[2840] =
         4,    4,   13,    1,   13,    4,    0,    0,    1,   26,
         5,    5,    5,   27,    1,   31,    1,   44,    6,    6,
         6,  108,    1,    1,    7,    7,    7,   37,    7,   37,
-      283,    1,    8,    8,    8,   26,    8,    1,  283,   73,
+      285,    1,    8,    8,    8,   26,    8,    1,  285,   73,
        28,   31,   27,   73,    1,    1,    2,    2,    2,  108,
         2,    2,   32,    2,    2,    2,    2,    2,    2,    2,
         2,    2,    2,    2,    2,    5,    9,    9,    9,   28,
@@ -1853,8 +1872,8 @@ static const flex_int16_t yy_chk[2840] =
        33,    2,    2,    6,   10,   10,   10,   42,    2,   42,
       740,   32,   59,    2,   52,   68,    9,   48,   49,    2,
        51,    2,   55,   68,   10,   64,   59,    2,    2,   33,
-       64,  139,   25,   64,   25,   68,    2,   25,   25,   25,
-       25,   25,    2,   52,   48,   49,   51,  139,   55,    2,
+       64,  140,   25,   64,   25,   68,    2,   25,   25,   25,
+       25,   25,    2,   52,   48,   49,   51,  140,   55,    2,
         2,   15,   15,   15,   15,   15,   15,   15,   15,   15,
        15,   15,   15,   15,   15,   15,   15,   15,   15,   15,
        15,   15,   15,   15,   15,   15,   15,   15,   15,   15,
@@ -1864,293 +1883,298 @@ static const flex_int16_t yy_chk[2840] =
        15,   15,   15,   15,   15,   15,   15,   15,   15,   15,
        15,   15,   15,   15,   15,   15,   15,   15,   15,   15,
        15,   15,   15,   15,   15,   15,   15,   17,   56,   17,
-       17,   17,   17,   17,   19,  159,   19,   19,   19,   19,
+       17,   17,   17,   17,   19,  160,   19,   19,   19,   19,
        19,   63,   17,   20,   20,   20,   20,   20,   22,   19,
        22,   22,   22,   22,   22,   56,   20,   53,   71,   54,
        90,   58,   71,   22,   91,   53,   61,   63,   17,   61,
-       61,   54,   71,   61,   61,   19,  152,   92,   63,   62,
-      152,   62,   20,   53,  159,   54,   61,   90,   58,   22,
-       45,   91,   62,   53,   58,   70,   45,   58,   45,   45,
+       61,   54,   71,   61,   61,   19,  105,   92,   63,  131,
+      131,  100,   20,   53,  160,   54,   61,   90,   58,   22,
+       45,   91,   93,   53,   58,   70,   45,   58,   45,   45,
 
-       54,   45,   62,   70,   45,   70,   92,   45,   65,   57,
-       70,   65,   45,   45,  164,   45,   57,  164,   65,   93,
+       54,   45,  105,   70,   45,   70,   92,   45,   65,   57,
+       70,   65,   45,   45,  741,   45,   57,  111,   65,   93,
        65,  100,   45,   45,   45,   45,   45,   45,   60,   45,
        45,   45,   45,   45,   45,   45,   45,   45,   45,   45,
-       45,   45,   45,   45,   45,   95,   93,   76,   60,   57,
-       67,   67,   60,   57,   67,   60,   60,   57,   94,   60,
-       67,  100,   60,  104,  105,   57,   60,   69,  111,   57,
-       78,   57,   57,   76,   95,   69,   75,   75,  107,  109,
-       74,  112,  747,   76,   74,   94,   75,   74,   76,   69,
-      105,   69,  104,   69,   74,   74,  111,   78,   75,   74,
-
-       74,  113,  114,   69,  125,  107,  125,   78,  109,  137,
-      112,  137,   75,  138,   75,  127,  748,   75,   80,   80,
-       80,   80,   80,  253,  127,  127,  138,   75,  114,  113,
-      138,   80,  123,   81,   75,   81,   81,   81,   81,   81,
-      253,  123,  131,  131,   82,  123,   82,  102,   81,   82,
-       82,   82,   82,   82,  102,  148,   83,   80,   83,   83,
-       83,   83,   83,   84,   84,   84,   84,   84,  148,  157,
-      118,   83,  168,  168,   81,  749,   84,   88,   88,   88,
-       88,   88,   89,   89,   89,   89,   89,  102,  118,  140,
-      173,  102,  140,  299,  299,  102,  140,   83,  157,  118,
-
-      157,  162,   84,  102,  173,  665,  665,  102,  177,  102,
-      102,  117,  167,  183,  180,  188,  162,  162,  162,  117,
-      117,  117,  117,  117,  261,  182,  750,  183,  117,  117,
-      117,  117,  117,  117,  169,  178,  177,  189,  169,  190,
-      192,  178,  169,  180,  188,  191,  193,  197,  200,  198,
-      167,  167,  167,  182,  117,  117,  117,  117,  117,  117,
-      201,  167,  207,  167,  189,  190,  167,  192,  167,  167,
-      202,  203,  193,  197,  191,  198,  205,  200,  226,  227,
-      261,  226,  213,  261,  266,  272,  285,  227,  201,  285,
-      207,  274,  300,  227,  300,  304,  202,  203,  313,  272,
-
-      304,  274,  205,  211,  211,  211,  211,  211,  213,  308,
-      266,  316,  211,  211,  211,  211,  211,  211,  319,  323,
-      325,  324,  327,  329,  330,  360,  339,  374,  414,  323,
-      337,  360,  374,  395,  375,  308,  339,  316,  211,  211,
-      211,  211,  211,  211,  319,  751,  752,  325,  327,  308,
-      324,  330,  329,  313,  335,  335,  335,  335,  335,  337,
-      463,  394,  395,  335,  335,  335,  335,  335,  335,  388,
-      388,  394,  409,  457,  388,  418,  449,  409,  427,  418,
-      414,  449,  427,  374,  570,  465,  463,  465,  374,  335,
-      335,  335,  335,  335,  335,  375,  468,  477,  504,  492,
-
-      526,  535,  457,  504,  489,  604,  535,  621,  489,  477,
-      526,  753,  492,  465,  492,  465,  489,  725,  489,  489,
-      489,  489,  489,  593,  605,  468,  593,  606,  725,  635,
-      742,  604,  635,  409,  466,  466,  466,  466,  466,  570,
-      600,  743,  754,  466,  466,  466,  466,  466,  466,  608,
-      614,  744,  605,  688,  608,  600,  606,  614,  688,  742,
-      745,  746,  755,  621,  756,  757,  600,  758,  743,  466,
-      466,  466,  466,  466,  466,  759,  760,  761,  744,  762,
-      763,  765,  760,  766,  600,  764,  764,  746,  764,  745,
-      767,  768,  769,  770,  771,  688,  772,  773,  774,  775,
-
-      776,  777,  778,  779,  780,  781,  782,  783,  784,  785,
-      786,  787,  788,  789,  786,  790,  791,  792,  786,  793,
-      794,  795,  796,  797,  798,  799,  800,  801,  802,  803,
-      804,  805,  806,  807,  808,  809,  810,  811,  812,  799,
-      813,  812,  814,  815,  817,  818,  819,  820,  821,  822,
-      823,  824,  825,  826,  827,  829,  830,  831,  832,  833,
-      834,  835,  836,  837,  838,  839,  840,  841,  842,  843,
-      844,  845,  846,  847,  848,  849,  850,  851,  852,  853,
-      854,  854,  855,  856,  857,  852,  858,  859,  854,  860,
-      861,  862,  854,  864,  865,  866,  867,  868,  869,  858,
-
-      870,  858,  871,  872,  873,  858,  874,  875,  876,  877,
-      878,  879,  880,  881,  882,  883,  884,  885,  886,  887,
-      888,  889,  890,  891,  892,  893,  894,  895,  896,  897,
-      898,  901,  902,  903,  904,  905,  906,  907,  879,  908,
-      909,  880,  910,  911,  883,  912,  913,  914,  915,  916,
-      917,  918,  919,  920,  921,  922,  923,  924,  925,  926,
-      927,  928,  929,  930,  931,  932,  934,  935,  936,  937,
-      938,  939,  940,  941,  942,  938,  943,  944,  945,  946,
-      947,  948,  949,  950,  953,  954,  955,  956,  957,  958,
-      960,  961,  962,  963,  964,  965,  966,  968,  969,  970,
-
-      971,  972,  969,  973,  974,  975,  976,  980,  981,  982,
-      983,  976,  984,  985,  986,  987,  988,  989,  990,  991,
-      992,  993,  994,  995,  996,  997,  998,  999, 1000, 1001,
-     1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011,
-     1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022,
-     1023, 1024, 1025, 1026, 1027, 1028, 1029, 1032, 1030, 1033,
-     1034, 1031, 1035, 1036, 1037, 1038, 1039, 1041, 1042, 1043,
-     1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053,
-     1054, 1055, 1028, 1027, 1056, 1029, 1030, 1031, 1057, 1058,
-     1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068,
-
-     1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078,
-     1079, 1080, 1081, 1082, 1084, 1085, 1086, 1087, 1088, 1089,
-     1090, 1091, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100,
-     1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110,
-     1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1120, 1121,
-     1122, 1123, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132,
-     1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142,
-     1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153,
-     1089, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162,
-     1163, 1164, 1165, 1166, 1167, 1168, 1170, 1169, 1171, 1173,
-
-     1174, 1175, 1176, 1177, 1178, 1179, 1181, 1182, 1183, 1184,
-     1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195,
-     1196, 1197, 1198, 1167, 1169, 1170, 1171, 1199, 1200, 1201,
-     1202, 1203, 1205, 1206, 1207, 1209, 1210, 1211, 1212, 1213,
-     1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223,
-     1224, 1225, 1226, 1228, 1229, 1230, 1231, 1232, 1228, 1233,
-     1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243,
-     1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253,
-     1254, 1255, 1256, 1257, 1258, 1260, 1261, 1262, 1263, 1264,
-     1265, 1266, 1267, 1268, 1269, 1270, 1272, 1273, 1274, 1276,
-
-     1277, 1229, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285,
-     1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295,
-     1296, 1298, 1299, 1300, 1302, 1303, 1304, 1306, 1305, 1307,
-     1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1317, 1318,
-     1319, 1320, 1321, 1322, 1323, 1325, 1326, 1327, 1328, 1329,
-     1330, 1303, 1331, 1302, 1305, 1304, 1306, 1332, 1333, 1335,
-     1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345,
-     1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1355, 1356,
-     1358, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368,
-     1369, 1370, 1371, 1372, 1373, 1375, 1377, 1378, 1379, 1380,
-
-     1382, 1383, 1384, 1385, 1387, 1388, 1390, 1391, 1392, 1393,
-     1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403,
-     1404, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414,
-     1415, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426,
-     1427, 1428, 1429, 1430, 1431, 1432, 1434, 1435, 1436, 1437,
-     1438, 1439, 1440, 1442, 1443, 1444, 1445, 1446, 1447, 1448,
-     1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1429,
-     1430, 1458, 1459, 1431, 1460, 1461, 1462, 1463, 1464, 1465,
-     1466, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476,
-     1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486,
-
-     1442, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1496,
-     1488, 1497, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506,
-     1507, 1508, 1509, 1511, 1512, 1513, 1514, 1515, 1517, 1512,
-     1517, 1518, 1520, 1521, 1522, 1526, 1527, 1528, 1529, 1530,
-     1531, 1532, 1533, 1534, 1536, 1537, 1538, 1539, 1540, 1541,
-     1542, 1545, 1539, 1543, 1546, 1547, 1548, 1549, 1550, 1551,
-     1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562,
-     1563, 1564, 1565, 1566, 1542, 1541, 1567, 1540, 1568, 1543,
-     1569, 1570, 1571, 1573, 1574, 1575, 1577, 1578, 1579, 1580,
-     1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1591,
-
-     1593, 1594, 1542, 1596, 1597, 1598, 1599, 1600, 1601, 1602,
-     1603, 1604, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613,
-     1616, 1617, 1619, 1621, 1622, 1621, 1623, 1624, 1621, 1625,
-     1626, 1621, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634,
-     1635, 1636, 1637, 1639, 1641, 1642, 1644, 1645, 1646, 1648,
-     1647, 1649, 1650, 1652, 1654, 1655, 1657, 1659, 1660, 1661,
-     1662, 1663, 1664, 1665, 1667, 1668, 1666, 1669, 1670, 1671,
-     1672, 1673, 1674, 1675, 1645, 1646, 1647, 1666, 1648, 1649,
-     1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685,
-     1686, 1687, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694,
-
-     1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704,
-     1705, 1706, 1707, 1708, 1709, 1710, 1712, 1713, 1714, 1715,
-     1716, 1717, 1663, 1718, 1719, 1720, 1722, 1723, 1724, 1725,
-     1726, 1727, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1736,
-     1738, 1739, 1740, 1742, 1741, 1743, 1746, 1747, 1750, 1751,
-     1752, 1754, 1755, 1756, 1688, 1757, 1758, 1759, 1760, 1761,
-     1762, 1763, 1764, 1765, 1766, 1767, 1768, 1770, 1740, 1772,
-     1739, 1741, 1742, 1773, 1743, 1774, 1775, 1776, 1777, 1778,
-     1779, 1780, 1782, 1783, 1784, 1785, 1786, 1788, 1789, 1791,
-     1792, 1793, 1795, 1796, 1797, 1799, 1800, 1803, 1804, 1805,
-
-     1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815,
-     1816, 1817, 1818, 1820, 1821, 1822, 1823, 1824, 1825, 1826,
-     1828, 1829, 1830, 1831, 1832, 1833, 1835, 1836, 1837, 1840,
-     1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850,
-     1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1829, 1831,
-     1859, 1861, 1862, 1863, 1865, 1866, 1867, 1868, 1869, 1871,
-     1872, 1873, 1874, 1875, 1877, 1878, 1879, 1880, 1881, 1882,
-     1883, 1884, 1885, 1886, 1887, 1888, 1890, 1891, 1893, 1895,
-     1896, 1898, 1899, 1893, 1900, 1901, 1903, 1905, 1908, 1906,
-     1910, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1919, 1920,
-
-     1921, 1922, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931,
-     1932, 1933, 1934, 1935, 1905, 1906, 1936, 1937, 1938, 1939,
-     1941, 1942, 1943, 1945, 1946, 1947, 1948, 1949, 1950, 1951,
-     1952, 1953, 1954, 1956, 1958, 1959, 1960, 1961, 1962, 1965,
-     1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975,
-     1976, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986,
-     1987, 1988, 1989, 1990, 1992, 1993, 1966, 1967, 1995, 1968,
-     1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006,
-     2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2013,
-     2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025,
-
-     2026, 2027, 2028, 2029, 2030, 2031, 2033, 2034, 2035, 2036,
-     2037, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2018,
-     2020, 2047, 2051, 2052, 2053, 2054, 2055, 2056, 2057, 2058,
-     2059, 2060, 2061, 2062, 2063, 2064, 2065, 2066, 2067, 2069,
-     2071, 2072, 2073, 2074, 2075, 2076, 2077, 2078, 2079, 2080,
-     2081, 2082, 2083, 2084, 2085, 2086, 2088, 2089, 2090, 2091,
-     2092, 2093, 2096, 2098, 2067, 2100, 2069, 2101, 2102, 2103,
-     2104, 2105, 2106, 2108, 2110, 2111, 2113, 2112, 2114, 2115,
-     2116, 2117, 2118, 2119, 2121, 2122, 2123, 2124, 2125, 2126,
-     2128, 2129, 2130, 2131, 2132, 2133, 2134, 2135, 2136, 2137,
-
-     2138, 2139, 2111, 2112, 2141, 2142, 2143, 2144, 2145, 2146,
-     2147, 2148, 2149, 2151, 2152, 2153, 2154, 2155, 2156, 2157,
-     2158, 2160, 2161, 2162, 2163, 2164, 2165, 2166, 2167, 2168,
-     2169, 2170, 2171, 2172, 2173, 2146, 2174, 2175, 2176, 2177,
-     2178, 2181, 2182, 2183, 2185, 2186, 2187, 2188, 2190, 2191,
-     2192, 2193, 2194, 2195, 2198, 2201, 2202, 2203, 2204, 2205,
-     2206, 2207, 2209, 2210, 2212, 2213, 2214, 2215, 2216, 2217,
-     2218, 2219, 2220, 2221, 2223, 2224, 2225, 2226, 2227, 2228,
-     2230, 2231, 2233, 2235, 2236, 2237, 2238, 2239, 2240, 2241,
-     2242, 2244, 2245, 2246, 2247, 2248, 2247, 2249, 2250, 2251,
-
-     2253, 2254, 2256, 2259, 2260, 2261, 2262, 2263, 2264, 2265,
-     2266, 2267, 2268, 2269, 2270, 2271, 2272, 2273, 2274, 2275,
-     2276, 2278, 2279, 2280, 2281, 2282, 2285, 2286, 2287, 2288,
-     2290, 2291, 2293, 2294, 2296, 2298, 2299, 2301, 2302, 2303,
-     2304, 2305, 2307, 2312, 2312, 2312, 2313, 2313, 2313, 2314,
-     2315, 2314, 2316, 2316, 2316, 2317, 2317, 2317, 2318,  739,
-     2318, 2319, 2319, 2319,  737,  736,  735,  734,  733,  732,
-      731,  730,  729,  728,  727,  726,  724,  723,  722,  721,
-      719,  718,  717,  716,  715,  714,  713,  712,  711,  710,
-      709,  708,  707,  705,  704,  703,  702,  700,  699,  698,
-
-      697,  695,  694,  693,  692,  691,  690,  689,  687,  686,
-      685,  684,  683,  682,  681,  680,  679,  678,  677,  676,
-      675,  674,  673,  672,  671,  670,  669,  668,  667,  666,
-      664,  663,  662,  661,  660,  659,  657,  656,  655,  654,
-      653,  652,  650,  649,  648,  647,  646,  645,  644,  643,
-      642,  641,  640,  639,  638,  637,  636,  634,  633,  632,
-      631,  630,  629,  628,  627,  626,  625,  624,  623,  622,
-      620,  619,  618,  617,  616,  615,  613,  611,  610,  607,
-      599,  598,  597,  596,  595,  594,  591,  590,  587,  586,
-      584,  583,  582,  581,  580,  579,  578,  577,  576,  575,
-
-      574,  573,  572,  571,  569,  568,  567,  566,  565,  564,
-      563,  562,  561,  560,  559,  558,  557,  556,  555,  554,
-      553,  551,  550,  548,  547,  546,  545,  544,  543,  542,
-      541,  540,  539,  538,  537,  536,  534,  533,  531,  530,
-      529,  528,  527,  525,  524,  523,  522,  521,  520,  519,
-      518,  517,  516,  515,  514,  513,  512,  510,  509,  508,
-      506,  505,  503,  502,  501,  500,  499,  498,  497,  496,
-      494,  493,  491,  490,  487,  486,  485,  484,  483,  482,
-      480,  479,  478,  476,  475,  474,  473,  472,  471,  470,
-      469,  467,  462,  460,  459,  458,  456,  455,  454,  451,
-
-      450,  448,  447,  446,  444,  443,  442,  441,  440,  439,
-      438,  437,  436,  435,  434,  433,  432,  431,  430,  429,
-      428,  426,  425,  424,  423,  422,  421,  420,  419,  417,
-      416,  415,  413,  411,  410,  408,  407,  406,  405,  404,
-      403,  402,  401,  400,  399,  398,  397,  396,  393,  392,
-      391,  390,  389,  387,  386,  385,  384,  383,  382,  381,
-      380,  379,  378,  377,  376,  373,  372,  371,  370,  369,
-      368,  367,  366,  365,  364,  363,  362,  361,  359,  358,
-      357,  356,  355,  354,  353,  352,  351,  350,  349,  348,
-      347,  346,  345,  344,  343,  342,  341,  340,  338,  336,
-
-      334,  332,  328,  326,  322,  315,  314,  312,  311,  310,
-      309,  307,  306,  305,  303,  302,  301,  298,  297,  296,
-      295,  294,  293,  292,  291,  290,  289,  288,  287,  286,
-      284,  282,  281,  280,  279,  278,  277,  276,  275,  273,
-      271,  270,  269,  268,  267,  265,  264,  263,  262,  260,
-      259,  258,  257,  256,  255,  254,  252,  251,  249,  248,
-      247,  246,  245,  244,  243,  242,  241,  240,  239,  238,
-      237,  236,  235,  234,  233,  232,  231,  230,  229,  228,
-      225,  224,  223,  222,  221,  220,  219,  218,  217,  216,
-      215,  214,  212,  208,  206,  204,  199,  196,  194,  186,
-
-      185,  184,  181,  179,  176,  175,  174,  172,  171,  170,
-      166,  165,  163,  161,  160,  158,  156,  155,  154,  153,
-      151,  150,  149,  147,  146,  145,  144,  143,  142,  141,
-      136,  135,  134,  133,  132,  130,  129,  128,  126,  124,
-      122,  121,  120,  119,  115,  110,  106,  103,   98,   97,
-       77,   72,   66,   50,   47,   43,   41,   39,   38,   24,
-       14,   11, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311,
-     2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311,
-     2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311,
-     2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311,
-
-     2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311,
-     2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311,
-     2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311,
-     2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311
+       45,   45,   45,   45,   45,  111,   78,  742,   60,   57,
+       67,   67,   60,   57,   67,   60,   60,   57,   95,   60,
+       67,   62,   60,   62,  113,   57,   60,   69,   76,   57,
+       94,   57,   57,   78,   62,   69,   75,   75,  104,  107,
+      744,   74,   62,   78,   62,   74,   75,   95,   74,   69,
+      114,   69,  113,   69,   76,   74,   74,   94,   75,  109,
+
+       74,   74,  165,   69,   76,  165,  107,  104,  125,   76,
+      125,  112,   75,  139,   75,  127,  114,   75,   80,   80,
+       80,   80,   80,  745,  127,  127,  139,   75,  109,  149,
+      139,   80,  123,   81,   75,   81,   81,   81,   81,   81,
+      112,  123,  149,  480,   82,  123,   82,  102,   81,   82,
+       82,   82,   82,   82,  102,  480,   83,   80,   83,   83,
+       83,   83,   83,   84,   84,   84,   84,   84,  153,  158,
+      118,   83,  153,  137,   81,  137,   84,   88,   88,   88,
+       88,   88,   89,   89,   89,   89,   89,  102,  118,  141,
+      174,  102,  141,  169,  169,  102,  141,   83,  158,  118,
+
+      158,  163,   84,  102,  174,  301,  301,  102,  178,  102,
+      102,  117,  168,  184,  181,  189,  163,  163,  163,  117,
+      117,  117,  117,  117,  302,  183,  302,  184,  117,  117,
+      117,  117,  117,  117,  170,  179,  178,  190,  170,  191,
+      193,  179,  170,  181,  189,  192,  194,  198,  201,  199,
+      168,  168,  168,  183,  117,  117,  117,  117,  117,  117,
+      202,  168,  208,  168,  190,  191,  168,  193,  168,  168,
+      203,  204,  194,  198,  192,  199,  206,  201,  227,  228,
+      274,  227,  214,  255,  268,  276,  306,  228,  202,  263,
+      208,  306,  310,  228,  274,  276,  203,  204,  287,  315,
+
+      255,  287,  206,  212,  212,  212,  212,  212,  214,  318,
+      268,  321,  212,  212,  212,  212,  212,  212,  310,  325,
+      326,  329,  331,  327,  339,  332,  341,  362,  378,  325,
+      417,  398,  310,  362,  397,  318,  341,  321,  212,  212,
+      212,  212,  212,  212,  397,  263,  752,  329,  263,  326,
+      327,  331,  332,  339,  315,  337,  337,  337,  337,  337,
+      398,  466,  670,  670,  337,  337,  337,  337,  337,  337,
+      377,  391,  391,  412,  460,  377,  391,  421,  412,  430,
+      452,  421,  417,  430,  468,  452,  468,  466,  471,  378,
+      337,  337,  337,  337,  337,  337,  495,  508,  574,  608,
+
+      530,  539,  508,  460,  492,  609,  539,  625,  492,  495,
+      530,  495,  468,  610,  468,  604,  492,  471,  492,  492,
+      492,  492,  492,  612,  597,  608,  377,  597,  612,  639,
+      604,  377,  639,  609,  412,  469,  469,  469,  469,  469,
+      747,  604,  610,  618,  469,  469,  469,  469,  469,  469,
+      618,  693,  690,  574,  730,  748,  693,  749,  750,  604,
+      690,  753,  751,  625,  754,  730,  755,  756,  757,  747,
+      469,  469,  469,  469,  469,  469,  758,  759,  760,  761,
+      762,  763,  748,  764,  749,  765,  766,  750,  751,  767,
+      768,  765,  770,  693,  769,  769,  771,  769,  772,  773,
+
+      774,  775,  776,  777,  778,  779,  780,  781,  782,  783,
+      784,  785,  786,  787,  788,  789,  790,  791,  792,  793,
+      794,  791,  795,  796,  797,  791,  798,  799,  800,  801,
+      802,  803,  804,  805,  806,  807,  808,  809,  810,  811,
+      812,  813,  814,  815,  816,  817,  818,  805,  819,  818,
+      820,  821,  823,  824,  825,  826,  827,  828,  829,  830,
+      831,  832,  833,  834,  836,  837,  838,  839,  840,  841,
+      842,  843,  844,  845,  846,  847,  848,  849,  850,  851,
+      852,  853,  854,  855,  856,  857,  858,  859,  860,  861,
+      861,  862,  863,  864,  859,  865,  866,  861,  867,  868,
+
+      869,  861,  871,  872,  873,  874,  875,  876,  865,  877,
+      865,  878,  879,  880,  865,  881,  882,  883,  884,  885,
+      886,  887,  888,  889,  890,  891,  892,  893,  894,  895,
+      896,  897,  898,  899,  900,  901,  902,  903,  904,  905,
+      908,  909,  910,  911,  912,  913,  914,  886,  915,  916,
+      887,  917,  918,  890,  919,  920,  921,  922,  923,  924,
+      925,  926,  927,  928,  929,  930,  931,  932,  933,  934,
+      935,  936,  937,  938,  939,  940,  942,  943,  944,  945,
+      946,  947,  948,  949,  950,  946,  951,  952,  953,  954,
+      955,  956,  957,  958,  961,  962,  963,  964,  965,  966,
+
+      968,  969,  970,  971,  972,  973,  974,  976,  977,  978,
+      979,  980,  981,  978,  982,  983,  984,  985,  989,  990,
+      991,  992,  985,  993,  994,  995,  996,  997,  998,  999,
+     1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009,
+     1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019,
+     1020, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030,
+     1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1041, 1039,
+     1042, 1043, 1040, 1044, 1045, 1046, 1047, 1048, 1050, 1051,
+     1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061,
+     1062, 1063, 1064, 1037, 1036, 1065, 1038, 1039, 1040, 1066,
+
+     1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076,
+     1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086,
+     1087, 1088, 1089, 1090, 1091, 1092, 1094, 1095, 1096, 1097,
+     1098, 1099, 1100, 1101, 1103, 1104, 1105, 1106, 1107, 1108,
+     1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118,
+     1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128,
+     1129, 1131, 1132, 1133, 1134, 1136, 1137, 1138, 1139, 1140,
+     1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150,
+     1151, 1152, 1153, 1155, 1156, 1157, 1158, 1159, 1160, 1161,
+     1162, 1163, 1099, 1164, 1165, 1166, 1167, 1168, 1169, 1170,
+
+     1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1181,
+     1180, 1182, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1192,
+     1193, 1194, 1195, 1197, 1198, 1199, 1200, 1201, 1202, 1203,
+     1204, 1205, 1206, 1207, 1208, 1209, 1178, 1180, 1181, 1182,
+     1210, 1211, 1212, 1213, 1214, 1216, 1217, 1218, 1220, 1221,
+     1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231,
+     1232, 1233, 1234, 1235, 1236, 1237, 1238, 1240, 1241, 1242,
+     1243, 1244, 1240, 1245, 1246, 1247, 1248, 1249, 1250, 1251,
+     1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261,
+     1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271,
+
+     1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282,
+     1283, 1285, 1286, 1287, 1289, 1241, 1290, 1291, 1292, 1293,
+     1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303,
+     1304, 1305, 1306, 1307, 1308, 1309, 1311, 1312, 1313, 1315,
+     1316, 1317, 1319, 1318, 1320, 1321, 1322, 1323, 1324, 1325,
+     1326, 1327, 1328, 1330, 1331, 1332, 1333, 1334, 1335, 1336,
+     1338, 1339, 1340, 1341, 1342, 1343, 1316, 1344, 1315, 1318,
+     1317, 1319, 1345, 1346, 1348, 1349, 1350, 1351, 1352, 1353,
+     1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363,
+     1364, 1365, 1366, 1367, 1369, 1370, 1372, 1374, 1375, 1376,
+
+     1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386,
+     1387, 1389, 1391, 1392, 1393, 1394, 1395, 1397, 1398, 1399,
+     1400, 1402, 1403, 1405, 1406, 1407, 1408, 1409, 1410, 1411,
+     1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1421, 1422,
+     1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1433, 1434,
+     1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444,
+     1445, 1446, 1447, 1449, 1450, 1451, 1452, 1453, 1454, 1455,
+     1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466,
+     1467, 1468, 1469, 1470, 1471, 1472, 1444, 1445, 1473, 1474,
+     1446, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1483, 1484,
+
+     1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494,
+     1495, 1496, 1497, 1498, 1499, 1500, 1501, 1457, 1502, 1503,
+     1504, 1505, 1506, 1507, 1508, 1509, 1510, 1512, 1504, 1513,
+     1514, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524,
+     1525, 1526, 1528, 1529, 1530, 1531, 1532, 1534, 1529, 1534,
+     1535, 1537, 1538, 1539, 1543, 1544, 1545, 1546, 1547, 1548,
+     1549, 1550, 1551, 1553, 1554, 1555, 1556, 1557, 1558, 1559,
+     1562, 1556, 1560, 1563, 1564, 1565, 1566, 1567, 1568, 1570,
+     1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580,
+     1581, 1582, 1583, 1559, 1558, 1584, 1557, 1585, 1560, 1586,
+
+     1587, 1588, 1590, 1591, 1592, 1594, 1595, 1596, 1597, 1598,
+     1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1609,
+     1611, 1559, 1612, 1614, 1615, 1616, 1617, 1618, 1619, 1620,
+     1621, 1622, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631,
+     1632, 1635, 1636, 1638, 1640, 1641, 1640, 1642, 1643, 1640,
+     1644, 1645, 1640, 1646, 1647, 1648, 1649, 1650, 1651, 1652,
+     1653, 1654, 1655, 1656, 1658, 1660, 1661, 1663, 1664, 1665,
+     1667, 1666, 1668, 1669, 1671, 1673, 1674, 1676, 1678, 1679,
+     1680, 1681, 1682, 1683, 1684, 1686, 1687, 1685, 1688, 1689,
+     1690, 1691, 1692, 1693, 1694, 1664, 1665, 1666, 1685, 1667,
+
+     1668, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703,
+     1704, 1705, 1706, 1707, 1707, 1708, 1709, 1710, 1711, 1712,
+     1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722,
+     1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1733,
+     1734, 1735, 1736, 1682, 1737, 1738, 1739, 1740, 1741, 1743,
+     1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753,
+     1755, 1756, 1757, 1759, 1760, 1761, 1763, 1762, 1764, 1767,
+     1768, 1771, 1772, 1773, 1775, 1776, 1708, 1777, 1778, 1779,
+     1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789,
+     1791, 1761, 1793, 1760, 1762, 1763, 1794, 1764, 1795, 1796,
+
+     1797, 1798, 1799, 1800, 1801, 1802, 1804, 1805, 1806, 1807,
+     1808, 1810, 1811, 1813, 1814, 1815, 1817, 1818, 1819, 1821,
+     1822, 1823, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833,
+     1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1843, 1844,
+     1845, 1846, 1847, 1848, 1849, 1851, 1852, 1853, 1854, 1855,
+     1856, 1858, 1859, 1860, 1863, 1864, 1865, 1866, 1867, 1868,
+     1869, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878,
+     1879, 1880, 1881, 1852, 1854, 1882, 1883, 1885, 1886, 1887,
+     1889, 1890, 1891, 1892, 1893, 1895, 1896, 1897, 1898, 1899,
+     1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910,
+
+     1911, 1912, 1913, 1915, 1916, 1918, 1920, 1921, 1923, 1924,
+     1918, 1925, 1926, 1928, 1930, 1933, 1931, 1935, 1936, 1937,
+     1938, 1939, 1940, 1941, 1942, 1944, 1945, 1946, 1947, 1949,
+     1950, 1951, 1952, 1953, 1954, 1955, 1956, 1957, 1958, 1959,
+     1960, 1930, 1931, 1961, 1962, 1963, 1964, 1965, 1967, 1968,
+     1969, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979,
+     1980, 1981, 1983, 1985, 1986, 1987, 1988, 1989, 1992, 1993,
+     1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+     2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014,
+     2015, 2016, 2017, 2018, 2020, 1993, 1994, 2021, 1995, 2023,
+
+     2024, 2025, 2026, 2027, 2028, 2029, 2030, 2032, 2033, 2034,
+     2035, 2036, 2037, 2038, 2039, 2040, 2041, 2042, 2043, 2044,
+     2042, 2045, 2046, 2047, 2048, 2049, 2050, 2051, 2052, 2053,
+     2054, 2055, 2056, 2057, 2058, 2059, 2060, 2062, 2063, 2064,
+     2065, 2066, 2067, 2068, 2069, 2070, 2071, 2072, 2073, 2074,
+     2047, 2049, 2075, 2077, 2080, 2082, 2083, 2084, 2085, 2086,
+     2087, 2088, 2089, 2090, 2091, 2092, 2093, 2094, 2095, 2096,
+     2097, 2098, 2100, 2102, 2103, 2104, 2105, 2106, 2107, 2108,
+     2109, 2110, 2111, 2112, 2113, 2114, 2115, 2116, 2117, 2118,
+     2120, 2121, 2122, 2123, 2124, 2125, 2127, 2098, 2129, 2100,
+
+     2131, 2133, 2134, 2135, 2136, 2137, 2138, 2139, 2141, 2143,
+     2144, 2146, 2145, 2147, 2148, 2149, 2150, 2151, 2152, 2154,
+     2155, 2156, 2157, 2158, 2159, 2160, 2162, 2163, 2164, 2165,
+     2166, 2167, 2168, 2169, 2170, 2171, 2172, 2144, 2145, 2173,
+     2174, 2176, 2177, 2178, 2179, 2180, 2181, 2182, 2183, 2184,
+     2186, 2187, 2188, 2189, 2190, 2191, 2192, 2193, 2194, 2196,
+     2197, 2198, 2199, 2200, 2201, 2202, 2203, 2204, 2205, 2206,
+     2207, 2208, 2181, 2209, 2210, 2211, 2212, 2213, 2214, 2215,
+     2218, 2219, 2220, 2222, 2223, 2224, 2225, 2227, 2228, 2229,
+     2230, 2231, 2232, 2233, 2236, 2237, 2240, 2241, 2242, 2243,
+
+     2244, 2245, 2246, 2248, 2249, 2251, 2252, 2253, 2254, 2255,
+     2256, 2257, 2258, 2259, 2260, 2261, 2264, 2265, 2266, 2267,
+     2268, 2269, 2271, 2272, 2274, 2276, 2277, 2278, 2279, 2280,
+     2281, 2282, 2283, 2284, 2286, 2287, 2288, 2289, 2290, 2289,
+     2291, 2292, 2293, 2294, 2296, 2297, 2299, 2302, 2303, 2304,
+     2305, 2306, 2307, 2308, 2309, 2310, 2311, 2312, 2313, 2314,
+     2315, 2316, 2317, 2318, 2319, 2320, 2322, 2323, 2325, 2326,
+     2327, 2330, 2331, 2332, 2333, 2335, 2336, 2338, 2339, 2341,
+     2343, 2344, 2346, 2347, 2348, 2349, 2350, 2352, 2357, 2357,
+     2357, 2358, 2358, 2358, 2359, 2360, 2359, 2361, 2361, 2361,
+
+     2362, 2362, 2362, 2363,  739, 2363, 2364, 2364, 2364,  738,
+      737,  736,  735,  734,  733,  732,  731,  729,  728,  727,
+      726,  724,  723,  722,  721,  720,  719,  718,  717,  716,
+      715,  714,  713,  712,  710,  709,  708,  707,  705,  704,
+      703,  702,  700,  699,  698,  697,  696,  695,  694,  692,
+      691,  689,  688,  687,  686,  685,  684,  683,  682,  681,
+      680,  679,  678,  677,  676,  675,  674,  673,  672,  671,
+      669,  668,  667,  666,  665,  664,  662,  661,  660,  659,
+      658,  657,  655,  654,  653,  652,  651,  650,  649,  648,
+      647,  646,  645,  644,  643,  642,  641,  640,  638,  637,
+
+      636,  635,  634,  633,  632,  631,  630,  629,  628,  627,
+      626,  624,  623,  622,  621,  620,  619,  617,  615,  614,
+      611,  603,  602,  601,  600,  599,  598,  595,  594,  591,
+      590,  588,  587,  586,  585,  584,  583,  582,  581,  580,
+      579,  578,  577,  576,  575,  573,  572,  571,  570,  569,
+      568,  567,  566,  565,  564,  563,  562,  561,  560,  559,
+      558,  557,  555,  554,  552,  551,  550,  549,  548,  547,
+      546,  545,  544,  543,  542,  541,  540,  538,  537,  535,
+      534,  533,  532,  531,  529,  528,  527,  526,  525,  524,
+      523,  522,  521,  520,  519,  518,  517,  516,  514,  513,
+
+      512,  510,  509,  507,  506,  505,  504,  503,  502,  501,
+      500,  499,  497,  496,  494,  493,  490,  489,  488,  487,
+      486,  485,  483,  482,  481,  479,  478,  477,  476,  475,
+      474,  473,  472,  470,  465,  463,  462,  461,  459,  458,
+      457,  454,  453,  451,  450,  449,  447,  446,  445,  444,
+      443,  442,  441,  440,  439,  438,  437,  436,  435,  434,
+      433,  432,  431,  429,  428,  427,  426,  425,  424,  423,
+      422,  420,  419,  418,  416,  414,  413,  411,  410,  409,
+      408,  407,  406,  405,  404,  403,  402,  401,  400,  399,
+      396,  395,  394,  393,  392,  390,  389,  388,  387,  386,
+
+      385,  384,  383,  382,  381,  380,  379,  376,  375,  374,
+      373,  372,  371,  370,  369,  368,  367,  366,  365,  364,
+      363,  361,  360,  359,  358,  357,  356,  355,  354,  353,
+      352,  351,  350,  349,  348,  347,  346,  345,  344,  343,
+      342,  340,  338,  336,  334,  330,  328,  324,  317,  316,
+      314,  313,  312,  311,  309,  308,  307,  305,  304,  303,
+      300,  299,  298,  297,  296,  295,  294,  293,  292,  291,
+      290,  289,  288,  286,  284,  283,  282,  281,  280,  279,
+      278,  277,  275,  273,  272,  271,  270,  269,  267,  266,
+      265,  264,  262,  261,  260,  259,  258,  257,  256,  254,
+
+      253,  251,  250,  249,  248,  247,  246,  245,  244,  243,
+      242,  241,  240,  239,  238,  237,  236,  235,  234,  233,
+      232,  231,  230,  229,  226,  225,  224,  223,  222,  221,
+      220,  219,  218,  217,  216,  215,  213,  209,  207,  205,
+      200,  197,  195,  187,  186,  185,  182,  180,  177,  176,
+      175,  173,  172,  171,  167,  166,  164,  162,  161,  159,
+      157,  156,  155,  154,  152,  151,  150,  148,  147,  146,
+      145,  144,  143,  142,  138,  136,  135,  134,  133,  132,
+      130,  129,  128,  126,  124,  122,  121,  120,  119,  115,
+      110,  106,  103,   98,   97,   77,   72,   66,   50,   47,
+
+       43,   41,   39,   38,   24,   14,   11, 2356, 2356, 2356,
+     2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356,
+     2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356,
+     2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356,
+     2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356,
+     2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356,
+     2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356,
+     2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356, 2356,
+     2356, 2356, 2356, 2356
     } ;
 
 static yy_state_type yy_last_accepting_state;
@@ -2159,7 +2183,7 @@ static char *yy_last_accepting_cpos;
 extern int yy_flex_debug;
 int yy_flex_debug = 1;
 
-static const flex_int16_t yy_rule_linenum[235] =
+static const flex_int16_t yy_rule_linenum[237] =
     {   0,
       147,  149,  151,  156,  157,  162,  163,  164,  176,  179,
       184,  191,  200,  209,  218,  227,  236,  245,  254,  264,
@@ -2174,19 +2198,19 @@ static const flex_int16_t yy_rule_linenum[235] =
 
      1123, 1134, 1145, 1155, 1164, 1175, 1186, 1197, 1208, 1220,
      1229, 1238, 1247, 1256, 1265, 1274, 1283, 1292, 1301, 1310,
-     1321, 1332, 1344, 1353, 1362, 1371, 1381, 1391, 1401, 1411,
-     1421, 1431, 1440, 1450, 1459, 1468, 1477, 1486, 1496, 1505,
-     1514, 1524, 1533, 1542, 1551, 1560, 1569, 1578, 1587, 1596,
-     1605, 1614, 1623, 1632, 1641, 1650, 1659, 1668, 1677, 1686,
-     1695, 1704, 1713, 1722, 1731, 1740, 1749, 1758, 1767, 1776,
-     1785, 1794, 1803, 1812, 1821, 1830, 1839, 1848, 1857, 1866,
-     1875, 1884, 1893, 1902, 1911, 1920, 1931, 1942, 1952, 1962,
-     1972, 1982, 1992, 2002, 2012, 2022, 2032, 2041, 2050, 2059,
-
-     2068, 2079, 2090, 2103, 2116, 2129, 2138, 2147, 2156, 2165,
-     2174, 2183, 2192, 2201, 2213, 2222, 2323, 2339, 2388, 2396,
-     2411, 2412, 2413, 2414, 2415, 2416, 2418, 2436, 2449, 2454,
-     2458, 2460, 2462, 2464
+     1321, 1332, 1343, 1355, 1364, 1373, 1382, 1391, 1401, 1411,
+     1421, 1431, 1441, 1451, 1460, 1470, 1479, 1488, 1497, 1506,
+     1516, 1525, 1534, 1544, 1553, 1562, 1571, 1580, 1589, 1598,
+     1607, 1616, 1625, 1634, 1643, 1652, 1661, 1670, 1679, 1688,
+     1697, 1706, 1715, 1724, 1733, 1742, 1751, 1760, 1769, 1778,
+     1787, 1796, 1805, 1814, 1823, 1832, 1841, 1850, 1859, 1868,
+     1877, 1886, 1895, 1904, 1913, 1922, 1931, 1940, 1951, 1962,
+     1972, 1982, 1992, 2002, 2012, 2022, 2032, 2042, 2052, 2061,
+
+     2070, 2079, 2088, 2099, 2110, 2123, 2136, 2149, 2158, 2167,
+     2176, 2185, 2194, 2203, 2212, 2221, 2233, 2242, 2343, 2359,
+     2408, 2416, 2431, 2432, 2433, 2434, 2435, 2436, 2438, 2456,
+     2469, 2474, 2478, 2480, 2482, 2484
     } ;
 
 /* The intent behind this definition is that it'll catch
@@ -2241,7 +2265,7 @@ using namespace isc::dhcp;
 
 /* To avoid the call to exit... oops! */
 #define YY_FATAL_ERROR(msg) isc::dhcp::Parser4Context::fatal(msg)
-#line 2245 "dhcp4_lexer.cc"
+#line 2269 "dhcp4_lexer.cc"
 /* noyywrap disables automatic rewinding for the next file to parse. Since we
    always parse only a single string, there's no need to do any wraps. And
    using yywrap requires linking with -lfl, which provides the default yywrap
@@ -2267,8 +2291,8 @@ using namespace isc::dhcp;
    by moving it ahead by yyleng bytes. yyleng specifies the length of the
    currently matched token. */
 #define YY_USER_ACTION  driver.loc_.columns(yyleng);
-#line 2271 "dhcp4_lexer.cc"
-#line 2272 "dhcp4_lexer.cc"
+#line 2295 "dhcp4_lexer.cc"
+#line 2296 "dhcp4_lexer.cc"
 
 #define INITIAL 0
 #define COMMENT 1
@@ -2596,7 +2620,7 @@ YY_DECL
     }
 
 
-#line 2600 "dhcp4_lexer.cc"
+#line 2624 "dhcp4_lexer.cc"
 
        while ( /*CONSTCOND*/1 )                /* loops until end-of-file is reached */
                {
@@ -2625,13 +2649,13 @@ yy_match:
                        while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
                                {
                                yy_current_state = (int) yy_def[yy_current_state];
-                               if ( yy_current_state >= 2312 )
+                               if ( yy_current_state >= 2357 )
                                        yy_c = yy_meta[yy_c];
                                }
                        yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
                        ++yy_cp;
                        }
-               while ( yy_current_state != 2311 );
+               while ( yy_current_state != 2356 );
                yy_cp = (yy_last_accepting_cpos);
                yy_current_state = (yy_last_accepting_state);
 
@@ -2650,13 +2674,13 @@ do_action:      /* This label is used only to access EOF actions. */
                        {
                        if ( yy_act == 0 )
                                fprintf( stderr, "--scanner backing up\n" );
-                       else if ( yy_act < 235 )
+                       else if ( yy_act < 237 )
                                fprintf( stderr, "--accepting rule at line %ld (\"%s\")\n",
                                         (long)yy_rule_linenum[yy_act], yytext );
-                       else if ( yy_act == 235 )
+                       else if ( yy_act == 237 )
                                fprintf( stderr, "--accepting default rule (\"%s\")\n",
                                         yytext );
-                       else if ( yy_act == 236 )
+                       else if ( yy_act == 238 )
                                fprintf( stderr, "--(end of buffer or a NUL)\n" );
                        else
                                fprintf( stderr, "--EOF (start condition %d)\n", YY_START );
@@ -4232,6 +4256,20 @@ YY_RULE_SETUP
 case 122:
 YY_RULE_SETUP
 #line 1332 "dhcp4_lexer.ll"
+{
+    switch(driver.ctx_) {
+    case isc::dhcp::Parser4Context::SUBNET4:
+    case isc::dhcp::Parser4Context::POOLS:
+    case isc::dhcp::Parser4Context::SHARED_NETWORK:
+        return isc::dhcp::Dhcp4Parser::make_EVALUATE_ADDITIONAL_CLASSES(driver.loc_);
+    default:
+        return isc::dhcp::Dhcp4Parser::make_STRING("evaluate-additional-classes", driver.loc_);
+    }
+}
+       YY_BREAK
+case 123:
+YY_RULE_SETUP
+#line 1343 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::SUBNET4:
@@ -4244,9 +4282,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 123:
+case 124:
 YY_RULE_SETUP
-#line 1344 "dhcp4_lexer.ll"
+#line 1355 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::CLIENT_CLASSES:
@@ -4256,9 +4294,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 124:
+case 125:
 YY_RULE_SETUP
-#line 1353 "dhcp4_lexer.ll"
+#line 1364 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::CLIENT_CLASSES:
@@ -4268,9 +4306,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 125:
+case 126:
 YY_RULE_SETUP
-#line 1362 "dhcp4_lexer.ll"
+#line 1373 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::CLIENT_CLASSES:
@@ -4280,9 +4318,21 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 126:
+case 127:
 YY_RULE_SETUP
-#line 1371 "dhcp4_lexer.ll"
+#line 1382 "dhcp4_lexer.ll"
+{
+    switch(driver.ctx_) {
+    case isc::dhcp::Parser4Context::CLIENT_CLASSES:
+        return isc::dhcp::Dhcp4Parser::make_ONLY_IN_ADDITIONAL_LIST(driver.loc_);
+    default:
+        return isc::dhcp::Dhcp4Parser::make_STRING("in-additional-list", driver.loc_);
+    }
+}
+       YY_BREAK
+case 128:
+YY_RULE_SETUP
+#line 1391 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::DHCP4:
@@ -4293,9 +4343,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 127:
+case 129:
 YY_RULE_SETUP
-#line 1381 "dhcp4_lexer.ll"
+#line 1401 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::HOST_RESERVATION_IDENTIFIERS:
@@ -4306,9 +4356,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 128:
+case 130:
 YY_RULE_SETUP
-#line 1391 "dhcp4_lexer.ll"
+#line 1411 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::HOST_RESERVATION_IDENTIFIERS:
@@ -4319,9 +4369,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 129:
+case 131:
 YY_RULE_SETUP
-#line 1401 "dhcp4_lexer.ll"
+#line 1421 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::HOST_RESERVATION_IDENTIFIERS:
@@ -4332,9 +4382,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 130:
+case 132:
 YY_RULE_SETUP
-#line 1411 "dhcp4_lexer.ll"
+#line 1431 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::HOST_RESERVATION_IDENTIFIERS:
@@ -4345,9 +4395,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 131:
+case 133:
 YY_RULE_SETUP
-#line 1421 "dhcp4_lexer.ll"
+#line 1441 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::HOST_RESERVATION_IDENTIFIERS:
@@ -4358,9 +4408,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 132:
+case 134:
 YY_RULE_SETUP
-#line 1431 "dhcp4_lexer.ll"
+#line 1451 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::RESERVATIONS:
@@ -4370,9 +4420,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 133:
+case 135:
 YY_RULE_SETUP
-#line 1440 "dhcp4_lexer.ll"
+#line 1460 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::OPTION_DEF:
@@ -4383,9 +4433,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 134:
+case 136:
 YY_RULE_SETUP
-#line 1450 "dhcp4_lexer.ll"
+#line 1470 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::OPTION_DATA:
@@ -4395,9 +4445,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 135:
+case 137:
 YY_RULE_SETUP
-#line 1459 "dhcp4_lexer.ll"
+#line 1479 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::OPTION_DEF:
@@ -4407,9 +4457,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 136:
+case 138:
 YY_RULE_SETUP
-#line 1468 "dhcp4_lexer.ll"
+#line 1488 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::OPTION_DEF:
@@ -4419,9 +4469,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 137:
+case 139:
 YY_RULE_SETUP
-#line 1477 "dhcp4_lexer.ll"
+#line 1497 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::OPTION_DEF:
@@ -4431,9 +4481,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 138:
+case 140:
 YY_RULE_SETUP
-#line 1486 "dhcp4_lexer.ll"
+#line 1506 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::SUBNET4:
@@ -4444,9 +4494,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 139:
+case 141:
 YY_RULE_SETUP
-#line 1496 "dhcp4_lexer.ll"
+#line 1516 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::RESERVATIONS:
@@ -4456,9 +4506,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 140:
+case 142:
 YY_RULE_SETUP
-#line 1505 "dhcp4_lexer.ll"
+#line 1525 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::RELAY:
@@ -4468,9 +4518,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 141:
+case 143:
 YY_RULE_SETUP
-#line 1514 "dhcp4_lexer.ll"
+#line 1534 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::DHCP4:
@@ -4480,9 +4530,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 142:
+case 144:
 YY_RULE_SETUP
-#line 1524 "dhcp4_lexer.ll"
+#line 1544 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::HOOKS_LIBRARIES:
@@ -4492,9 +4542,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 143:
+case 145:
 YY_RULE_SETUP
-#line 1533 "dhcp4_lexer.ll"
+#line 1553 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::HOOKS_LIBRARIES:
@@ -4504,9 +4554,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 144:
+case 146:
 YY_RULE_SETUP
-#line 1542 "dhcp4_lexer.ll"
+#line 1562 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::DHCP4:
@@ -4516,9 +4566,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 145:
+case 147:
 YY_RULE_SETUP
-#line 1551 "dhcp4_lexer.ll"
+#line 1571 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::EXPIRED_LEASES_PROCESSING:
@@ -4528,9 +4578,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 146:
+case 148:
 YY_RULE_SETUP
-#line 1560 "dhcp4_lexer.ll"
+#line 1580 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::EXPIRED_LEASES_PROCESSING:
@@ -4540,9 +4590,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 147:
+case 149:
 YY_RULE_SETUP
-#line 1569 "dhcp4_lexer.ll"
+#line 1589 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::EXPIRED_LEASES_PROCESSING:
@@ -4552,9 +4602,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 148:
+case 150:
 YY_RULE_SETUP
-#line 1578 "dhcp4_lexer.ll"
+#line 1598 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::EXPIRED_LEASES_PROCESSING:
@@ -4564,9 +4614,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 149:
+case 151:
 YY_RULE_SETUP
-#line 1587 "dhcp4_lexer.ll"
+#line 1607 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::EXPIRED_LEASES_PROCESSING:
@@ -4576,9 +4626,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 150:
+case 152:
 YY_RULE_SETUP
-#line 1596 "dhcp4_lexer.ll"
+#line 1616 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::EXPIRED_LEASES_PROCESSING:
@@ -4588,9 +4638,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 151:
+case 153:
 YY_RULE_SETUP
-#line 1605 "dhcp4_lexer.ll"
+#line 1625 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::DHCP4:
@@ -4600,9 +4650,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 152:
+case 154:
 YY_RULE_SETUP
-#line 1614 "dhcp4_lexer.ll"
+#line 1634 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::DHCP4:
@@ -4612,9 +4662,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 153:
+case 155:
 YY_RULE_SETUP
-#line 1623 "dhcp4_lexer.ll"
+#line 1643 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::DHCP_MULTI_THREADING:
@@ -4624,9 +4674,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 154:
+case 156:
 YY_RULE_SETUP
-#line 1632 "dhcp4_lexer.ll"
+#line 1652 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::DHCP_MULTI_THREADING:
@@ -4636,9 +4686,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 155:
+case 157:
 YY_RULE_SETUP
-#line 1641 "dhcp4_lexer.ll"
+#line 1661 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::DHCP_MULTI_THREADING:
@@ -4648,9 +4698,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 156:
+case 158:
 YY_RULE_SETUP
-#line 1650 "dhcp4_lexer.ll"
+#line 1670 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::DHCP4:
@@ -4660,9 +4710,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 157:
+case 159:
 YY_RULE_SETUP
-#line 1659 "dhcp4_lexer.ll"
+#line 1679 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::DHCP4:
@@ -4672,9 +4722,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 158:
+case 160:
 YY_RULE_SETUP
-#line 1668 "dhcp4_lexer.ll"
+#line 1688 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::CONTROL_SOCKET:
@@ -4684,9 +4734,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 159:
+case 161:
 YY_RULE_SETUP
-#line 1677 "dhcp4_lexer.ll"
+#line 1697 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::CONTROL_SOCKET_TYPE:
@@ -4696,9 +4746,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 160:
+case 162:
 YY_RULE_SETUP
-#line 1686 "dhcp4_lexer.ll"
+#line 1706 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::CONTROL_SOCKET_TYPE:
@@ -4708,9 +4758,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 161:
+case 163:
 YY_RULE_SETUP
-#line 1695 "dhcp4_lexer.ll"
+#line 1715 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::CONTROL_SOCKET_TYPE:
@@ -4720,9 +4770,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 162:
+case 164:
 YY_RULE_SETUP
-#line 1704 "dhcp4_lexer.ll"
+#line 1724 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::CONTROL_SOCKET:
@@ -4732,9 +4782,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 163:
+case 165:
 YY_RULE_SETUP
-#line 1713 "dhcp4_lexer.ll"
+#line 1733 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::CONTROL_SOCKET:
@@ -4744,9 +4794,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 164:
+case 166:
 YY_RULE_SETUP
-#line 1722 "dhcp4_lexer.ll"
+#line 1742 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::CONTROL_SOCKET:
@@ -4756,9 +4806,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 165:
+case 167:
 YY_RULE_SETUP
-#line 1731 "dhcp4_lexer.ll"
+#line 1751 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::CONTROL_SOCKET:
@@ -4768,9 +4818,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 166:
+case 168:
 YY_RULE_SETUP
-#line 1740 "dhcp4_lexer.ll"
+#line 1760 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::AUTH_TYPE:
@@ -4780,9 +4830,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 167:
+case 169:
 YY_RULE_SETUP
-#line 1749 "dhcp4_lexer.ll"
+#line 1769 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::AUTHENTICATION:
@@ -4792,9 +4842,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 168:
+case 170:
 YY_RULE_SETUP
-#line 1758 "dhcp4_lexer.ll"
+#line 1778 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::AUTHENTICATION:
@@ -4804,9 +4854,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 169:
+case 171:
 YY_RULE_SETUP
-#line 1767 "dhcp4_lexer.ll"
+#line 1787 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::AUTHENTICATION:
@@ -4816,9 +4866,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 170:
+case 172:
 YY_RULE_SETUP
-#line 1776 "dhcp4_lexer.ll"
+#line 1796 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::CLIENTS:
@@ -4828,9 +4878,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 171:
+case 173:
 YY_RULE_SETUP
-#line 1785 "dhcp4_lexer.ll"
+#line 1805 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::CLIENTS:
@@ -4840,9 +4890,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 172:
+case 174:
 YY_RULE_SETUP
-#line 1794 "dhcp4_lexer.ll"
+#line 1814 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::CONTROL_SOCKET:
@@ -4852,9 +4902,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 173:
+case 175:
 YY_RULE_SETUP
-#line 1803 "dhcp4_lexer.ll"
+#line 1823 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::DHCP4:
@@ -4864,9 +4914,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 174:
+case 176:
 YY_RULE_SETUP
-#line 1812 "dhcp4_lexer.ll"
+#line 1832 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::DHCP_QUEUE_CONTROL:
@@ -4876,9 +4926,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 175:
+case 177:
 YY_RULE_SETUP
-#line 1821 "dhcp4_lexer.ll"
+#line 1841 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::DHCP_QUEUE_CONTROL:
@@ -4888,9 +4938,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 176:
+case 178:
 YY_RULE_SETUP
-#line 1830 "dhcp4_lexer.ll"
+#line 1850 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::DHCP_QUEUE_CONTROL:
@@ -4900,9 +4950,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 177:
+case 179:
 YY_RULE_SETUP
-#line 1839 "dhcp4_lexer.ll"
+#line 1859 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::DHCP4:
@@ -4912,9 +4962,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 178:
+case 180:
 YY_RULE_SETUP
-#line 1848 "dhcp4_lexer.ll"
+#line 1868 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::DHCP_DDNS:
@@ -4924,9 +4974,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 179:
+case 181:
 YY_RULE_SETUP
-#line 1857 "dhcp4_lexer.ll"
+#line 1877 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::DHCP_DDNS:
@@ -4936,9 +4986,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 180:
+case 182:
 YY_RULE_SETUP
-#line 1866 "dhcp4_lexer.ll"
+#line 1886 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::DHCP_DDNS:
@@ -4948,9 +4998,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 181:
+case 183:
 YY_RULE_SETUP
-#line 1875 "dhcp4_lexer.ll"
+#line 1895 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::DHCP_DDNS:
@@ -4960,9 +5010,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 182:
+case 184:
 YY_RULE_SETUP
-#line 1884 "dhcp4_lexer.ll"
+#line 1904 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::DHCP_DDNS:
@@ -4972,9 +5022,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 183:
+case 185:
 YY_RULE_SETUP
-#line 1893 "dhcp4_lexer.ll"
+#line 1913 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::DHCP_DDNS:
@@ -4984,9 +5034,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 184:
+case 186:
 YY_RULE_SETUP
-#line 1902 "dhcp4_lexer.ll"
+#line 1922 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::DHCP_DDNS:
@@ -4996,9 +5046,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 185:
+case 187:
 YY_RULE_SETUP
-#line 1911 "dhcp4_lexer.ll"
+#line 1931 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::DHCP_DDNS:
@@ -5008,9 +5058,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 186:
+case 188:
 YY_RULE_SETUP
-#line 1920 "dhcp4_lexer.ll"
+#line 1940 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::DHCP4:
@@ -5022,9 +5072,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 187:
+case 189:
 YY_RULE_SETUP
-#line 1931 "dhcp4_lexer.ll"
+#line 1951 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::DHCP4:
@@ -5036,9 +5086,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 188:
+case 190:
 YY_RULE_SETUP
-#line 1942 "dhcp4_lexer.ll"
+#line 1962 "dhcp4_lexer.ll"
 {
     /* dhcp-ddns value keywords are case insensitive */
     if (driver.ctx_ == isc::dhcp::Parser4Context::NCR_PROTOCOL) {
@@ -5049,9 +5099,9 @@ YY_RULE_SETUP
     return isc::dhcp::Dhcp4Parser::make_STRING(tmp, driver.loc_);
 }
        YY_BREAK
-case 189:
+case 191:
 YY_RULE_SETUP
-#line 1952 "dhcp4_lexer.ll"
+#line 1972 "dhcp4_lexer.ll"
 {
     /* dhcp-ddns value keywords are case insensitive */
     if (driver.ctx_ == isc::dhcp::Parser4Context::NCR_PROTOCOL) {
@@ -5062,9 +5112,9 @@ YY_RULE_SETUP
     return isc::dhcp::Dhcp4Parser::make_STRING(tmp, driver.loc_);
 }
        YY_BREAK
-case 190:
+case 192:
 YY_RULE_SETUP
-#line 1962 "dhcp4_lexer.ll"
+#line 1982 "dhcp4_lexer.ll"
 {
     /* dhcp-ddns value keywords are case insensitive */
     if (driver.ctx_ == isc::dhcp::Parser4Context::NCR_FORMAT) {
@@ -5075,9 +5125,9 @@ YY_RULE_SETUP
     return isc::dhcp::Dhcp4Parser::make_STRING(tmp, driver.loc_);
 }
        YY_BREAK
-case 191:
+case 193:
 YY_RULE_SETUP
-#line 1972 "dhcp4_lexer.ll"
+#line 1992 "dhcp4_lexer.ll"
 {
     /* dhcp-ddns value keywords are case insensitive */
     if (driver.ctx_ == isc::dhcp::Parser4Context::REPLACE_CLIENT_NAME) {
@@ -5088,9 +5138,9 @@ YY_RULE_SETUP
     return isc::dhcp::Dhcp4Parser::make_STRING(tmp, driver.loc_);
 }
        YY_BREAK
-case 192:
+case 194:
 YY_RULE_SETUP
-#line 1982 "dhcp4_lexer.ll"
+#line 2002 "dhcp4_lexer.ll"
 {
     /* dhcp-ddns value keywords are case insensitive */
     if (driver.ctx_ == isc::dhcp::Parser4Context::REPLACE_CLIENT_NAME) {
@@ -5101,9 +5151,9 @@ YY_RULE_SETUP
     return isc::dhcp::Dhcp4Parser::make_STRING(tmp, driver.loc_);
 }
        YY_BREAK
-case 193:
+case 195:
 YY_RULE_SETUP
-#line 1992 "dhcp4_lexer.ll"
+#line 2012 "dhcp4_lexer.ll"
 {
     /* dhcp-ddns value keywords are case insensitive */
     if (driver.ctx_ == isc::dhcp::Parser4Context::REPLACE_CLIENT_NAME) {
@@ -5114,9 +5164,9 @@ YY_RULE_SETUP
     return isc::dhcp::Dhcp4Parser::make_STRING(tmp, driver.loc_);
 }
        YY_BREAK
-case 194:
+case 196:
 YY_RULE_SETUP
-#line 2002 "dhcp4_lexer.ll"
+#line 2022 "dhcp4_lexer.ll"
 {
     /* dhcp-ddns value keywords are case insensitive */
     if (driver.ctx_ == isc::dhcp::Parser4Context::REPLACE_CLIENT_NAME) {
@@ -5127,9 +5177,9 @@ YY_RULE_SETUP
     return isc::dhcp::Dhcp4Parser::make_STRING(tmp, driver.loc_);
 }
        YY_BREAK
-case 195:
+case 197:
 YY_RULE_SETUP
-#line 2012 "dhcp4_lexer.ll"
+#line 2032 "dhcp4_lexer.ll"
 {
     /* dhcp-ddns value keywords are case insensitive */
     if (driver.ctx_ == isc::dhcp::Parser4Context::REPLACE_CLIENT_NAME) {
@@ -5140,9 +5190,9 @@ YY_RULE_SETUP
     return isc::dhcp::Dhcp4Parser::make_STRING(tmp, driver.loc_);
 }
        YY_BREAK
-case 196:
+case 198:
 YY_RULE_SETUP
-#line 2022 "dhcp4_lexer.ll"
+#line 2042 "dhcp4_lexer.ll"
 {
     /* dhcp-ddns value keywords are case insensitive */
     if (driver.ctx_ == isc::dhcp::Parser4Context::REPLACE_CLIENT_NAME) {
@@ -5153,9 +5203,9 @@ YY_RULE_SETUP
     return isc::dhcp::Dhcp4Parser::make_STRING(tmp, driver.loc_);
 }
        YY_BREAK
-case 197:
+case 199:
 YY_RULE_SETUP
-#line 2032 "dhcp4_lexer.ll"
+#line 2052 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::SUBNET4:
@@ -5165,9 +5215,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 198:
+case 200:
 YY_RULE_SETUP
-#line 2041 "dhcp4_lexer.ll"
+#line 2061 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::SUBNET4:
@@ -5177,9 +5227,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 199:
+case 201:
 YY_RULE_SETUP
-#line 2050 "dhcp4_lexer.ll"
+#line 2070 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::SUBNET4:
@@ -5189,9 +5239,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 200:
+case 202:
 YY_RULE_SETUP
-#line 2059 "dhcp4_lexer.ll"
+#line 2079 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::DHCP4:
@@ -5201,9 +5251,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 201:
+case 203:
 YY_RULE_SETUP
-#line 2068 "dhcp4_lexer.ll"
+#line 2088 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::DHCP4:
@@ -5215,9 +5265,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 202:
+case 204:
 YY_RULE_SETUP
-#line 2079 "dhcp4_lexer.ll"
+#line 2099 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::DHCP4:
@@ -5229,9 +5279,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 203:
+case 205:
 YY_RULE_SETUP
-#line 2090 "dhcp4_lexer.ll"
+#line 2110 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::DHCP4:
@@ -5245,9 +5295,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 204:
+case 206:
 YY_RULE_SETUP
-#line 2103 "dhcp4_lexer.ll"
+#line 2123 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::DHCP4:
@@ -5261,9 +5311,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 205:
+case 207:
 YY_RULE_SETUP
-#line 2116 "dhcp4_lexer.ll"
+#line 2136 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::DHCP4:
@@ -5277,9 +5327,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 206:
+case 208:
 YY_RULE_SETUP
-#line 2129 "dhcp4_lexer.ll"
+#line 2149 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::DHCP4:
@@ -5289,9 +5339,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 207:
+case 209:
 YY_RULE_SETUP
-#line 2138 "dhcp4_lexer.ll"
+#line 2158 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::DHCP4:
@@ -5301,9 +5351,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 208:
+case 210:
 YY_RULE_SETUP
-#line 2147 "dhcp4_lexer.ll"
+#line 2167 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::DHCP4:
@@ -5313,9 +5363,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 209:
+case 211:
 YY_RULE_SETUP
-#line 2156 "dhcp4_lexer.ll"
+#line 2176 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::DHCP4:
@@ -5325,9 +5375,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 210:
+case 212:
 YY_RULE_SETUP
-#line 2165 "dhcp4_lexer.ll"
+#line 2185 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::COMPATIBILITY:
@@ -5337,9 +5387,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 211:
+case 213:
 YY_RULE_SETUP
-#line 2174 "dhcp4_lexer.ll"
+#line 2194 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::COMPATIBILITY:
@@ -5349,9 +5399,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 212:
+case 214:
 YY_RULE_SETUP
-#line 2183 "dhcp4_lexer.ll"
+#line 2203 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::COMPATIBILITY:
@@ -5361,9 +5411,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 213:
+case 215:
 YY_RULE_SETUP
-#line 2192 "dhcp4_lexer.ll"
+#line 2212 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::COMPATIBILITY:
@@ -5373,9 +5423,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 214:
+case 216:
 YY_RULE_SETUP
-#line 2201 "dhcp4_lexer.ll"
+#line 2221 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::DHCP4:
@@ -5388,9 +5438,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 215:
+case 217:
 YY_RULE_SETUP
-#line 2213 "dhcp4_lexer.ll"
+#line 2233 "dhcp4_lexer.ll"
 {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::DHCP4:
@@ -5400,9 +5450,9 @@ YY_RULE_SETUP
     }
 }
        YY_BREAK
-case 216:
+case 218:
 YY_RULE_SETUP
-#line 2222 "dhcp4_lexer.ll"
+#line 2242 "dhcp4_lexer.ll"
 {
     /* A string has been matched. It contains the actual string and single quotes.
        We need to get those quotes out of the way and just use its content, e.g.
@@ -5504,10 +5554,10 @@ YY_RULE_SETUP
     return isc::dhcp::Dhcp4Parser::make_STRING(decoded, driver.loc_);
 }
        YY_BREAK
-case 217:
-/* rule 217 can match eol */
+case 219:
+/* rule 219 can match eol */
 YY_RULE_SETUP
-#line 2323 "dhcp4_lexer.ll"
+#line 2343 "dhcp4_lexer.ll"
 {
     /* Bad string with a forbidden control character inside */
     std::string raw(yytext+1);
@@ -5524,10 +5574,10 @@ YY_RULE_SETUP
                  pos + 1);
 }
        YY_BREAK
-case 218:
-/* rule 218 can match eol */
+case 220:
+/* rule 220 can match eol */
 YY_RULE_SETUP
-#line 2339 "dhcp4_lexer.ll"
+#line 2359 "dhcp4_lexer.ll"
 {
     /* Bad string with a bad escape inside */
     std::string raw(yytext+1);
@@ -5577,9 +5627,9 @@ YY_RULE_SETUP
                  pos);
 }
        YY_BREAK
-case 219:
+case 221:
 YY_RULE_SETUP
-#line 2388 "dhcp4_lexer.ll"
+#line 2408 "dhcp4_lexer.ll"
 {
     /* Bad string with an open escape at the end */
     std::string raw(yytext+1);
@@ -5588,9 +5638,9 @@ YY_RULE_SETUP
                  raw.size() + 1);
 }
        YY_BREAK
-case 220:
+case 222:
 YY_RULE_SETUP
-#line 2396 "dhcp4_lexer.ll"
+#line 2416 "dhcp4_lexer.ll"
 {
     /* Bad string with an open unicode escape at the end */
     std::string raw(yytext+1);
@@ -5606,39 +5656,39 @@ YY_RULE_SETUP
                  pos + 1);
 }
        YY_BREAK
-case 221:
+case 223:
 YY_RULE_SETUP
-#line 2411 "dhcp4_lexer.ll"
+#line 2431 "dhcp4_lexer.ll"
 { return isc::dhcp::Dhcp4Parser::make_LSQUARE_BRACKET(driver.loc_); }
        YY_BREAK
-case 222:
+case 224:
 YY_RULE_SETUP
-#line 2412 "dhcp4_lexer.ll"
+#line 2432 "dhcp4_lexer.ll"
 { return isc::dhcp::Dhcp4Parser::make_RSQUARE_BRACKET(driver.loc_); }
        YY_BREAK
-case 223:
+case 225:
 YY_RULE_SETUP
-#line 2413 "dhcp4_lexer.ll"
+#line 2433 "dhcp4_lexer.ll"
 { return isc::dhcp::Dhcp4Parser::make_LCURLY_BRACKET(driver.loc_); }
        YY_BREAK
-case 224:
+case 226:
 YY_RULE_SETUP
-#line 2414 "dhcp4_lexer.ll"
+#line 2434 "dhcp4_lexer.ll"
 { return isc::dhcp::Dhcp4Parser::make_RCURLY_BRACKET(driver.loc_); }
        YY_BREAK
-case 225:
+case 227:
 YY_RULE_SETUP
-#line 2415 "dhcp4_lexer.ll"
+#line 2435 "dhcp4_lexer.ll"
 { return isc::dhcp::Dhcp4Parser::make_COMMA(driver.loc_); }
        YY_BREAK
-case 226:
+case 228:
 YY_RULE_SETUP
-#line 2416 "dhcp4_lexer.ll"
+#line 2436 "dhcp4_lexer.ll"
 { return isc::dhcp::Dhcp4Parser::make_COLON(driver.loc_); }
        YY_BREAK
-case 227:
+case 229:
 YY_RULE_SETUP
-#line 2418 "dhcp4_lexer.ll"
+#line 2438 "dhcp4_lexer.ll"
 {
     /* An integer was found. */
     std::string tmp(yytext);
@@ -5657,9 +5707,9 @@ YY_RULE_SETUP
     return isc::dhcp::Dhcp4Parser::make_INTEGER(integer, driver.loc_);
 }
        YY_BREAK
-case 228:
+case 230:
 YY_RULE_SETUP
-#line 2436 "dhcp4_lexer.ll"
+#line 2456 "dhcp4_lexer.ll"
 {
     /* A floating point was found. */
     std::string tmp(yytext);
@@ -5673,43 +5723,43 @@ YY_RULE_SETUP
     return isc::dhcp::Dhcp4Parser::make_FLOAT(fp, driver.loc_);
 }
        YY_BREAK
-case 229:
+case 231:
 YY_RULE_SETUP
-#line 2449 "dhcp4_lexer.ll"
+#line 2469 "dhcp4_lexer.ll"
 {
     string tmp(yytext);
     return isc::dhcp::Dhcp4Parser::make_BOOLEAN(tmp == "true", driver.loc_);
 }
        YY_BREAK
-case 230:
+case 232:
 YY_RULE_SETUP
-#line 2454 "dhcp4_lexer.ll"
+#line 2474 "dhcp4_lexer.ll"
 {
    return isc::dhcp::Dhcp4Parser::make_NULL_TYPE(driver.loc_);
 }
        YY_BREAK
-case 231:
+case 233:
 YY_RULE_SETUP
-#line 2458 "dhcp4_lexer.ll"
+#line 2478 "dhcp4_lexer.ll"
 driver.error (driver.loc_, "JSON true reserved keyword is lower case only");
        YY_BREAK
-case 232:
+case 234:
 YY_RULE_SETUP
-#line 2460 "dhcp4_lexer.ll"
+#line 2480 "dhcp4_lexer.ll"
 driver.error (driver.loc_, "JSON false reserved keyword is lower case only");
        YY_BREAK
-case 233:
+case 235:
 YY_RULE_SETUP
-#line 2462 "dhcp4_lexer.ll"
+#line 2482 "dhcp4_lexer.ll"
 driver.error (driver.loc_, "JSON null reserved keyword is lower case only");
        YY_BREAK
-case 234:
+case 236:
 YY_RULE_SETUP
-#line 2464 "dhcp4_lexer.ll"
+#line 2484 "dhcp4_lexer.ll"
 driver.error (driver.loc_, "Invalid character: " + std::string(yytext));
        YY_BREAK
 case YY_STATE_EOF(INITIAL):
-#line 2466 "dhcp4_lexer.ll"
+#line 2486 "dhcp4_lexer.ll"
 {
     if (driver.states_.empty()) {
         return isc::dhcp::Dhcp4Parser::make_END(driver.loc_);
@@ -5733,12 +5783,12 @@ case YY_STATE_EOF(INITIAL):
     BEGIN(DIR_EXIT);
 }
        YY_BREAK
-case 235:
+case 237:
 YY_RULE_SETUP
-#line 2489 "dhcp4_lexer.ll"
+#line 2509 "dhcp4_lexer.ll"
 ECHO;
        YY_BREAK
-#line 5742 "dhcp4_lexer.cc"
+#line 5792 "dhcp4_lexer.cc"
 
        case YY_END_OF_BUFFER:
                {
@@ -6057,7 +6107,7 @@ static int yy_get_next_buffer (void)
                while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
                        {
                        yy_current_state = (int) yy_def[yy_current_state];
-                       if ( yy_current_state >= 2312 )
+                       if ( yy_current_state >= 2357 )
                                yy_c = yy_meta[yy_c];
                        }
                yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
@@ -6090,11 +6140,11 @@ static int yy_get_next_buffer (void)
        while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
                {
                yy_current_state = (int) yy_def[yy_current_state];
-               if ( yy_current_state >= 2312 )
+               if ( yy_current_state >= 2357 )
                        yy_c = yy_meta[yy_c];
                }
        yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
-       yy_is_jam = (yy_current_state == 2311);
+       yy_is_jam = (yy_current_state == 2356);
 
                return yy_is_jam ? 0 : yy_current_state;
 }
@@ -6843,7 +6893,7 @@ void yyfree (void * ptr )
 
 /* %ok-for-header */
 
-#line 2489 "dhcp4_lexer.ll"
+#line 2509 "dhcp4_lexer.ll"
 
 
 using namespace isc::dhcp;
index 56f0e5f7bd7d9700d88ada0b159d44042bca4fdb..13ce15442138774d440e16eeea51f9d78cba003d 100644 (file)
@@ -1328,6 +1328,17 @@ ControlCharacterFill            [^"\\]|\\["\\/bfnrtu]
     }
 }
 
+\"evaluate-additional-classes\" {
+    switch(driver.ctx_) {
+    case isc::dhcp::Parser4Context::SUBNET4:
+    case isc::dhcp::Parser4Context::POOLS:
+    case isc::dhcp::Parser4Context::SHARED_NETWORK:
+        return isc::dhcp::Dhcp4Parser::make_EVALUATE_ADDITIONAL_CLASSES(driver.loc_);
+    default:
+        return isc::dhcp::Dhcp4Parser::make_STRING("evaluate-additional-classes", driver.loc_);
+    }
+}
+
 \"client-class\" {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::SUBNET4:
@@ -1367,6 +1378,15 @@ ControlCharacterFill            [^"\\]|\\["\\/bfnrtu]
     }
 }
 
+\"only-in-additional-list\" {
+    switch(driver.ctx_) {
+    case isc::dhcp::Parser4Context::CLIENT_CLASSES:
+        return isc::dhcp::Dhcp4Parser::make_ONLY_IN_ADDITIONAL_LIST(driver.loc_);
+    default:
+        return isc::dhcp::Dhcp4Parser::make_STRING("in-additional-list", driver.loc_);
+    }
+}
+
 \"reservations\" {
     switch(driver.ctx_) {
     case isc::dhcp::Parser4Context::DHCP4:
index dafef126d637ce9c18351cb2b027913b6fc5cca2..63d48a416446a707824c53b53ec2527243805386 100644 (file)
@@ -411,85 +411,85 @@ namespace isc { namespace dhcp {
         switch (yykind)
     {
       case symbol_kind::S_STRING: // "constant string"
-#line 313 "dhcp4_parser.yy"
+#line 315 "dhcp4_parser.yy"
                  { yyoutput << yysym.value.template as < std::string > (); }
 #line 417 "dhcp4_parser.cc"
         break;
 
       case symbol_kind::S_INTEGER: // "integer"
-#line 313 "dhcp4_parser.yy"
+#line 315 "dhcp4_parser.yy"
                  { yyoutput << yysym.value.template as < int64_t > (); }
 #line 423 "dhcp4_parser.cc"
         break;
 
       case symbol_kind::S_FLOAT: // "floating point"
-#line 313 "dhcp4_parser.yy"
+#line 315 "dhcp4_parser.yy"
                  { yyoutput << yysym.value.template as < double > (); }
 #line 429 "dhcp4_parser.cc"
         break;
 
       case symbol_kind::S_BOOLEAN: // "boolean"
-#line 313 "dhcp4_parser.yy"
+#line 315 "dhcp4_parser.yy"
                  { yyoutput << yysym.value.template as < bool > (); }
 #line 435 "dhcp4_parser.cc"
         break;
 
       case symbol_kind::S_value: // value
-#line 313 "dhcp4_parser.yy"
+#line 315 "dhcp4_parser.yy"
                  { yyoutput << yysym.value.template as < ElementPtr > (); }
 #line 441 "dhcp4_parser.cc"
         break;
 
       case symbol_kind::S_map_value: // map_value
-#line 313 "dhcp4_parser.yy"
+#line 315 "dhcp4_parser.yy"
                  { yyoutput << yysym.value.template as < ElementPtr > (); }
 #line 447 "dhcp4_parser.cc"
         break;
 
       case symbol_kind::S_ddns_replace_client_name_value: // ddns_replace_client_name_value
-#line 313 "dhcp4_parser.yy"
+#line 315 "dhcp4_parser.yy"
                  { yyoutput << yysym.value.template as < ElementPtr > (); }
 #line 453 "dhcp4_parser.cc"
         break;
 
       case symbol_kind::S_ddns_conflict_resolution_mode_value: // ddns_conflict_resolution_mode_value
-#line 313 "dhcp4_parser.yy"
+#line 315 "dhcp4_parser.yy"
                  { yyoutput << yysym.value.template as < ElementPtr > (); }
 #line 459 "dhcp4_parser.cc"
         break;
 
       case symbol_kind::S_socket_type: // socket_type
-#line 313 "dhcp4_parser.yy"
+#line 315 "dhcp4_parser.yy"
                  { yyoutput << yysym.value.template as < ElementPtr > (); }
 #line 465 "dhcp4_parser.cc"
         break;
 
       case symbol_kind::S_outbound_interface_value: // outbound_interface_value
-#line 313 "dhcp4_parser.yy"
+#line 315 "dhcp4_parser.yy"
                  { yyoutput << yysym.value.template as < ElementPtr > (); }
 #line 471 "dhcp4_parser.cc"
         break;
 
       case symbol_kind::S_on_fail_mode: // on_fail_mode
-#line 313 "dhcp4_parser.yy"
+#line 315 "dhcp4_parser.yy"
                  { yyoutput << yysym.value.template as < ElementPtr > (); }
 #line 477 "dhcp4_parser.cc"
         break;
 
       case symbol_kind::S_control_socket_type_value: // control_socket_type_value
-#line 313 "dhcp4_parser.yy"
+#line 315 "dhcp4_parser.yy"
                  { yyoutput << yysym.value.template as < ElementPtr > (); }
 #line 483 "dhcp4_parser.cc"
         break;
 
       case symbol_kind::S_auth_type_value: // auth_type_value
-#line 313 "dhcp4_parser.yy"
+#line 315 "dhcp4_parser.yy"
                  { yyoutput << yysym.value.template as < ElementPtr > (); }
 #line 489 "dhcp4_parser.cc"
         break;
 
       case symbol_kind::S_ncr_protocol_value: // ncr_protocol_value
-#line 313 "dhcp4_parser.yy"
+#line 315 "dhcp4_parser.yy"
                  { yyoutput << yysym.value.template as < ElementPtr > (); }
 #line 495 "dhcp4_parser.cc"
         break;
@@ -771,127 +771,127 @@ namespace isc { namespace dhcp {
           switch (yyn)
             {
   case 2: // $@1: %empty
-#line 322 "dhcp4_parser.yy"
+#line 324 "dhcp4_parser.yy"
                      { ctx.ctx_ = ctx.NO_KEYWORD; }
 #line 777 "dhcp4_parser.cc"
     break;
 
   case 4: // $@2: %empty
-#line 323 "dhcp4_parser.yy"
+#line 325 "dhcp4_parser.yy"
                       { ctx.ctx_ = ctx.CONFIG; }
 #line 783 "dhcp4_parser.cc"
     break;
 
   case 6: // $@3: %empty
-#line 324 "dhcp4_parser.yy"
+#line 326 "dhcp4_parser.yy"
                  { ctx.ctx_ = ctx.DHCP4; }
 #line 789 "dhcp4_parser.cc"
     break;
 
   case 8: // $@4: %empty
-#line 325 "dhcp4_parser.yy"
+#line 327 "dhcp4_parser.yy"
                        { ctx.ctx_ = ctx.INTERFACES_CONFIG; }
 #line 795 "dhcp4_parser.cc"
     break;
 
   case 10: // $@5: %empty
-#line 326 "dhcp4_parser.yy"
+#line 328 "dhcp4_parser.yy"
                    { ctx.ctx_ = ctx.SUBNET4; }
 #line 801 "dhcp4_parser.cc"
     break;
 
   case 12: // $@6: %empty
-#line 327 "dhcp4_parser.yy"
+#line 329 "dhcp4_parser.yy"
                  { ctx.ctx_ = ctx.POOLS; }
 #line 807 "dhcp4_parser.cc"
     break;
 
   case 14: // $@7: %empty
-#line 328 "dhcp4_parser.yy"
+#line 330 "dhcp4_parser.yy"
                        { ctx.ctx_ = ctx.RESERVATIONS; }
 #line 813 "dhcp4_parser.cc"
     break;
 
   case 16: // $@8: %empty
-#line 329 "dhcp4_parser.yy"
+#line 331 "dhcp4_parser.yy"
                        { ctx.ctx_ = ctx.DHCP4; }
 #line 819 "dhcp4_parser.cc"
     break;
 
   case 18: // $@9: %empty
-#line 330 "dhcp4_parser.yy"
+#line 332 "dhcp4_parser.yy"
                       { ctx.ctx_ = ctx.OPTION_DEF; }
 #line 825 "dhcp4_parser.cc"
     break;
 
   case 20: // $@10: %empty
-#line 331 "dhcp4_parser.yy"
+#line 333 "dhcp4_parser.yy"
                        { ctx.ctx_ = ctx.OPTION_DATA; }
 #line 831 "dhcp4_parser.cc"
     break;
 
   case 22: // $@11: %empty
-#line 332 "dhcp4_parser.yy"
+#line 334 "dhcp4_parser.yy"
                          { ctx.ctx_ = ctx.HOOKS_LIBRARIES; }
 #line 837 "dhcp4_parser.cc"
     break;
 
   case 24: // $@12: %empty
-#line 333 "dhcp4_parser.yy"
+#line 335 "dhcp4_parser.yy"
                      { ctx.ctx_ = ctx.DHCP_DDNS; }
 #line 843 "dhcp4_parser.cc"
     break;
 
   case 26: // $@13: %empty
-#line 334 "dhcp4_parser.yy"
+#line 336 "dhcp4_parser.yy"
                           { ctx.ctx_ = ctx.CONFIG_CONTROL; }
 #line 849 "dhcp4_parser.cc"
     break;
 
   case 28: // value: "integer"
-#line 342 "dhcp4_parser.yy"
+#line 344 "dhcp4_parser.yy"
                { yylhs.value.as < ElementPtr > () = ElementPtr(new IntElement(yystack_[0].value.as < int64_t > (), ctx.loc2pos(yystack_[0].location))); }
 #line 855 "dhcp4_parser.cc"
     break;
 
   case 29: // value: "floating point"
-#line 343 "dhcp4_parser.yy"
+#line 345 "dhcp4_parser.yy"
              { yylhs.value.as < ElementPtr > () = ElementPtr(new DoubleElement(yystack_[0].value.as < double > (), ctx.loc2pos(yystack_[0].location))); }
 #line 861 "dhcp4_parser.cc"
     break;
 
   case 30: // value: "boolean"
-#line 344 "dhcp4_parser.yy"
+#line 346 "dhcp4_parser.yy"
                { yylhs.value.as < ElementPtr > () = ElementPtr(new BoolElement(yystack_[0].value.as < bool > (), ctx.loc2pos(yystack_[0].location))); }
 #line 867 "dhcp4_parser.cc"
     break;
 
   case 31: // value: "constant string"
-#line 345 "dhcp4_parser.yy"
+#line 347 "dhcp4_parser.yy"
               { yylhs.value.as < ElementPtr > () = ElementPtr(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location))); }
 #line 873 "dhcp4_parser.cc"
     break;
 
   case 32: // value: "null"
-#line 346 "dhcp4_parser.yy"
+#line 348 "dhcp4_parser.yy"
                  { yylhs.value.as < ElementPtr > () = ElementPtr(new NullElement(ctx.loc2pos(yystack_[0].location))); }
 #line 879 "dhcp4_parser.cc"
     break;
 
   case 33: // value: map2
-#line 347 "dhcp4_parser.yy"
+#line 349 "dhcp4_parser.yy"
             { yylhs.value.as < ElementPtr > () = ctx.stack_.back(); ctx.stack_.pop_back(); }
 #line 885 "dhcp4_parser.cc"
     break;
 
   case 34: // value: list_generic
-#line 348 "dhcp4_parser.yy"
+#line 350 "dhcp4_parser.yy"
                     { yylhs.value.as < ElementPtr > () = ctx.stack_.back(); ctx.stack_.pop_back(); }
 #line 891 "dhcp4_parser.cc"
     break;
 
   case 35: // sub_json: value
-#line 351 "dhcp4_parser.yy"
+#line 353 "dhcp4_parser.yy"
                 {
     // Push back the JSON value on the stack
     ctx.stack_.push_back(yystack_[0].value.as < ElementPtr > ());
@@ -900,7 +900,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 36: // $@14: %empty
-#line 356 "dhcp4_parser.yy"
+#line 358 "dhcp4_parser.yy"
                      {
     // This code is executed when we're about to start parsing
     // the content of the map
@@ -911,7 +911,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 37: // map2: "{" $@14 map_content "}"
-#line 361 "dhcp4_parser.yy"
+#line 363 "dhcp4_parser.yy"
                              {
     // map parsing completed. If we ever want to do any wrap up
     // (maybe some sanity checking), this would be the best place
@@ -921,13 +921,13 @@ namespace isc { namespace dhcp {
     break;
 
   case 38: // map_value: map2
-#line 367 "dhcp4_parser.yy"
+#line 369 "dhcp4_parser.yy"
                 { yylhs.value.as < ElementPtr > () = ctx.stack_.back(); ctx.stack_.pop_back(); }
 #line 927 "dhcp4_parser.cc"
     break;
 
   case 41: // not_empty_map: "constant string" ":" value
-#line 374 "dhcp4_parser.yy"
+#line 376 "dhcp4_parser.yy"
                                   {
                   // map containing a single entry
                   ctx.unique(yystack_[2].value.as < std::string > (), ctx.loc2pos(yystack_[2].location));
@@ -937,7 +937,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 42: // not_empty_map: not_empty_map "," "constant string" ":" value
-#line 379 "dhcp4_parser.yy"
+#line 381 "dhcp4_parser.yy"
                                                       {
                   // map consisting of a shorter map followed by
                   // comma and string:value
@@ -948,7 +948,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 43: // not_empty_map: not_empty_map ","
-#line 385 "dhcp4_parser.yy"
+#line 387 "dhcp4_parser.yy"
                                    {
                  ctx.warnAboutExtraCommas(yystack_[0].location);
                  }
@@ -956,7 +956,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 44: // $@15: %empty
-#line 390 "dhcp4_parser.yy"
+#line 392 "dhcp4_parser.yy"
                               {
     ElementPtr l(new ListElement(ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.push_back(l);
@@ -965,7 +965,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 45: // list_generic: "[" $@15 list_content "]"
-#line 393 "dhcp4_parser.yy"
+#line 395 "dhcp4_parser.yy"
                                {
     // list parsing complete. Put any sanity checking here
 }
@@ -973,7 +973,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 48: // not_empty_list: value
-#line 401 "dhcp4_parser.yy"
+#line 403 "dhcp4_parser.yy"
                       {
                   // List consisting of a single element.
                   ctx.stack_.back()->add(yystack_[0].value.as < ElementPtr > ());
@@ -982,7 +982,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 49: // not_empty_list: not_empty_list "," value
-#line 405 "dhcp4_parser.yy"
+#line 407 "dhcp4_parser.yy"
                                            {
                   // List ending with , and a value.
                   ctx.stack_.back()->add(yystack_[0].value.as < ElementPtr > ());
@@ -991,7 +991,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 50: // not_empty_list: not_empty_list ","
-#line 409 "dhcp4_parser.yy"
+#line 411 "dhcp4_parser.yy"
                                      {
                   ctx.warnAboutExtraCommas(yystack_[0].location);
                   }
@@ -999,7 +999,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 51: // $@16: %empty
-#line 415 "dhcp4_parser.yy"
+#line 417 "dhcp4_parser.yy"
                               {
     // List parsing about to start
 }
@@ -1007,7 +1007,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 52: // list_strings: "[" $@16 list_strings_content "]"
-#line 417 "dhcp4_parser.yy"
+#line 419 "dhcp4_parser.yy"
                                        {
     // list parsing complete. Put any sanity checking here
     //ctx.stack_.pop_back();
@@ -1016,7 +1016,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 55: // not_empty_list_strings: "constant string"
-#line 426 "dhcp4_parser.yy"
+#line 428 "dhcp4_parser.yy"
                                {
                           ElementPtr s(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
                           ctx.stack_.back()->add(s);
@@ -1025,7 +1025,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 56: // not_empty_list_strings: not_empty_list_strings "," "constant string"
-#line 430 "dhcp4_parser.yy"
+#line 432 "dhcp4_parser.yy"
                                                             {
                           ElementPtr s(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
                           ctx.stack_.back()->add(s);
@@ -1034,7 +1034,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 57: // not_empty_list_strings: not_empty_list_strings ","
-#line 434 "dhcp4_parser.yy"
+#line 436 "dhcp4_parser.yy"
                                                      {
                           ctx.warnAboutExtraCommas(yystack_[0].location);
                           }
@@ -1042,7 +1042,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 58: // unknown_map_entry: "constant string" ":"
-#line 444 "dhcp4_parser.yy"
+#line 446 "dhcp4_parser.yy"
                                 {
     const std::string& where = ctx.contextName();
     const std::string& keyword = yystack_[1].value.as < std::string > ();
@@ -1053,7 +1053,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 59: // $@17: %empty
-#line 453 "dhcp4_parser.yy"
+#line 455 "dhcp4_parser.yy"
                            {
     // This code is executed when we're about to start parsing
     // the content of the map
@@ -1064,7 +1064,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 60: // syntax_map: "{" $@17 global_object "}"
-#line 458 "dhcp4_parser.yy"
+#line 460 "dhcp4_parser.yy"
                                {
     // map parsing completed. If we ever want to do any wrap up
     // (maybe some sanity checking), this would be the best place
@@ -1077,7 +1077,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 61: // $@18: %empty
-#line 468 "dhcp4_parser.yy"
+#line 470 "dhcp4_parser.yy"
                      {
     // This code is executed when we're about to start parsing
     // the content of the map
@@ -1092,7 +1092,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 62: // global_object: "Dhcp4" $@18 ":" "{" global_params "}"
-#line 477 "dhcp4_parser.yy"
+#line 479 "dhcp4_parser.yy"
                                                     {
     // No global parameter is required
     ctx.stack_.pop_back();
@@ -1102,7 +1102,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 64: // global_object_comma: global_object ","
-#line 485 "dhcp4_parser.yy"
+#line 487 "dhcp4_parser.yy"
                                          {
     ctx.warnAboutExtraCommas(yystack_[0].location);
 }
@@ -1110,7 +1110,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 65: // $@19: %empty
-#line 491 "dhcp4_parser.yy"
+#line 493 "dhcp4_parser.yy"
                           {
     // Parse the Dhcp4 map
     ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location)));
@@ -1120,7 +1120,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 66: // sub_dhcp4: "{" $@19 global_params "}"
-#line 495 "dhcp4_parser.yy"
+#line 497 "dhcp4_parser.yy"
                                {
     // No global parameter is required
     // parsing completed
@@ -1129,7 +1129,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 69: // global_params: global_params ","
-#line 502 "dhcp4_parser.yy"
+#line 504 "dhcp4_parser.yy"
                                    {
                  ctx.warnAboutExtraCommas(yystack_[0].location);
                  }
@@ -1137,7 +1137,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 139: // valid_lifetime: "valid-lifetime" ":" "integer"
-#line 580 "dhcp4_parser.yy"
+#line 582 "dhcp4_parser.yy"
                                              {
     ctx.unique("valid-lifetime", ctx.loc2pos(yystack_[2].location));
     ElementPtr prf(new IntElement(yystack_[0].value.as < int64_t > (), ctx.loc2pos(yystack_[0].location)));
@@ -1147,7 +1147,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 140: // min_valid_lifetime: "min-valid-lifetime" ":" "integer"
-#line 586 "dhcp4_parser.yy"
+#line 588 "dhcp4_parser.yy"
                                                      {
     ctx.unique("min-valid-lifetime", ctx.loc2pos(yystack_[2].location));
     ElementPtr prf(new IntElement(yystack_[0].value.as < int64_t > (), ctx.loc2pos(yystack_[0].location)));
@@ -1157,7 +1157,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 141: // max_valid_lifetime: "max-valid-lifetime" ":" "integer"
-#line 592 "dhcp4_parser.yy"
+#line 594 "dhcp4_parser.yy"
                                                      {
     ctx.unique("max-valid-lifetime", ctx.loc2pos(yystack_[2].location));
     ElementPtr prf(new IntElement(yystack_[0].value.as < int64_t > (), ctx.loc2pos(yystack_[0].location)));
@@ -1167,7 +1167,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 142: // renew_timer: "renew-timer" ":" "integer"
-#line 598 "dhcp4_parser.yy"
+#line 600 "dhcp4_parser.yy"
                                        {
     ctx.unique("renew-timer", ctx.loc2pos(yystack_[2].location));
     ElementPtr prf(new IntElement(yystack_[0].value.as < int64_t > (), ctx.loc2pos(yystack_[0].location)));
@@ -1177,7 +1177,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 143: // rebind_timer: "rebind-timer" ":" "integer"
-#line 604 "dhcp4_parser.yy"
+#line 606 "dhcp4_parser.yy"
                                          {
     ctx.unique("rebind-timer", ctx.loc2pos(yystack_[2].location));
     ElementPtr prf(new IntElement(yystack_[0].value.as < int64_t > (), ctx.loc2pos(yystack_[0].location)));
@@ -1187,7 +1187,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 144: // calculate_tee_times: "calculate-tee-times" ":" "boolean"
-#line 610 "dhcp4_parser.yy"
+#line 612 "dhcp4_parser.yy"
                                                        {
     ctx.unique("calculate-tee-times", ctx.loc2pos(yystack_[2].location));
     ElementPtr ctt(new BoolElement(yystack_[0].value.as < bool > (), ctx.loc2pos(yystack_[0].location)));
@@ -1197,7 +1197,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 145: // t1_percent: "t1-percent" ":" "floating point"
-#line 616 "dhcp4_parser.yy"
+#line 618 "dhcp4_parser.yy"
                                    {
     ctx.unique("t1-percent", ctx.loc2pos(yystack_[2].location));
     ElementPtr t1(new DoubleElement(yystack_[0].value.as < double > (), ctx.loc2pos(yystack_[0].location)));
@@ -1207,7 +1207,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 146: // t2_percent: "t2-percent" ":" "floating point"
-#line 622 "dhcp4_parser.yy"
+#line 624 "dhcp4_parser.yy"
                                    {
     ctx.unique("t2-percent", ctx.loc2pos(yystack_[2].location));
     ElementPtr t2(new DoubleElement(yystack_[0].value.as < double > (), ctx.loc2pos(yystack_[0].location)));
@@ -1217,7 +1217,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 147: // cache_threshold: "cache-threshold" ":" "floating point"
-#line 628 "dhcp4_parser.yy"
+#line 630 "dhcp4_parser.yy"
                                              {
     ctx.unique("cache-threshold", ctx.loc2pos(yystack_[2].location));
     ElementPtr ct(new DoubleElement(yystack_[0].value.as < double > (), ctx.loc2pos(yystack_[0].location)));
@@ -1227,7 +1227,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 148: // cache_max_age: "cache-max-age" ":" "integer"
-#line 634 "dhcp4_parser.yy"
+#line 636 "dhcp4_parser.yy"
                                            {
     ctx.unique("cache-max-age", ctx.loc2pos(yystack_[2].location));
     ElementPtr cm(new IntElement(yystack_[0].value.as < int64_t > (), ctx.loc2pos(yystack_[0].location)));
@@ -1237,7 +1237,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 149: // decline_probation_period: "decline-probation-period" ":" "integer"
-#line 640 "dhcp4_parser.yy"
+#line 642 "dhcp4_parser.yy"
                                                                  {
     ctx.unique("decline-probation-period", ctx.loc2pos(yystack_[2].location));
     ElementPtr dpp(new IntElement(yystack_[0].value.as < int64_t > (), ctx.loc2pos(yystack_[0].location)));
@@ -1247,7 +1247,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 150: // $@20: %empty
-#line 646 "dhcp4_parser.yy"
+#line 648 "dhcp4_parser.yy"
                        {
     ctx.unique("server-tag", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
@@ -1256,7 +1256,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 151: // server_tag: "server-tag" $@20 ":" "constant string"
-#line 649 "dhcp4_parser.yy"
+#line 651 "dhcp4_parser.yy"
                {
     ElementPtr stag(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("server-tag", stag);
@@ -1266,7 +1266,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 152: // parked_packet_limit: "parked-packet-limit" ":" "integer"
-#line 655 "dhcp4_parser.yy"
+#line 657 "dhcp4_parser.yy"
                                                        {
     ctx.unique("parked-packet-limit", ctx.loc2pos(yystack_[2].location));
     ElementPtr ppl(new IntElement(yystack_[0].value.as < int64_t > (), ctx.loc2pos(yystack_[0].location)));
@@ -1276,7 +1276,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 153: // $@21: %empty
-#line 661 "dhcp4_parser.yy"
+#line 663 "dhcp4_parser.yy"
                      {
     ctx.unique("allocator", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
@@ -1285,7 +1285,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 154: // allocator: "allocator" $@21 ":" "constant string"
-#line 664 "dhcp4_parser.yy"
+#line 666 "dhcp4_parser.yy"
                {
     ElementPtr al(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("allocator", al);
@@ -1295,7 +1295,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 155: // echo_client_id: "echo-client-id" ":" "boolean"
-#line 670 "dhcp4_parser.yy"
+#line 672 "dhcp4_parser.yy"
                                              {
     ctx.unique("echo-client-id", ctx.loc2pos(yystack_[2].location));
     ElementPtr echo(new BoolElement(yystack_[0].value.as < bool > (), ctx.loc2pos(yystack_[0].location)));
@@ -1305,7 +1305,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 156: // match_client_id: "match-client-id" ":" "boolean"
-#line 676 "dhcp4_parser.yy"
+#line 678 "dhcp4_parser.yy"
                                                {
     ctx.unique("match-client-id", ctx.loc2pos(yystack_[2].location));
     ElementPtr match(new BoolElement(yystack_[0].value.as < bool > (), ctx.loc2pos(yystack_[0].location)));
@@ -1315,7 +1315,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 157: // authoritative: "authoritative" ":" "boolean"
-#line 682 "dhcp4_parser.yy"
+#line 684 "dhcp4_parser.yy"
                                            {
     ctx.unique("authoritative", ctx.loc2pos(yystack_[2].location));
     ElementPtr prf(new BoolElement(yystack_[0].value.as < bool > (), ctx.loc2pos(yystack_[0].location)));
@@ -1325,7 +1325,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 158: // ddns_send_updates: "ddns-send-updates" ":" "boolean"
-#line 688 "dhcp4_parser.yy"
+#line 690 "dhcp4_parser.yy"
                                                    {
     ctx.unique("ddns-send-updates", ctx.loc2pos(yystack_[2].location));
     ElementPtr b(new BoolElement(yystack_[0].value.as < bool > (), ctx.loc2pos(yystack_[0].location)));
@@ -1335,7 +1335,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 159: // ddns_override_no_update: "ddns-override-no-update" ":" "boolean"
-#line 694 "dhcp4_parser.yy"
+#line 696 "dhcp4_parser.yy"
                                                                {
     ctx.unique("ddns-override-no-update", ctx.loc2pos(yystack_[2].location));
     ElementPtr b(new BoolElement(yystack_[0].value.as < bool > (), ctx.loc2pos(yystack_[0].location)));
@@ -1345,7 +1345,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 160: // ddns_override_client_update: "ddns-override-client-update" ":" "boolean"
-#line 700 "dhcp4_parser.yy"
+#line 702 "dhcp4_parser.yy"
                                                                        {
     ctx.unique("ddns-override-client-update", ctx.loc2pos(yystack_[2].location));
     ElementPtr b(new BoolElement(yystack_[0].value.as < bool > (), ctx.loc2pos(yystack_[0].location)));
@@ -1355,7 +1355,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 161: // $@22: %empty
-#line 706 "dhcp4_parser.yy"
+#line 708 "dhcp4_parser.yy"
                                                    {
     ctx.enter(ctx.REPLACE_CLIENT_NAME);
     ctx.unique("ddns-replace-client-name", ctx.loc2pos(yystack_[0].location));
@@ -1364,7 +1364,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 162: // ddns_replace_client_name: "ddns-replace-client-name" $@22 ":" ddns_replace_client_name_value
-#line 709 "dhcp4_parser.yy"
+#line 711 "dhcp4_parser.yy"
                                        {
     ctx.stack_.back()->set("ddns-replace-client-name", yystack_[0].value.as < ElementPtr > ());
     ctx.leave();
@@ -1373,7 +1373,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 163: // ddns_replace_client_name_value: "when-present"
-#line 715 "dhcp4_parser.yy"
+#line 717 "dhcp4_parser.yy"
                  {
       yylhs.value.as < ElementPtr > () = ElementPtr(new StringElement("when-present", ctx.loc2pos(yystack_[0].location)));
       }
@@ -1381,7 +1381,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 164: // ddns_replace_client_name_value: "never"
-#line 718 "dhcp4_parser.yy"
+#line 720 "dhcp4_parser.yy"
           {
       yylhs.value.as < ElementPtr > () = ElementPtr(new StringElement("never", ctx.loc2pos(yystack_[0].location)));
       }
@@ -1389,7 +1389,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 165: // ddns_replace_client_name_value: "always"
-#line 721 "dhcp4_parser.yy"
+#line 723 "dhcp4_parser.yy"
            {
       yylhs.value.as < ElementPtr > () = ElementPtr(new StringElement("always", ctx.loc2pos(yystack_[0].location)));
       }
@@ -1397,7 +1397,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 166: // ddns_replace_client_name_value: "when-not-present"
-#line 724 "dhcp4_parser.yy"
+#line 726 "dhcp4_parser.yy"
                      {
       yylhs.value.as < ElementPtr > () = ElementPtr(new StringElement("when-not-present", ctx.loc2pos(yystack_[0].location)));
       }
@@ -1405,7 +1405,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 167: // ddns_replace_client_name_value: "boolean"
-#line 727 "dhcp4_parser.yy"
+#line 729 "dhcp4_parser.yy"
             {
       error(yystack_[0].location, "boolean values for the ddns-replace-client-name are "
                 "no longer supported");
@@ -1414,7 +1414,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 168: // $@23: %empty
-#line 733 "dhcp4_parser.yy"
+#line 735 "dhcp4_parser.yy"
                                              {
     ctx.unique("ddns-generated-prefix", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
@@ -1423,7 +1423,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 169: // ddns_generated_prefix: "ddns-generated-prefix" $@23 ":" "constant string"
-#line 736 "dhcp4_parser.yy"
+#line 738 "dhcp4_parser.yy"
                {
     ElementPtr s(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("ddns-generated-prefix", s);
@@ -1433,7 +1433,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 170: // $@24: %empty
-#line 742 "dhcp4_parser.yy"
+#line 744 "dhcp4_parser.yy"
                                                {
     ctx.unique("ddns-qualifying-suffix", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
@@ -1442,7 +1442,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 171: // ddns_qualifying_suffix: "ddns-qualifying-suffix" $@24 ":" "constant string"
-#line 745 "dhcp4_parser.yy"
+#line 747 "dhcp4_parser.yy"
                {
     ElementPtr s(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("ddns-qualifying-suffix", s);
@@ -1452,7 +1452,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 172: // ddns_update_on_renew: "ddns-update-on-renew" ":" "boolean"
-#line 751 "dhcp4_parser.yy"
+#line 753 "dhcp4_parser.yy"
                                                          {
     ctx.unique("ddns-update-on-renew", ctx.loc2pos(yystack_[2].location));
     ElementPtr b(new BoolElement(yystack_[0].value.as < bool > (), ctx.loc2pos(yystack_[0].location)));
@@ -1462,7 +1462,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 173: // ddns_use_conflict_resolution: "ddns-use-conflict-resolution" ":" "boolean"
-#line 760 "dhcp4_parser.yy"
+#line 762 "dhcp4_parser.yy"
                                                                          {
     ctx.unique("ddns-use-conflict-resolution", ctx.loc2pos(yystack_[2].location));
     ElementPtr b(new BoolElement(yystack_[0].value.as < bool > (), ctx.loc2pos(yystack_[0].location)));
@@ -1476,7 +1476,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 174: // $@25: %empty
-#line 770 "dhcp4_parser.yy"
+#line 772 "dhcp4_parser.yy"
                                                              {
     ctx.unique("ddns-conflict-resolution-mode", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.DDNS_CONFLICT_RESOLUTION_MODE);
@@ -1485,7 +1485,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 175: // ddns_conflict_resolution_mode: "ddns-conflict-resolution-mode" $@25 ":" ddns_conflict_resolution_mode_value
-#line 773 "dhcp4_parser.yy"
+#line 775 "dhcp4_parser.yy"
                                             {
     ctx.stack_.back()->set("ddns-conflict-resolution-mode", yystack_[0].value.as < ElementPtr > ());
     ctx.leave();
@@ -1494,7 +1494,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 176: // ddns_conflict_resolution_mode_value: "check-with-dhcid"
-#line 779 "dhcp4_parser.yy"
+#line 781 "dhcp4_parser.yy"
                      {
       yylhs.value.as < ElementPtr > () = ElementPtr(new StringElement("check-with-dhcid", ctx.loc2pos(yystack_[0].location)));
       }
@@ -1502,7 +1502,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 177: // ddns_conflict_resolution_mode_value: "no-check-with-dhcid"
-#line 782 "dhcp4_parser.yy"
+#line 784 "dhcp4_parser.yy"
                         {
       yylhs.value.as < ElementPtr > () = ElementPtr(new StringElement("no-check-with-dhcid", ctx.loc2pos(yystack_[0].location)));
       }
@@ -1510,7 +1510,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 178: // ddns_conflict_resolution_mode_value: "check-exists-with-dhcid"
-#line 785 "dhcp4_parser.yy"
+#line 787 "dhcp4_parser.yy"
                             {
       yylhs.value.as < ElementPtr > () = ElementPtr(new StringElement("check-exists-with-dhcid", ctx.loc2pos(yystack_[0].location)));
       }
@@ -1518,7 +1518,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 179: // ddns_conflict_resolution_mode_value: "no-check-without-dhcid"
-#line 788 "dhcp4_parser.yy"
+#line 790 "dhcp4_parser.yy"
                            {
       yylhs.value.as < ElementPtr > () = ElementPtr(new StringElement("no-check-without-dhcid", ctx.loc2pos(yystack_[0].location)));
       }
@@ -1526,7 +1526,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 180: // ddns_ttl_percent: "ddns-ttl-percent" ":" "floating point"
-#line 793 "dhcp4_parser.yy"
+#line 795 "dhcp4_parser.yy"
                                                {
     ctx.unique("ddns-ttl-percent", ctx.loc2pos(yystack_[2].location));
     ElementPtr ttl(new DoubleElement(yystack_[0].value.as < double > (), ctx.loc2pos(yystack_[0].location)));
@@ -1536,7 +1536,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 181: // $@26: %empty
-#line 799 "dhcp4_parser.yy"
+#line 801 "dhcp4_parser.yy"
                                      {
     ctx.unique("hostname-char-set", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
@@ -1545,7 +1545,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 182: // hostname_char_set: "hostname-char-set" $@26 ":" "constant string"
-#line 802 "dhcp4_parser.yy"
+#line 804 "dhcp4_parser.yy"
                {
     ElementPtr s(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("hostname-char-set", s);
@@ -1555,7 +1555,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 183: // $@27: %empty
-#line 808 "dhcp4_parser.yy"
+#line 810 "dhcp4_parser.yy"
                                                      {
     ctx.unique("hostname-char-replacement", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
@@ -1564,7 +1564,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 184: // hostname_char_replacement: "hostname-char-replacement" $@27 ":" "constant string"
-#line 811 "dhcp4_parser.yy"
+#line 813 "dhcp4_parser.yy"
                {
     ElementPtr s(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("hostname-char-replacement", s);
@@ -1574,7 +1574,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 185: // store_extended_info: "store-extended-info" ":" "boolean"
-#line 817 "dhcp4_parser.yy"
+#line 819 "dhcp4_parser.yy"
                                                        {
     ctx.unique("store-extended-info", ctx.loc2pos(yystack_[2].location));
     ElementPtr b(new BoolElement(yystack_[0].value.as < bool > (), ctx.loc2pos(yystack_[0].location)));
@@ -1584,7 +1584,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 186: // statistic_default_sample_count: "statistic-default-sample-count" ":" "integer"
-#line 823 "dhcp4_parser.yy"
+#line 825 "dhcp4_parser.yy"
                                                                              {
     ctx.unique("statistic-default-sample-count", ctx.loc2pos(yystack_[2].location));
     ElementPtr count(new IntElement(yystack_[0].value.as < int64_t > (), ctx.loc2pos(yystack_[0].location)));
@@ -1594,7 +1594,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 187: // statistic_default_sample_age: "statistic-default-sample-age" ":" "integer"
-#line 829 "dhcp4_parser.yy"
+#line 831 "dhcp4_parser.yy"
                                                                          {
     ctx.unique("statistic-default-sample-age", ctx.loc2pos(yystack_[2].location));
     ElementPtr age(new IntElement(yystack_[0].value.as < int64_t > (), ctx.loc2pos(yystack_[0].location)));
@@ -1604,7 +1604,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 188: // early_global_reservations_lookup: "early-global-reservations-lookup" ":" "boolean"
-#line 835 "dhcp4_parser.yy"
+#line 837 "dhcp4_parser.yy"
                                                                                  {
     ctx.unique("early-global-reservations-lookup", ctx.loc2pos(yystack_[2].location));
     ElementPtr early(new BoolElement(yystack_[0].value.as < bool > (), ctx.loc2pos(yystack_[0].location)));
@@ -1614,7 +1614,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 189: // ip_reservations_unique: "ip-reservations-unique" ":" "boolean"
-#line 841 "dhcp4_parser.yy"
+#line 843 "dhcp4_parser.yy"
                                                              {
     ctx.unique("ip-reservations-unique", ctx.loc2pos(yystack_[2].location));
     ElementPtr unique(new BoolElement(yystack_[0].value.as < bool > (), ctx.loc2pos(yystack_[0].location)));
@@ -1624,7 +1624,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 190: // reservations_lookup_first: "reservations-lookup-first" ":" "boolean"
-#line 847 "dhcp4_parser.yy"
+#line 849 "dhcp4_parser.yy"
                                                                    {
     ctx.unique("reservations-lookup-first", ctx.loc2pos(yystack_[2].location));
     ElementPtr first(new BoolElement(yystack_[0].value.as < bool > (), ctx.loc2pos(yystack_[0].location)));
@@ -1634,7 +1634,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 191: // offer_lifetime: "offer-lifetime" ":" "integer"
-#line 853 "dhcp4_parser.yy"
+#line 855 "dhcp4_parser.yy"
                                         {
     ctx.unique("offer-lifetime", ctx.loc2pos(yystack_[2].location));
     ElementPtr offer_lifetime(new IntElement(yystack_[0].value.as < int64_t > (), ctx.loc2pos(yystack_[0].location)));
@@ -1644,7 +1644,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 192: // stash_agent_options: "stash-agent-options" ":" "boolean"
-#line 859 "dhcp4_parser.yy"
+#line 861 "dhcp4_parser.yy"
                                                        {
     ctx.unique("stash-agent-options", ctx.loc2pos(yystack_[2].location));
     ElementPtr stash(new BoolElement(yystack_[0].value.as < bool > (), ctx.loc2pos(yystack_[0].location)));
@@ -1654,7 +1654,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 193: // $@28: %empty
-#line 865 "dhcp4_parser.yy"
+#line 867 "dhcp4_parser.yy"
                                      {
     ctx.unique("interfaces-config", ctx.loc2pos(yystack_[0].location));
     ElementPtr i(new MapElement(ctx.loc2pos(yystack_[0].location)));
@@ -1666,7 +1666,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 194: // interfaces_config: "interfaces-config" $@28 ":" "{" interfaces_config_params "}"
-#line 871 "dhcp4_parser.yy"
+#line 873 "dhcp4_parser.yy"
                                                                {
     // No interfaces config param is required
     ctx.stack_.pop_back();
@@ -1676,7 +1676,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 197: // interfaces_config_params: interfaces_config_params ","
-#line 879 "dhcp4_parser.yy"
+#line 881 "dhcp4_parser.yy"
                                                          {
                             ctx.warnAboutExtraCommas(yystack_[0].location);
                             }
@@ -1684,7 +1684,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 208: // $@29: %empty
-#line 896 "dhcp4_parser.yy"
+#line 898 "dhcp4_parser.yy"
                                 {
     // Parse the interfaces-config map
     ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location)));
@@ -1694,7 +1694,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 209: // sub_interfaces4: "{" $@29 interfaces_config_params "}"
-#line 900 "dhcp4_parser.yy"
+#line 902 "dhcp4_parser.yy"
                                           {
     // No interfaces config param is required
     // parsing completed
@@ -1703,7 +1703,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 210: // $@30: %empty
-#line 905 "dhcp4_parser.yy"
+#line 907 "dhcp4_parser.yy"
                             {
     ctx.unique("interfaces", ctx.loc2pos(yystack_[0].location));
     ElementPtr l(new ListElement(ctx.loc2pos(yystack_[0].location)));
@@ -1715,7 +1715,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 211: // interfaces_list: "interfaces" $@30 ":" list_strings
-#line 911 "dhcp4_parser.yy"
+#line 913 "dhcp4_parser.yy"
                      {
     ctx.stack_.pop_back();
     ctx.leave();
@@ -1724,7 +1724,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 212: // $@31: %empty
-#line 916 "dhcp4_parser.yy"
+#line 918 "dhcp4_parser.yy"
                                    {
     ctx.unique("dhcp-socket-type", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.DHCP_SOCKET_TYPE);
@@ -1733,7 +1733,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 213: // dhcp_socket_type: "dhcp-socket-type" $@31 ":" socket_type
-#line 919 "dhcp4_parser.yy"
+#line 921 "dhcp4_parser.yy"
                     {
     ctx.stack_.back()->set("dhcp-socket-type", yystack_[0].value.as < ElementPtr > ());
     ctx.leave();
@@ -1742,19 +1742,19 @@ namespace isc { namespace dhcp {
     break;
 
   case 214: // socket_type: "raw"
-#line 924 "dhcp4_parser.yy"
+#line 926 "dhcp4_parser.yy"
                  { yylhs.value.as < ElementPtr > () = ElementPtr(new StringElement("raw", ctx.loc2pos(yystack_[0].location))); }
 #line 1748 "dhcp4_parser.cc"
     break;
 
   case 215: // socket_type: "udp"
-#line 925 "dhcp4_parser.yy"
+#line 927 "dhcp4_parser.yy"
                  { yylhs.value.as < ElementPtr > () = ElementPtr(new StringElement("udp", ctx.loc2pos(yystack_[0].location))); }
 #line 1754 "dhcp4_parser.cc"
     break;
 
   case 216: // $@32: %empty
-#line 928 "dhcp4_parser.yy"
+#line 930 "dhcp4_parser.yy"
                                        {
     ctx.unique("outbound-interface", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.OUTBOUND_INTERFACE);
@@ -1763,7 +1763,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 217: // outbound_interface: "outbound-interface" $@32 ":" outbound_interface_value
-#line 931 "dhcp4_parser.yy"
+#line 933 "dhcp4_parser.yy"
                                  {
     ctx.stack_.back()->set("outbound-interface", yystack_[0].value.as < ElementPtr > ());
     ctx.leave();
@@ -1772,7 +1772,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 218: // outbound_interface_value: "same-as-inbound"
-#line 936 "dhcp4_parser.yy"
+#line 938 "dhcp4_parser.yy"
                                           {
     yylhs.value.as < ElementPtr > () = ElementPtr(new StringElement("same-as-inbound", ctx.loc2pos(yystack_[0].location)));
 }
@@ -1780,7 +1780,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 219: // outbound_interface_value: "use-routing"
-#line 938 "dhcp4_parser.yy"
+#line 940 "dhcp4_parser.yy"
                 {
     yylhs.value.as < ElementPtr > () = ElementPtr(new StringElement("use-routing", ctx.loc2pos(yystack_[0].location)));
     }
@@ -1788,7 +1788,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 220: // re_detect: "re-detect" ":" "boolean"
-#line 942 "dhcp4_parser.yy"
+#line 944 "dhcp4_parser.yy"
                                    {
     ctx.unique("re-detect", ctx.loc2pos(yystack_[2].location));
     ElementPtr b(new BoolElement(yystack_[0].value.as < bool > (), ctx.loc2pos(yystack_[0].location)));
@@ -1798,7 +1798,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 221: // service_sockets_require_all: "service-sockets-require-all" ":" "boolean"
-#line 948 "dhcp4_parser.yy"
+#line 950 "dhcp4_parser.yy"
                                                                        {
     ctx.unique("service-sockets-require-all", ctx.loc2pos(yystack_[2].location));
     ElementPtr b(new BoolElement(yystack_[0].value.as < bool > (), ctx.loc2pos(yystack_[0].location)));
@@ -1808,7 +1808,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 222: // service_sockets_retry_wait_time: "service-sockets-retry-wait-time" ":" "integer"
-#line 954 "dhcp4_parser.yy"
+#line 956 "dhcp4_parser.yy"
                                                                                {
     ctx.unique("service-sockets-retry-wait-time", ctx.loc2pos(yystack_[2].location));
     ElementPtr n(new IntElement(yystack_[0].value.as < int64_t > (), ctx.loc2pos(yystack_[0].location)));
@@ -1818,7 +1818,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 223: // service_sockets_max_retries: "service-sockets-max-retries" ":" "integer"
-#line 960 "dhcp4_parser.yy"
+#line 962 "dhcp4_parser.yy"
                                                                        {
     ctx.unique("service-sockets-max-retries", ctx.loc2pos(yystack_[2].location));
     ElementPtr n(new IntElement(yystack_[0].value.as < int64_t > (), ctx.loc2pos(yystack_[0].location)));
@@ -1828,7 +1828,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 224: // $@33: %empty
-#line 966 "dhcp4_parser.yy"
+#line 968 "dhcp4_parser.yy"
                                {
     ctx.unique("lease-database", ctx.loc2pos(yystack_[0].location));
     ElementPtr i(new MapElement(ctx.loc2pos(yystack_[0].location)));
@@ -1840,7 +1840,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 225: // lease_database: "lease-database" $@33 ":" "{" database_map_params "}"
-#line 972 "dhcp4_parser.yy"
+#line 974 "dhcp4_parser.yy"
                                                           {
     // The type parameter is required
     ctx.require("type", ctx.loc2pos(yystack_[2].location), ctx.loc2pos(yystack_[0].location));
@@ -1851,7 +1851,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 226: // $@34: %empty
-#line 979 "dhcp4_parser.yy"
+#line 981 "dhcp4_parser.yy"
                              {
     ctx.unique("sanity-checks", ctx.loc2pos(yystack_[0].location));
     ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location)));
@@ -1863,7 +1863,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 227: // sanity_checks: "sanity-checks" $@34 ":" "{" sanity_checks_params "}"
-#line 985 "dhcp4_parser.yy"
+#line 987 "dhcp4_parser.yy"
                                                            {
     ctx.stack_.pop_back();
     ctx.leave();
@@ -1872,7 +1872,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 230: // sanity_checks_params: sanity_checks_params ","
-#line 992 "dhcp4_parser.yy"
+#line 994 "dhcp4_parser.yy"
                                                  {
                         ctx.warnAboutExtraCommas(yystack_[0].location);
                         }
@@ -1880,7 +1880,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 233: // $@35: %empty
-#line 1001 "dhcp4_parser.yy"
+#line 1003 "dhcp4_parser.yy"
                            {
     ctx.unique("lease-checks", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
@@ -1889,7 +1889,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 234: // lease_checks: "lease-checks" $@35 ":" "constant string"
-#line 1004 "dhcp4_parser.yy"
+#line 1006 "dhcp4_parser.yy"
                {
 
     if ( (string(yystack_[0].value.as < std::string > ()) == "none") ||
@@ -1909,7 +1909,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 235: // $@36: %empty
-#line 1020 "dhcp4_parser.yy"
+#line 1022 "dhcp4_parser.yy"
                                            {
     ctx.unique("extended-info-checks", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
@@ -1918,7 +1918,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 236: // extended_info_checks: "extended-info-checks" $@36 ":" "constant string"
-#line 1023 "dhcp4_parser.yy"
+#line 1025 "dhcp4_parser.yy"
                {
 
     if ( (string(yystack_[0].value.as < std::string > ()) == "none") ||
@@ -1937,7 +1937,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 237: // $@37: %empty
-#line 1038 "dhcp4_parser.yy"
+#line 1040 "dhcp4_parser.yy"
                                {
     ctx.unique("hosts-database", ctx.loc2pos(yystack_[0].location));
     ElementPtr i(new MapElement(ctx.loc2pos(yystack_[0].location)));
@@ -1949,7 +1949,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 238: // hosts_database: "hosts-database" $@37 ":" "{" database_map_params "}"
-#line 1044 "dhcp4_parser.yy"
+#line 1046 "dhcp4_parser.yy"
                                                           {
     // The type parameter is required
     ctx.require("type", ctx.loc2pos(yystack_[2].location), ctx.loc2pos(yystack_[0].location));
@@ -1960,7 +1960,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 239: // $@38: %empty
-#line 1051 "dhcp4_parser.yy"
+#line 1053 "dhcp4_parser.yy"
                                  {
     ctx.unique("hosts-databases", ctx.loc2pos(yystack_[0].location));
     ElementPtr l(new ListElement(ctx.loc2pos(yystack_[0].location)));
@@ -1972,7 +1972,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 240: // hosts_databases: "hosts-databases" $@38 ":" "[" database_list "]"
-#line 1057 "dhcp4_parser.yy"
+#line 1059 "dhcp4_parser.yy"
                                                       {
     ctx.stack_.pop_back();
     ctx.leave();
@@ -1981,7 +1981,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 245: // not_empty_database_list: not_empty_database_list ","
-#line 1068 "dhcp4_parser.yy"
+#line 1070 "dhcp4_parser.yy"
                                                        {
                            ctx.warnAboutExtraCommas(yystack_[0].location);
                            }
@@ -1989,7 +1989,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 246: // $@39: %empty
-#line 1073 "dhcp4_parser.yy"
+#line 1075 "dhcp4_parser.yy"
                          {
     ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->add(m);
@@ -1999,7 +1999,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 247: // database: "{" $@39 database_map_params "}"
-#line 1077 "dhcp4_parser.yy"
+#line 1079 "dhcp4_parser.yy"
                                      {
     // The type parameter is required
     ctx.require("type", ctx.loc2pos(yystack_[3].location), ctx.loc2pos(yystack_[0].location));
@@ -2009,7 +2009,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 250: // database_map_params: database_map_params ","
-#line 1085 "dhcp4_parser.yy"
+#line 1087 "dhcp4_parser.yy"
                                                {
                        ctx.warnAboutExtraCommas(yystack_[0].location);
                        }
@@ -2017,7 +2017,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 274: // $@40: %empty
-#line 1115 "dhcp4_parser.yy"
+#line 1117 "dhcp4_parser.yy"
                     {
     ctx.unique("type", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
@@ -2026,7 +2026,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 275: // database_type: "type" $@40 ":" "constant string"
-#line 1118 "dhcp4_parser.yy"
+#line 1120 "dhcp4_parser.yy"
                {
     ElementPtr db_type(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("type", db_type);
@@ -2036,7 +2036,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 276: // $@41: %empty
-#line 1124 "dhcp4_parser.yy"
+#line 1126 "dhcp4_parser.yy"
            {
     ctx.unique("user", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
@@ -2045,7 +2045,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 277: // user: "user" $@41 ":" "constant string"
-#line 1127 "dhcp4_parser.yy"
+#line 1129 "dhcp4_parser.yy"
                {
     ElementPtr user(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("user", user);
@@ -2055,7 +2055,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 278: // $@42: %empty
-#line 1133 "dhcp4_parser.yy"
+#line 1135 "dhcp4_parser.yy"
                    {
     ctx.unique("password", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
@@ -2064,7 +2064,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 279: // password: "password" $@42 ":" "constant string"
-#line 1136 "dhcp4_parser.yy"
+#line 1138 "dhcp4_parser.yy"
                {
     ElementPtr pwd(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("password", pwd);
@@ -2074,7 +2074,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 280: // $@43: %empty
-#line 1142 "dhcp4_parser.yy"
+#line 1144 "dhcp4_parser.yy"
            {
     ctx.unique("host", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
@@ -2083,7 +2083,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 281: // host: "host" $@43 ":" "constant string"
-#line 1145 "dhcp4_parser.yy"
+#line 1147 "dhcp4_parser.yy"
                {
     ElementPtr h(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("host", h);
@@ -2093,7 +2093,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 282: // port: "port" ":" "integer"
-#line 1151 "dhcp4_parser.yy"
+#line 1153 "dhcp4_parser.yy"
                          {
     ctx.unique("port", ctx.loc2pos(yystack_[2].location));
     ElementPtr p(new IntElement(yystack_[0].value.as < int64_t > (), ctx.loc2pos(yystack_[0].location)));
@@ -2103,7 +2103,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 283: // $@44: %empty
-#line 1157 "dhcp4_parser.yy"
+#line 1159 "dhcp4_parser.yy"
            {
     ctx.unique("name", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
@@ -2112,7 +2112,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 284: // name: "name" $@44 ":" "constant string"
-#line 1160 "dhcp4_parser.yy"
+#line 1162 "dhcp4_parser.yy"
                {
     ElementPtr name(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("name", name);
@@ -2122,7 +2122,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 285: // persist: "persist" ":" "boolean"
-#line 1166 "dhcp4_parser.yy"
+#line 1168 "dhcp4_parser.yy"
                                {
     ctx.unique("persist", ctx.loc2pos(yystack_[2].location));
     ElementPtr n(new BoolElement(yystack_[0].value.as < bool > (), ctx.loc2pos(yystack_[0].location)));
@@ -2132,7 +2132,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 286: // lfc_interval: "lfc-interval" ":" "integer"
-#line 1172 "dhcp4_parser.yy"
+#line 1174 "dhcp4_parser.yy"
                                          {
     ctx.unique("lfc-interval", ctx.loc2pos(yystack_[2].location));
     ElementPtr n(new IntElement(yystack_[0].value.as < int64_t > (), ctx.loc2pos(yystack_[0].location)));
@@ -2142,7 +2142,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 287: // readonly: "readonly" ":" "boolean"
-#line 1178 "dhcp4_parser.yy"
+#line 1180 "dhcp4_parser.yy"
                                  {
     ctx.unique("readonly", ctx.loc2pos(yystack_[2].location));
     ElementPtr n(new BoolElement(yystack_[0].value.as < bool > (), ctx.loc2pos(yystack_[0].location)));
@@ -2152,7 +2152,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 288: // connect_timeout: "connect-timeout" ":" "integer"
-#line 1184 "dhcp4_parser.yy"
+#line 1186 "dhcp4_parser.yy"
                                                {
     ctx.unique("connect-timeout", ctx.loc2pos(yystack_[2].location));
     ElementPtr n(new IntElement(yystack_[0].value.as < int64_t > (), ctx.loc2pos(yystack_[0].location)));
@@ -2162,7 +2162,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 289: // read_timeout: "read-timeout" ":" "integer"
-#line 1190 "dhcp4_parser.yy"
+#line 1192 "dhcp4_parser.yy"
                                          {
     ctx.unique("read-timeout", ctx.loc2pos(yystack_[2].location));
     ElementPtr n(new IntElement(yystack_[0].value.as < int64_t > (), ctx.loc2pos(yystack_[0].location)));
@@ -2172,7 +2172,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 290: // write_timeout: "write-timeout" ":" "integer"
-#line 1196 "dhcp4_parser.yy"
+#line 1198 "dhcp4_parser.yy"
                                            {
     ctx.unique("write-timeout", ctx.loc2pos(yystack_[2].location));
     ElementPtr n(new IntElement(yystack_[0].value.as < int64_t > (), ctx.loc2pos(yystack_[0].location)));
@@ -2182,7 +2182,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 291: // tcp_user_timeout: "tcp-user-timeout" ":" "integer"
-#line 1202 "dhcp4_parser.yy"
+#line 1204 "dhcp4_parser.yy"
                                                  {
     ctx.unique("tcp-user-timeout", ctx.loc2pos(yystack_[2].location));
     ElementPtr n(new IntElement(yystack_[0].value.as < int64_t > (), ctx.loc2pos(yystack_[0].location)));
@@ -2192,7 +2192,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 292: // max_reconnect_tries: "max-reconnect-tries" ":" "integer"
-#line 1208 "dhcp4_parser.yy"
+#line 1210 "dhcp4_parser.yy"
                                                        {
     ctx.unique("max-reconnect-tries", ctx.loc2pos(yystack_[2].location));
     ElementPtr n(new IntElement(yystack_[0].value.as < int64_t > (), ctx.loc2pos(yystack_[0].location)));
@@ -2202,7 +2202,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 293: // reconnect_wait_time: "reconnect-wait-time" ":" "integer"
-#line 1214 "dhcp4_parser.yy"
+#line 1216 "dhcp4_parser.yy"
                                                        {
     ctx.unique("reconnect-wait-time", ctx.loc2pos(yystack_[2].location));
     ElementPtr n(new IntElement(yystack_[0].value.as < int64_t > (), ctx.loc2pos(yystack_[0].location)));
@@ -2212,7 +2212,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 294: // $@45: %empty
-#line 1220 "dhcp4_parser.yy"
+#line 1222 "dhcp4_parser.yy"
                  {
     ctx.unique("on-fail", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.DATABASE_ON_FAIL);
@@ -2221,7 +2221,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 295: // on_fail: "on-fail" $@45 ":" on_fail_mode
-#line 1223 "dhcp4_parser.yy"
+#line 1225 "dhcp4_parser.yy"
                      {
     ctx.stack_.back()->set("on-fail", yystack_[0].value.as < ElementPtr > ());
     ctx.leave();
@@ -2230,25 +2230,25 @@ namespace isc { namespace dhcp {
     break;
 
   case 296: // on_fail_mode: "stop-retry-exit"
-#line 1228 "dhcp4_parser.yy"
+#line 1230 "dhcp4_parser.yy"
                               { yylhs.value.as < ElementPtr > () = ElementPtr(new StringElement("stop-retry-exit", ctx.loc2pos(yystack_[0].location))); }
 #line 2236 "dhcp4_parser.cc"
     break;
 
   case 297: // on_fail_mode: "serve-retry-exit"
-#line 1229 "dhcp4_parser.yy"
+#line 1231 "dhcp4_parser.yy"
                                { yylhs.value.as < ElementPtr > () = ElementPtr(new StringElement("serve-retry-exit", ctx.loc2pos(yystack_[0].location))); }
 #line 2242 "dhcp4_parser.cc"
     break;
 
   case 298: // on_fail_mode: "serve-retry-continue"
-#line 1230 "dhcp4_parser.yy"
+#line 1232 "dhcp4_parser.yy"
                                    { yylhs.value.as < ElementPtr > () = ElementPtr(new StringElement("serve-retry-continue", ctx.loc2pos(yystack_[0].location))); }
 #line 2248 "dhcp4_parser.cc"
     break;
 
   case 299: // retry_on_startup: "retry-on-startup" ":" "boolean"
-#line 1233 "dhcp4_parser.yy"
+#line 1235 "dhcp4_parser.yy"
                                                  {
     ctx.unique("retry-on-startup", ctx.loc2pos(yystack_[2].location));
     ElementPtr n(new BoolElement(yystack_[0].value.as < bool > (), ctx.loc2pos(yystack_[0].location)));
@@ -2258,7 +2258,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 300: // max_row_errors: "max-row-errors" ":" "integer"
-#line 1239 "dhcp4_parser.yy"
+#line 1241 "dhcp4_parser.yy"
                                              {
     ctx.unique("max-row-errors", ctx.loc2pos(yystack_[2].location));
     ElementPtr n(new IntElement(yystack_[0].value.as < int64_t > (), ctx.loc2pos(yystack_[0].location)));
@@ -2268,7 +2268,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 301: // $@46: %empty
-#line 1245 "dhcp4_parser.yy"
+#line 1247 "dhcp4_parser.yy"
                            {
     ctx.unique("trust-anchor", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
@@ -2277,7 +2277,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 302: // trust_anchor: "trust-anchor" $@46 ":" "constant string"
-#line 1248 "dhcp4_parser.yy"
+#line 1250 "dhcp4_parser.yy"
                {
     ElementPtr ca(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("trust-anchor", ca);
@@ -2287,7 +2287,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 303: // $@47: %empty
-#line 1254 "dhcp4_parser.yy"
+#line 1256 "dhcp4_parser.yy"
                      {
     ctx.unique("cert-file", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
@@ -2296,7 +2296,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 304: // cert_file: "cert-file" $@47 ":" "constant string"
-#line 1257 "dhcp4_parser.yy"
+#line 1259 "dhcp4_parser.yy"
                {
     ElementPtr cert(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("cert-file", cert);
@@ -2306,7 +2306,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 305: // $@48: %empty
-#line 1263 "dhcp4_parser.yy"
+#line 1265 "dhcp4_parser.yy"
                    {
     ctx.unique("key-file", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
@@ -2315,7 +2315,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 306: // key_file: "key-file" $@48 ":" "constant string"
-#line 1266 "dhcp4_parser.yy"
+#line 1268 "dhcp4_parser.yy"
                {
     ElementPtr key(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("key-file", key);
@@ -2325,7 +2325,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 307: // $@49: %empty
-#line 1272 "dhcp4_parser.yy"
+#line 1274 "dhcp4_parser.yy"
                          {
     ctx.unique("cipher-list", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
@@ -2334,7 +2334,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 308: // cipher_list: "cipher-list" $@49 ":" "constant string"
-#line 1275 "dhcp4_parser.yy"
+#line 1277 "dhcp4_parser.yy"
                {
     ElementPtr cl(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("cipher-list", cl);
@@ -2344,7 +2344,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 309: // $@50: %empty
-#line 1281 "dhcp4_parser.yy"
+#line 1283 "dhcp4_parser.yy"
                                                            {
     ctx.unique("host-reservation-identifiers", ctx.loc2pos(yystack_[0].location));
     ElementPtr l(new ListElement(ctx.loc2pos(yystack_[0].location)));
@@ -2356,7 +2356,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 310: // host_reservation_identifiers: "host-reservation-identifiers" $@50 ":" "[" host_reservation_identifiers_list "]"
-#line 1287 "dhcp4_parser.yy"
+#line 1289 "dhcp4_parser.yy"
                                                                           {
     ctx.stack_.pop_back();
     ctx.leave();
@@ -2365,7 +2365,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 313: // host_reservation_identifiers_list: host_reservation_identifiers_list ","
-#line 1294 "dhcp4_parser.yy"
+#line 1296 "dhcp4_parser.yy"
                                               {
         ctx.warnAboutExtraCommas(yystack_[0].location);
         }
@@ -2373,7 +2373,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 319: // duid_id: "duid"
-#line 1306 "dhcp4_parser.yy"
+#line 1308 "dhcp4_parser.yy"
               {
     ElementPtr duid(new StringElement("duid", ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->add(duid);
@@ -2382,7 +2382,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 320: // hw_address_id: "hw-address"
-#line 1311 "dhcp4_parser.yy"
+#line 1313 "dhcp4_parser.yy"
                           {
     ElementPtr hwaddr(new StringElement("hw-address", ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->add(hwaddr);
@@ -2391,7 +2391,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 321: // circuit_id: "circuit-id"
-#line 1316 "dhcp4_parser.yy"
+#line 1318 "dhcp4_parser.yy"
                        {
     ElementPtr circuit(new StringElement("circuit-id", ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->add(circuit);
@@ -2400,7 +2400,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 322: // client_id: "client-id"
-#line 1321 "dhcp4_parser.yy"
+#line 1323 "dhcp4_parser.yy"
                      {
     ElementPtr client(new StringElement("client-id", ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->add(client);
@@ -2409,7 +2409,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 323: // flex_id: "flex-id"
-#line 1326 "dhcp4_parser.yy"
+#line 1328 "dhcp4_parser.yy"
                  {
     ElementPtr flex_id(new StringElement("flex-id", ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->add(flex_id);
@@ -2418,7 +2418,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 324: // $@51: %empty
-#line 1333 "dhcp4_parser.yy"
+#line 1335 "dhcp4_parser.yy"
                                            {
     ctx.unique("multi-threading", ctx.loc2pos(yystack_[0].location));
     ElementPtr mt(new MapElement(ctx.loc2pos(yystack_[0].location)));
@@ -2430,7 +2430,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 325: // dhcp_multi_threading: "multi-threading" $@51 ":" "{" multi_threading_params "}"
-#line 1339 "dhcp4_parser.yy"
+#line 1341 "dhcp4_parser.yy"
                                                              {
     // The enable parameter is required.
     ctx.require("enable-multi-threading", ctx.loc2pos(yystack_[2].location), ctx.loc2pos(yystack_[0].location));
@@ -2441,7 +2441,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 328: // multi_threading_params: multi_threading_params ","
-#line 1348 "dhcp4_parser.yy"
+#line 1350 "dhcp4_parser.yy"
                                                      {
                           ctx.warnAboutExtraCommas(yystack_[0].location);
                           }
@@ -2449,7 +2449,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 335: // enable_multi_threading: "enable-multi-threading" ":" "boolean"
-#line 1361 "dhcp4_parser.yy"
+#line 1363 "dhcp4_parser.yy"
                                                              {
     ctx.unique("enable-multi-threading", ctx.loc2pos(yystack_[2].location));
     ElementPtr b(new BoolElement(yystack_[0].value.as < bool > (), ctx.loc2pos(yystack_[0].location)));
@@ -2459,7 +2459,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 336: // thread_pool_size: "thread-pool-size" ":" "integer"
-#line 1367 "dhcp4_parser.yy"
+#line 1369 "dhcp4_parser.yy"
                                                  {
     ctx.unique("thread-pool-size", ctx.loc2pos(yystack_[2].location));
     ElementPtr prf(new IntElement(yystack_[0].value.as < int64_t > (), ctx.loc2pos(yystack_[0].location)));
@@ -2469,7 +2469,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 337: // packet_queue_size: "packet-queue-size" ":" "integer"
-#line 1373 "dhcp4_parser.yy"
+#line 1375 "dhcp4_parser.yy"
                                                    {
     ctx.unique("packet-queue-size", ctx.loc2pos(yystack_[2].location));
     ElementPtr prf(new IntElement(yystack_[0].value.as < int64_t > (), ctx.loc2pos(yystack_[0].location)));
@@ -2479,7 +2479,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 338: // $@52: %empty
-#line 1379 "dhcp4_parser.yy"
+#line 1381 "dhcp4_parser.yy"
                                  {
     ctx.unique("hooks-libraries", ctx.loc2pos(yystack_[0].location));
     ElementPtr l(new ListElement(ctx.loc2pos(yystack_[0].location)));
@@ -2491,7 +2491,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 339: // hooks_libraries: "hooks-libraries" $@52 ":" "[" hooks_libraries_list "]"
-#line 1385 "dhcp4_parser.yy"
+#line 1387 "dhcp4_parser.yy"
                                                              {
     ctx.stack_.pop_back();
     ctx.leave();
@@ -2500,7 +2500,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 344: // not_empty_hooks_libraries_list: not_empty_hooks_libraries_list ","
-#line 1396 "dhcp4_parser.yy"
+#line 1398 "dhcp4_parser.yy"
                                            {
         ctx.warnAboutExtraCommas(yystack_[0].location);
         }
@@ -2508,7 +2508,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 345: // $@53: %empty
-#line 1401 "dhcp4_parser.yy"
+#line 1403 "dhcp4_parser.yy"
                               {
     ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->add(m);
@@ -2518,7 +2518,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 346: // hooks_library: "{" $@53 hooks_params "}"
-#line 1405 "dhcp4_parser.yy"
+#line 1407 "dhcp4_parser.yy"
                               {
     // The library hooks parameter is required
     ctx.require("library", ctx.loc2pos(yystack_[3].location), ctx.loc2pos(yystack_[0].location));
@@ -2528,7 +2528,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 347: // $@54: %empty
-#line 1411 "dhcp4_parser.yy"
+#line 1413 "dhcp4_parser.yy"
                                   {
     // Parse the hooks-libraries list entry map
     ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location)));
@@ -2538,7 +2538,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 348: // sub_hooks_library: "{" $@54 hooks_params "}"
-#line 1415 "dhcp4_parser.yy"
+#line 1417 "dhcp4_parser.yy"
                               {
     // The library hooks parameter is required
     ctx.require("library", ctx.loc2pos(yystack_[3].location), ctx.loc2pos(yystack_[0].location));
@@ -2548,7 +2548,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 351: // hooks_params: hooks_params ","
-#line 1423 "dhcp4_parser.yy"
+#line 1425 "dhcp4_parser.yy"
                                  {
                 ctx.warnAboutExtraCommas(yystack_[0].location);
                 }
@@ -2556,7 +2556,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 355: // $@55: %empty
-#line 1433 "dhcp4_parser.yy"
+#line 1435 "dhcp4_parser.yy"
                  {
     ctx.unique("library", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
@@ -2565,7 +2565,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 356: // library: "library" $@55 ":" "constant string"
-#line 1436 "dhcp4_parser.yy"
+#line 1438 "dhcp4_parser.yy"
                {
     ElementPtr lib(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("library", lib);
@@ -2575,7 +2575,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 357: // $@56: %empty
-#line 1442 "dhcp4_parser.yy"
+#line 1444 "dhcp4_parser.yy"
                        {
     ctx.unique("parameters", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
@@ -2584,7 +2584,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 358: // parameters: "parameters" $@56 ":" map_value
-#line 1445 "dhcp4_parser.yy"
+#line 1447 "dhcp4_parser.yy"
                   {
     ctx.stack_.back()->set("parameters", yystack_[0].value.as < ElementPtr > ());
     ctx.leave();
@@ -2593,7 +2593,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 359: // $@57: %empty
-#line 1451 "dhcp4_parser.yy"
+#line 1453 "dhcp4_parser.yy"
                                                      {
     ctx.unique("expired-leases-processing", ctx.loc2pos(yystack_[0].location));
     ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location)));
@@ -2605,7 +2605,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 360: // expired_leases_processing: "expired-leases-processing" $@57 ":" "{" expired_leases_params "}"
-#line 1457 "dhcp4_parser.yy"
+#line 1459 "dhcp4_parser.yy"
                                                             {
     // No expired lease parameter is required
     ctx.stack_.pop_back();
@@ -2615,7 +2615,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 363: // expired_leases_params: expired_leases_params ","
-#line 1465 "dhcp4_parser.yy"
+#line 1467 "dhcp4_parser.yy"
                                                    {
                          ctx.warnAboutExtraCommas(yystack_[0].location);
                          }
@@ -2623,7 +2623,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 370: // reclaim_timer_wait_time: "reclaim-timer-wait-time" ":" "integer"
-#line 1478 "dhcp4_parser.yy"
+#line 1480 "dhcp4_parser.yy"
                                                                {
     ctx.unique("reclaim-timer-wait-time", ctx.loc2pos(yystack_[2].location));
     ElementPtr value(new IntElement(yystack_[0].value.as < int64_t > (), ctx.loc2pos(yystack_[0].location)));
@@ -2633,7 +2633,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 371: // flush_reclaimed_timer_wait_time: "flush-reclaimed-timer-wait-time" ":" "integer"
-#line 1484 "dhcp4_parser.yy"
+#line 1486 "dhcp4_parser.yy"
                                                                                {
     ctx.unique("flush-reclaimed-timer-wait-time", ctx.loc2pos(yystack_[2].location));
     ElementPtr value(new IntElement(yystack_[0].value.as < int64_t > (), ctx.loc2pos(yystack_[0].location)));
@@ -2643,7 +2643,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 372: // hold_reclaimed_time: "hold-reclaimed-time" ":" "integer"
-#line 1490 "dhcp4_parser.yy"
+#line 1492 "dhcp4_parser.yy"
                                                        {
     ctx.unique("hold-reclaimed-time", ctx.loc2pos(yystack_[2].location));
     ElementPtr value(new IntElement(yystack_[0].value.as < int64_t > (), ctx.loc2pos(yystack_[0].location)));
@@ -2653,7 +2653,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 373: // max_reclaim_leases: "max-reclaim-leases" ":" "integer"
-#line 1496 "dhcp4_parser.yy"
+#line 1498 "dhcp4_parser.yy"
                                                      {
     ctx.unique("max-reclaim-leases", ctx.loc2pos(yystack_[2].location));
     ElementPtr value(new IntElement(yystack_[0].value.as < int64_t > (), ctx.loc2pos(yystack_[0].location)));
@@ -2663,7 +2663,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 374: // max_reclaim_time: "max-reclaim-time" ":" "integer"
-#line 1502 "dhcp4_parser.yy"
+#line 1504 "dhcp4_parser.yy"
                                                  {
     ctx.unique("max-reclaim-time", ctx.loc2pos(yystack_[2].location));
     ElementPtr value(new IntElement(yystack_[0].value.as < int64_t > (), ctx.loc2pos(yystack_[0].location)));
@@ -2673,7 +2673,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 375: // unwarned_reclaim_cycles: "unwarned-reclaim-cycles" ":" "integer"
-#line 1508 "dhcp4_parser.yy"
+#line 1510 "dhcp4_parser.yy"
                                                                {
     ctx.unique("unwarned-reclaim-cycles", ctx.loc2pos(yystack_[2].location));
     ElementPtr value(new IntElement(yystack_[0].value.as < int64_t > (), ctx.loc2pos(yystack_[0].location)));
@@ -2683,7 +2683,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 376: // $@58: %empty
-#line 1517 "dhcp4_parser.yy"
+#line 1519 "dhcp4_parser.yy"
                       {
     ctx.unique("subnet4", ctx.loc2pos(yystack_[0].location));
     ElementPtr l(new ListElement(ctx.loc2pos(yystack_[0].location)));
@@ -2695,7 +2695,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 377: // subnet4_list: "subnet4" $@58 ":" "[" subnet4_list_content "]"
-#line 1523 "dhcp4_parser.yy"
+#line 1525 "dhcp4_parser.yy"
                                                              {
     ctx.stack_.pop_back();
     ctx.leave();
@@ -2704,7 +2704,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 382: // not_empty_subnet4_list: not_empty_subnet4_list ","
-#line 1537 "dhcp4_parser.yy"
+#line 1539 "dhcp4_parser.yy"
                                                      {
                           ctx.warnAboutExtraCommas(yystack_[0].location);
                           }
@@ -2712,7 +2712,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 383: // $@59: %empty
-#line 1546 "dhcp4_parser.yy"
+#line 1548 "dhcp4_parser.yy"
                         {
     ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->add(m);
@@ -2722,7 +2722,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 384: // subnet4: "{" $@59 subnet4_params "}"
-#line 1550 "dhcp4_parser.yy"
+#line 1552 "dhcp4_parser.yy"
                                 {
     // Once we reached this place, the subnet parsing is now complete.
     // If we want to, we can implement default values here.
@@ -2748,7 +2748,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 385: // $@60: %empty
-#line 1572 "dhcp4_parser.yy"
+#line 1574 "dhcp4_parser.yy"
                             {
     // Parse the subnet4 list entry map
     ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location)));
@@ -2758,7 +2758,7 @@ namespace isc { namespace dhcp {
     break;
 
   case 386: // sub_subnet4: "{" $@60 subnet4_params "}"
-#line 1576 "dhcp4_parser.yy"
+#line 1578 "dhcp4_parser.yy"
                                 {
     // The subnet subnet4 parameter is required
     ctx.require("subnet", ctx.loc2pos(yystack_[3].location), ctx.loc2pos(yystack_[0].location));
@@ -2768,15 +2768,15 @@ namespace isc { namespace dhcp {
     break;
 
   case 389: // subnet4_params: subnet4_params ","
-#line 1585 "dhcp4_parser.yy"
+#line 1587 "dhcp4_parser.yy"
                                      {
                   ctx.warnAboutExtraCommas(yystack_[0].location);
                   }
 #line 2776 "dhcp4_parser.cc"
     break;
 
-  case 438: // $@61: %empty
-#line 1641 "dhcp4_parser.yy"
+  case 439: // $@61: %empty
+#line 1644 "dhcp4_parser.yy"
                {
     ctx.unique("subnet", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
@@ -2784,8 +2784,8 @@ namespace isc { namespace dhcp {
 #line 2785 "dhcp4_parser.cc"
     break;
 
-  case 439: // subnet: "subnet" $@61 ":" "constant string"
-#line 1644 "dhcp4_parser.yy"
+  case 440: // subnet: "subnet" $@61 ":" "constant string"
+#line 1647 "dhcp4_parser.yy"
                {
     ElementPtr subnet(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("subnet", subnet);
@@ -2794,8 +2794,8 @@ namespace isc { namespace dhcp {
 #line 2795 "dhcp4_parser.cc"
     break;
 
-  case 440: // $@62: %empty
-#line 1650 "dhcp4_parser.yy"
+  case 441: // $@62: %empty
+#line 1653 "dhcp4_parser.yy"
                                            {
     ctx.unique("4o6-interface", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
@@ -2803,8 +2803,8 @@ namespace isc { namespace dhcp {
 #line 2804 "dhcp4_parser.cc"
     break;
 
-  case 441: // subnet_4o6_interface: "4o6-interface" $@62 ":" "constant string"
-#line 1653 "dhcp4_parser.yy"
+  case 442: // subnet_4o6_interface: "4o6-interface" $@62 ":" "constant string"
+#line 1656 "dhcp4_parser.yy"
                {
     ElementPtr iface(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("4o6-interface", iface);
@@ -2813,8 +2813,8 @@ namespace isc { namespace dhcp {
 #line 2814 "dhcp4_parser.cc"
     break;
 
-  case 442: // $@63: %empty
-#line 1659 "dhcp4_parser.yy"
+  case 443: // $@63: %empty
+#line 1662 "dhcp4_parser.yy"
                                                  {
     ctx.unique("4o6-interface-id", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
@@ -2822,8 +2822,8 @@ namespace isc { namespace dhcp {
 #line 2823 "dhcp4_parser.cc"
     break;
 
-  case 443: // subnet_4o6_interface_id: "4o6-interface-id" $@63 ":" "constant string"
-#line 1662 "dhcp4_parser.yy"
+  case 444: // subnet_4o6_interface_id: "4o6-interface-id" $@63 ":" "constant string"
+#line 1665 "dhcp4_parser.yy"
                {
     ElementPtr iface(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("4o6-interface-id", iface);
@@ -2832,8 +2832,8 @@ namespace isc { namespace dhcp {
 #line 2833 "dhcp4_parser.cc"
     break;
 
-  case 444: // $@64: %empty
-#line 1668 "dhcp4_parser.yy"
+  case 445: // $@64: %empty
+#line 1671 "dhcp4_parser.yy"
                                      {
     ctx.unique("4o6-subnet", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
@@ -2841,8 +2841,8 @@ namespace isc { namespace dhcp {
 #line 2842 "dhcp4_parser.cc"
     break;
 
-  case 445: // subnet_4o6_subnet: "4o6-subnet" $@64 ":" "constant string"
-#line 1671 "dhcp4_parser.yy"
+  case 446: // subnet_4o6_subnet: "4o6-subnet" $@64 ":" "constant string"
+#line 1674 "dhcp4_parser.yy"
                {
     ElementPtr iface(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("4o6-subnet", iface);
@@ -2851,8 +2851,8 @@ namespace isc { namespace dhcp {
 #line 2852 "dhcp4_parser.cc"
     break;
 
-  case 446: // $@65: %empty
-#line 1677 "dhcp4_parser.yy"
+  case 447: // $@65: %empty
+#line 1680 "dhcp4_parser.yy"
                      {
     ctx.unique("interface", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
@@ -2860,8 +2860,8 @@ namespace isc { namespace dhcp {
 #line 2861 "dhcp4_parser.cc"
     break;
 
-  case 447: // interface: "interface" $@65 ":" "constant string"
-#line 1680 "dhcp4_parser.yy"
+  case 448: // interface: "interface" $@65 ":" "constant string"
+#line 1683 "dhcp4_parser.yy"
                {
     ElementPtr iface(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("interface", iface);
@@ -2870,8 +2870,8 @@ namespace isc { namespace dhcp {
 #line 2871 "dhcp4_parser.cc"
     break;
 
-  case 448: // $@66: %empty
-#line 1686 "dhcp4_parser.yy"
+  case 449: // $@66: %empty
+#line 1689 "dhcp4_parser.yy"
                            {
     ctx.unique("client-class", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
@@ -2879,8 +2879,8 @@ namespace isc { namespace dhcp {
 #line 2880 "dhcp4_parser.cc"
     break;
 
-  case 449: // client_class: "client-class" $@66 ":" "constant string"
-#line 1689 "dhcp4_parser.yy"
+  case 450: // client_class: "client-class" $@66 ":" "constant string"
+#line 1692 "dhcp4_parser.yy"
                {
     ElementPtr cls(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("client-class", cls);
@@ -2889,8 +2889,8 @@ namespace isc { namespace dhcp {
 #line 2890 "dhcp4_parser.cc"
     break;
 
-  case 450: // $@67: %empty
-#line 1695 "dhcp4_parser.yy"
+  case 451: // $@67: %empty
+#line 1699 "dhcp4_parser.yy"
                                                {
     ctx.unique("require-client-classes", ctx.loc2pos(yystack_[0].location));
     ElementPtr c(new ListElement(ctx.loc2pos(yystack_[0].location)));
@@ -2901,8 +2901,8 @@ namespace isc { namespace dhcp {
 #line 2902 "dhcp4_parser.cc"
     break;
 
-  case 451: // require_client_classes: "require-client-classes" $@67 ":" list_strings
-#line 1701 "dhcp4_parser.yy"
+  case 452: // require_client_classes: "require-client-classes" $@67 ":" list_strings
+#line 1705 "dhcp4_parser.yy"
                      {
     ctx.stack_.pop_back();
     ctx.leave();
@@ -2910,48 +2910,69 @@ namespace isc { namespace dhcp {
 #line 2911 "dhcp4_parser.cc"
     break;
 
-  case 452: // reservations_global: "reservations-global" ":" "boolean"
-#line 1706 "dhcp4_parser.yy"
+  case 453: // $@68: %empty
+#line 1710 "dhcp4_parser.yy"
+                                                         {
+    ctx.unique("evaluate-additional-classes", ctx.loc2pos(yystack_[0].location));
+    ElementPtr c(new ListElement(ctx.loc2pos(yystack_[0].location)));
+    ctx.stack_.back()->set("evaluate-additional-classes", c);
+    ctx.stack_.push_back(c);
+    ctx.enter(ctx.NO_KEYWORD);
+}
+#line 2923 "dhcp4_parser.cc"
+    break;
+
+  case 454: // evaluate_additional_classes: "evaluate-additional-classes" $@68 ":" list_strings
+#line 1716 "dhcp4_parser.yy"
+                     {
+    ctx.stack_.pop_back();
+    ctx.leave();
+}
+#line 2932 "dhcp4_parser.cc"
+    break;
+
+  case 455: // reservations_global: "reservations-global" ":" "boolean"
+#line 1722 "dhcp4_parser.yy"
                                                        {
     ctx.unique("reservations-global", ctx.loc2pos(yystack_[2].location));
     ElementPtr b(new BoolElement(yystack_[0].value.as < bool > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("reservations-global", b);
 }
-#line 2921 "dhcp4_parser.cc"
+#line 2942 "dhcp4_parser.cc"
     break;
 
-  case 453: // reservations_in_subnet: "reservations-in-subnet" ":" "boolean"
-#line 1712 "dhcp4_parser.yy"
+  case 456: // reservations_in_subnet: "reservations-in-subnet" ":" "boolean"
+#line 1728 "dhcp4_parser.yy"
                                                              {
     ctx.unique("reservations-in-subnet", ctx.loc2pos(yystack_[2].location));
     ElementPtr b(new BoolElement(yystack_[0].value.as < bool > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("reservations-in-subnet", b);
 }
-#line 2931 "dhcp4_parser.cc"
+#line 2952 "dhcp4_parser.cc"
     break;
 
-  case 454: // reservations_out_of_pool: "reservations-out-of-pool" ":" "boolean"
-#line 1718 "dhcp4_parser.yy"
+  case 457: // reservations_out_of_pool: "reservations-out-of-pool" ":" "boolean"
+#line 1734 "dhcp4_parser.yy"
                                                                  {
     ctx.unique("reservations-out-of-pool", ctx.loc2pos(yystack_[2].location));
     ElementPtr b(new BoolElement(yystack_[0].value.as < bool > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("reservations-out-of-pool", b);
 }
-#line 2941 "dhcp4_parser.cc"
+#line 2962 "dhcp4_parser.cc"
     break;
 
-  case 455: // id: "id" ":" "integer"
-#line 1724 "dhcp4_parser.yy"
+  case 458: // id: "id" ":" "integer"
+#line 1740 "dhcp4_parser.yy"
                      {
     ctx.unique("id", ctx.loc2pos(yystack_[2].location));
     ElementPtr id(new IntElement(yystack_[0].value.as < int64_t > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("id", id);
 }
-#line 2951 "dhcp4_parser.cc"
+#line 2972 "dhcp4_parser.cc"
     break;
 
-  case 456: // $@68: %empty
-#line 1732 "dhcp4_parser.yy"
+  case 459: // $@69: %empty
+#line 1748 "dhcp4_parser.yy"
                                  {
     ctx.unique("shared-networks", ctx.loc2pos(yystack_[0].location));
     ElementPtr l(new ListElement(ctx.loc2pos(yystack_[0].location)));
@@ -2959,54 +2980,54 @@ namespace isc { namespace dhcp {
     ctx.stack_.push_back(l);
     ctx.enter(ctx.SHARED_NETWORK);
 }
-#line 2963 "dhcp4_parser.cc"
+#line 2984 "dhcp4_parser.cc"
     break;
 
-  case 457: // shared_networks: "shared-networks" $@68 ":" "[" shared_networks_content "]"
-#line 1738 "dhcp4_parser.yy"
+  case 460: // shared_networks: "shared-networks" $@69 ":" "[" shared_networks_content "]"
+#line 1754 "dhcp4_parser.yy"
                                                                 {
     ctx.stack_.pop_back();
     ctx.leave();
 }
-#line 2972 "dhcp4_parser.cc"
+#line 2993 "dhcp4_parser.cc"
     break;
 
-  case 462: // shared_networks_list: shared_networks_list ","
-#line 1751 "dhcp4_parser.yy"
+  case 465: // shared_networks_list: shared_networks_list ","
+#line 1767 "dhcp4_parser.yy"
                                                  {
                         ctx.warnAboutExtraCommas(yystack_[0].location);
                         }
-#line 2980 "dhcp4_parser.cc"
+#line 3001 "dhcp4_parser.cc"
     break;
 
-  case 463: // $@69: %empty
-#line 1756 "dhcp4_parser.yy"
+  case 466: // $@70: %empty
+#line 1772 "dhcp4_parser.yy"
                                {
     ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->add(m);
     ctx.stack_.push_back(m);
 }
-#line 2990 "dhcp4_parser.cc"
+#line 3011 "dhcp4_parser.cc"
     break;
 
-  case 464: // shared_network: "{" $@69 shared_network_params "}"
-#line 1760 "dhcp4_parser.yy"
+  case 467: // shared_network: "{" $@70 shared_network_params "}"
+#line 1776 "dhcp4_parser.yy"
                                        {
     ctx.stack_.pop_back();
 }
-#line 2998 "dhcp4_parser.cc"
+#line 3019 "dhcp4_parser.cc"
     break;
 
-  case 467: // shared_network_params: shared_network_params ","
-#line 1766 "dhcp4_parser.yy"
+  case 470: // shared_network_params: shared_network_params ","
+#line 1782 "dhcp4_parser.yy"
                                                    {
                          ctx.warnAboutExtraCommas(yystack_[0].location);
                          }
-#line 3006 "dhcp4_parser.cc"
+#line 3027 "dhcp4_parser.cc"
     break;
 
-  case 511: // $@70: %empty
-#line 1820 "dhcp4_parser.yy"
+  case 515: // $@71: %empty
+#line 1837 "dhcp4_parser.yy"
                             {
     ctx.unique("option-def", ctx.loc2pos(yystack_[0].location));
     ElementPtr l(new ListElement(ctx.loc2pos(yystack_[0].location)));
@@ -3014,55 +3035,55 @@ namespace isc { namespace dhcp {
     ctx.stack_.push_back(l);
     ctx.enter(ctx.OPTION_DEF);
 }
-#line 3018 "dhcp4_parser.cc"
+#line 3039 "dhcp4_parser.cc"
     break;
 
-  case 512: // option_def_list: "option-def" $@70 ":" "[" option_def_list_content "]"
-#line 1826 "dhcp4_parser.yy"
+  case 516: // option_def_list: "option-def" $@71 ":" "[" option_def_list_content "]"
+#line 1843 "dhcp4_parser.yy"
                                                                 {
     ctx.stack_.pop_back();
     ctx.leave();
 }
-#line 3027 "dhcp4_parser.cc"
+#line 3048 "dhcp4_parser.cc"
     break;
 
-  case 513: // $@71: %empty
-#line 1834 "dhcp4_parser.yy"
+  case 517: // $@72: %empty
+#line 1851 "dhcp4_parser.yy"
                                     {
     ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.push_back(m);
 }
-#line 3036 "dhcp4_parser.cc"
+#line 3057 "dhcp4_parser.cc"
     break;
 
-  case 514: // sub_option_def_list: "{" $@71 option_def_list "}"
-#line 1837 "dhcp4_parser.yy"
+  case 518: // sub_option_def_list: "{" $@72 option_def_list "}"
+#line 1854 "dhcp4_parser.yy"
                                  {
     // parsing completed
 }
-#line 3044 "dhcp4_parser.cc"
+#line 3065 "dhcp4_parser.cc"
     break;
 
-  case 519: // not_empty_option_def_list: not_empty_option_def_list ","
-#line 1849 "dhcp4_parser.yy"
+  case 523: // not_empty_option_def_list: not_empty_option_def_list ","
+#line 1866 "dhcp4_parser.yy"
                                                            {
                              ctx.warnAboutExtraCommas(yystack_[0].location);
                              }
-#line 3052 "dhcp4_parser.cc"
+#line 3073 "dhcp4_parser.cc"
     break;
 
-  case 520: // $@72: %empty
-#line 1856 "dhcp4_parser.yy"
+  case 524: // $@73: %empty
+#line 1873 "dhcp4_parser.yy"
                                  {
     ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->add(m);
     ctx.stack_.push_back(m);
 }
-#line 3062 "dhcp4_parser.cc"
+#line 3083 "dhcp4_parser.cc"
     break;
 
-  case 521: // option_def_entry: "{" $@72 option_def_params "}"
-#line 1860 "dhcp4_parser.yy"
+  case 525: // option_def_entry: "{" $@73 option_def_params "}"
+#line 1877 "dhcp4_parser.yy"
                                    {
     // The name, code and type option def parameters are required.
     ctx.require("name", ctx.loc2pos(yystack_[3].location), ctx.loc2pos(yystack_[0].location));
@@ -3070,21 +3091,21 @@ namespace isc { namespace dhcp {
     ctx.require("type", ctx.loc2pos(yystack_[3].location), ctx.loc2pos(yystack_[0].location));
     ctx.stack_.pop_back();
 }
-#line 3074 "dhcp4_parser.cc"
+#line 3095 "dhcp4_parser.cc"
     break;
 
-  case 522: // $@73: %empty
-#line 1871 "dhcp4_parser.yy"
+  case 526: // $@74: %empty
+#line 1888 "dhcp4_parser.yy"
                                {
     // Parse the option-def list entry map
     ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.push_back(m);
 }
-#line 3084 "dhcp4_parser.cc"
+#line 3105 "dhcp4_parser.cc"
     break;
 
-  case 523: // sub_option_def: "{" $@73 option_def_params "}"
-#line 1875 "dhcp4_parser.yy"
+  case 527: // sub_option_def: "{" $@74 option_def_params "}"
+#line 1892 "dhcp4_parser.yy"
                                    {
     // The name, code and type option def parameters are required.
     ctx.require("name", ctx.loc2pos(yystack_[3].location), ctx.loc2pos(yystack_[0].location));
@@ -3092,115 +3113,115 @@ namespace isc { namespace dhcp {
     ctx.require("type", ctx.loc2pos(yystack_[3].location), ctx.loc2pos(yystack_[0].location));
     // parsing completed
 }
-#line 3096 "dhcp4_parser.cc"
+#line 3117 "dhcp4_parser.cc"
     break;
 
-  case 528: // not_empty_option_def_params: not_empty_option_def_params ","
-#line 1891 "dhcp4_parser.yy"
+  case 532: // not_empty_option_def_params: not_empty_option_def_params ","
+#line 1908 "dhcp4_parser.yy"
                                                                {
                                ctx.warnAboutExtraCommas(yystack_[0].location);
                                }
-#line 3104 "dhcp4_parser.cc"
+#line 3125 "dhcp4_parser.cc"
     break;
 
-  case 540: // code: "code" ":" "integer"
-#line 1910 "dhcp4_parser.yy"
+  case 544: // code: "code" ":" "integer"
+#line 1927 "dhcp4_parser.yy"
                          {
     ctx.unique("code", ctx.loc2pos(yystack_[2].location));
     ElementPtr code(new IntElement(yystack_[0].value.as < int64_t > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("code", code);
 }
-#line 3114 "dhcp4_parser.cc"
+#line 3135 "dhcp4_parser.cc"
     break;
 
-  case 542: // $@74: %empty
-#line 1918 "dhcp4_parser.yy"
+  case 546: // $@75: %empty
+#line 1935 "dhcp4_parser.yy"
                       {
     ctx.unique("type", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
 }
-#line 3123 "dhcp4_parser.cc"
+#line 3144 "dhcp4_parser.cc"
     break;
 
-  case 543: // option_def_type: "type" $@74 ":" "constant string"
-#line 1921 "dhcp4_parser.yy"
+  case 547: // option_def_type: "type" $@75 ":" "constant string"
+#line 1938 "dhcp4_parser.yy"
                {
     ElementPtr prf(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("type", prf);
     ctx.leave();
 }
-#line 3133 "dhcp4_parser.cc"
+#line 3154 "dhcp4_parser.cc"
     break;
 
-  case 544: // $@75: %empty
-#line 1927 "dhcp4_parser.yy"
+  case 548: // $@76: %empty
+#line 1944 "dhcp4_parser.yy"
                                       {
     ctx.unique("record-types", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
 }
-#line 3142 "dhcp4_parser.cc"
+#line 3163 "dhcp4_parser.cc"
     break;
 
-  case 545: // option_def_record_types: "record-types" $@75 ":" "constant string"
-#line 1930 "dhcp4_parser.yy"
+  case 549: // option_def_record_types: "record-types" $@76 ":" "constant string"
+#line 1947 "dhcp4_parser.yy"
                {
     ElementPtr rtypes(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("record-types", rtypes);
     ctx.leave();
 }
-#line 3152 "dhcp4_parser.cc"
+#line 3173 "dhcp4_parser.cc"
     break;
 
-  case 546: // $@76: %empty
-#line 1936 "dhcp4_parser.yy"
+  case 550: // $@77: %empty
+#line 1953 "dhcp4_parser.yy"
              {
     ctx.unique("space", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
 }
-#line 3161 "dhcp4_parser.cc"
+#line 3182 "dhcp4_parser.cc"
     break;
 
-  case 547: // space: "space" $@76 ":" "constant string"
-#line 1939 "dhcp4_parser.yy"
+  case 551: // space: "space" $@77 ":" "constant string"
+#line 1956 "dhcp4_parser.yy"
                {
     ElementPtr space(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("space", space);
     ctx.leave();
 }
-#line 3171 "dhcp4_parser.cc"
+#line 3192 "dhcp4_parser.cc"
     break;
 
-  case 549: // $@77: %empty
-#line 1947 "dhcp4_parser.yy"
+  case 553: // $@78: %empty
+#line 1964 "dhcp4_parser.yy"
                                     {
     ctx.unique("encapsulate", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
 }
-#line 3180 "dhcp4_parser.cc"
+#line 3201 "dhcp4_parser.cc"
     break;
 
-  case 550: // option_def_encapsulate: "encapsulate" $@77 ":" "constant string"
-#line 1950 "dhcp4_parser.yy"
+  case 554: // option_def_encapsulate: "encapsulate" $@78 ":" "constant string"
+#line 1967 "dhcp4_parser.yy"
                {
     ElementPtr encap(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("encapsulate", encap);
     ctx.leave();
 }
-#line 3190 "dhcp4_parser.cc"
+#line 3211 "dhcp4_parser.cc"
     break;
 
-  case 551: // option_def_array: "array" ":" "boolean"
-#line 1956 "dhcp4_parser.yy"
+  case 555: // option_def_array: "array" ":" "boolean"
+#line 1973 "dhcp4_parser.yy"
                                       {
     ctx.unique("array", ctx.loc2pos(yystack_[2].location));
     ElementPtr array(new BoolElement(yystack_[0].value.as < bool > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("array", array);
 }
-#line 3200 "dhcp4_parser.cc"
+#line 3221 "dhcp4_parser.cc"
     break;
 
-  case 552: // $@78: %empty
-#line 1966 "dhcp4_parser.yy"
+  case 556: // $@79: %empty
+#line 1983 "dhcp4_parser.yy"
                               {
     ctx.unique("option-data", ctx.loc2pos(yystack_[0].location));
     ElementPtr l(new ListElement(ctx.loc2pos(yystack_[0].location)));
@@ -3208,123 +3229,123 @@ namespace isc { namespace dhcp {
     ctx.stack_.push_back(l);
     ctx.enter(ctx.OPTION_DATA);
 }
-#line 3212 "dhcp4_parser.cc"
+#line 3233 "dhcp4_parser.cc"
     break;
 
-  case 553: // option_data_list: "option-data" $@78 ":" "[" option_data_list_content "]"
-#line 1972 "dhcp4_parser.yy"
+  case 557: // option_data_list: "option-data" $@79 ":" "[" option_data_list_content "]"
+#line 1989 "dhcp4_parser.yy"
                                                                  {
     ctx.stack_.pop_back();
     ctx.leave();
 }
-#line 3221 "dhcp4_parser.cc"
+#line 3242 "dhcp4_parser.cc"
     break;
 
-  case 558: // not_empty_option_data_list: not_empty_option_data_list ","
-#line 1987 "dhcp4_parser.yy"
+  case 562: // not_empty_option_data_list: not_empty_option_data_list ","
+#line 2004 "dhcp4_parser.yy"
                                                              {
                               ctx.warnAboutExtraCommas(yystack_[0].location);
                               }
-#line 3229 "dhcp4_parser.cc"
+#line 3250 "dhcp4_parser.cc"
     break;
 
-  case 559: // $@79: %empty
-#line 1994 "dhcp4_parser.yy"
+  case 563: // $@80: %empty
+#line 2011 "dhcp4_parser.yy"
                                   {
     ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->add(m);
     ctx.stack_.push_back(m);
 }
-#line 3239 "dhcp4_parser.cc"
+#line 3260 "dhcp4_parser.cc"
     break;
 
-  case 560: // option_data_entry: "{" $@79 option_data_params "}"
-#line 1998 "dhcp4_parser.yy"
+  case 564: // option_data_entry: "{" $@80 option_data_params "}"
+#line 2015 "dhcp4_parser.yy"
                                     {
     /// @todo: the code or name parameters are required.
     ctx.stack_.pop_back();
 }
-#line 3248 "dhcp4_parser.cc"
+#line 3269 "dhcp4_parser.cc"
     break;
 
-  case 561: // $@80: %empty
-#line 2006 "dhcp4_parser.yy"
+  case 565: // $@81: %empty
+#line 2023 "dhcp4_parser.yy"
                                 {
     // Parse the option-data list entry map
     ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.push_back(m);
 }
-#line 3258 "dhcp4_parser.cc"
+#line 3279 "dhcp4_parser.cc"
     break;
 
-  case 562: // sub_option_data: "{" $@80 option_data_params "}"
-#line 2010 "dhcp4_parser.yy"
+  case 566: // sub_option_data: "{" $@81 option_data_params "}"
+#line 2027 "dhcp4_parser.yy"
                                     {
     /// @todo: the code or name parameters are required.
     // parsing completed
 }
-#line 3267 "dhcp4_parser.cc"
+#line 3288 "dhcp4_parser.cc"
     break;
 
-  case 567: // not_empty_option_data_params: not_empty_option_data_params ","
-#line 2026 "dhcp4_parser.yy"
+  case 571: // not_empty_option_data_params: not_empty_option_data_params ","
+#line 2043 "dhcp4_parser.yy"
                                          {
         ctx.warnAboutExtraCommas(yystack_[0].location);
         }
-#line 3275 "dhcp4_parser.cc"
+#line 3296 "dhcp4_parser.cc"
     break;
 
-  case 580: // $@81: %empty
-#line 2048 "dhcp4_parser.yy"
+  case 584: // $@82: %empty
+#line 2065 "dhcp4_parser.yy"
                        {
     ctx.unique("data", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
 }
-#line 3284 "dhcp4_parser.cc"
+#line 3305 "dhcp4_parser.cc"
     break;
 
-  case 581: // option_data_data: "data" $@81 ":" "constant string"
-#line 2051 "dhcp4_parser.yy"
+  case 585: // option_data_data: "data" $@82 ":" "constant string"
+#line 2068 "dhcp4_parser.yy"
                {
     ElementPtr data(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("data", data);
     ctx.leave();
 }
-#line 3294 "dhcp4_parser.cc"
+#line 3315 "dhcp4_parser.cc"
     break;
 
-  case 584: // option_data_csv_format: "csv-format" ":" "boolean"
-#line 2061 "dhcp4_parser.yy"
+  case 588: // option_data_csv_format: "csv-format" ":" "boolean"
+#line 2078 "dhcp4_parser.yy"
                                                  {
     ctx.unique("csv-format", ctx.loc2pos(yystack_[2].location));
     ElementPtr csv(new BoolElement(yystack_[0].value.as < bool > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("csv-format", csv);
 }
-#line 3304 "dhcp4_parser.cc"
+#line 3325 "dhcp4_parser.cc"
     break;
 
-  case 585: // option_data_always_send: "always-send" ":" "boolean"
-#line 2067 "dhcp4_parser.yy"
+  case 589: // option_data_always_send: "always-send" ":" "boolean"
+#line 2084 "dhcp4_parser.yy"
                                                    {
     ctx.unique("always-send", ctx.loc2pos(yystack_[2].location));
     ElementPtr persist(new BoolElement(yystack_[0].value.as < bool > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("always-send", persist);
 }
-#line 3314 "dhcp4_parser.cc"
+#line 3335 "dhcp4_parser.cc"
     break;
 
-  case 586: // option_data_never_send: "never-send" ":" "boolean"
-#line 2073 "dhcp4_parser.yy"
+  case 590: // option_data_never_send: "never-send" ":" "boolean"
+#line 2090 "dhcp4_parser.yy"
                                                  {
     ctx.unique("never-send", ctx.loc2pos(yystack_[2].location));
     ElementPtr cancel(new BoolElement(yystack_[0].value.as < bool > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("never-send", cancel);
 }
-#line 3324 "dhcp4_parser.cc"
+#line 3345 "dhcp4_parser.cc"
     break;
 
-  case 587: // $@82: %empty
-#line 2079 "dhcp4_parser.yy"
+  case 591: // $@83: %empty
+#line 2096 "dhcp4_parser.yy"
                                            {
     ctx.unique("client-classes", ctx.loc2pos(yystack_[0].location));
     ElementPtr c(new ListElement(ctx.loc2pos(yystack_[0].location)));
@@ -3332,20 +3353,20 @@ namespace isc { namespace dhcp {
     ctx.stack_.push_back(c);
     ctx.enter(ctx.NO_KEYWORD);
 }
-#line 3336 "dhcp4_parser.cc"
+#line 3357 "dhcp4_parser.cc"
     break;
 
-  case 588: // option_data_client_classes: "client-classes" $@82 ":" list_strings
-#line 2085 "dhcp4_parser.yy"
+  case 592: // option_data_client_classes: "client-classes" $@83 ":" list_strings
+#line 2102 "dhcp4_parser.yy"
                      {
     ctx.stack_.pop_back();
     ctx.leave();
 }
-#line 3345 "dhcp4_parser.cc"
+#line 3366 "dhcp4_parser.cc"
     break;
 
-  case 589: // $@83: %empty
-#line 2093 "dhcp4_parser.yy"
+  case 593: // $@84: %empty
+#line 2110 "dhcp4_parser.yy"
                   {
     ctx.unique("pools", ctx.loc2pos(yystack_[0].location));
     ElementPtr l(new ListElement(ctx.loc2pos(yystack_[0].location)));
@@ -3353,113 +3374,113 @@ namespace isc { namespace dhcp {
     ctx.stack_.push_back(l);
     ctx.enter(ctx.POOLS);
 }
-#line 3357 "dhcp4_parser.cc"
+#line 3378 "dhcp4_parser.cc"
     break;
 
-  case 590: // pools_list: "pools" $@83 ":" "[" pools_list_content "]"
-#line 2099 "dhcp4_parser.yy"
+  case 594: // pools_list: "pools" $@84 ":" "[" pools_list_content "]"
+#line 2116 "dhcp4_parser.yy"
                                                            {
     ctx.stack_.pop_back();
     ctx.leave();
 }
-#line 3366 "dhcp4_parser.cc"
+#line 3387 "dhcp4_parser.cc"
     break;
 
-  case 595: // not_empty_pools_list: not_empty_pools_list ","
-#line 2112 "dhcp4_parser.yy"
+  case 599: // not_empty_pools_list: not_empty_pools_list ","
+#line 2129 "dhcp4_parser.yy"
                                                  {
                         ctx.warnAboutExtraCommas(yystack_[0].location);
                         }
-#line 3374 "dhcp4_parser.cc"
+#line 3395 "dhcp4_parser.cc"
     break;
 
-  case 596: // $@84: %empty
-#line 2117 "dhcp4_parser.yy"
+  case 600: // $@85: %empty
+#line 2134 "dhcp4_parser.yy"
                                 {
     ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->add(m);
     ctx.stack_.push_back(m);
 }
-#line 3384 "dhcp4_parser.cc"
+#line 3405 "dhcp4_parser.cc"
     break;
 
-  case 597: // pool_list_entry: "{" $@84 pool_params "}"
-#line 2121 "dhcp4_parser.yy"
+  case 601: // pool_list_entry: "{" $@85 pool_params "}"
+#line 2138 "dhcp4_parser.yy"
                              {
     // The pool parameter is required.
     ctx.require("pool", ctx.loc2pos(yystack_[3].location), ctx.loc2pos(yystack_[0].location));
     ctx.stack_.pop_back();
 }
-#line 3394 "dhcp4_parser.cc"
+#line 3415 "dhcp4_parser.cc"
     break;
 
-  case 598: // $@85: %empty
-#line 2127 "dhcp4_parser.yy"
+  case 602: // $@86: %empty
+#line 2144 "dhcp4_parser.yy"
                           {
     // Parse the pool list entry map
     ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.push_back(m);
 }
-#line 3404 "dhcp4_parser.cc"
+#line 3425 "dhcp4_parser.cc"
     break;
 
-  case 599: // sub_pool4: "{" $@85 pool_params "}"
-#line 2131 "dhcp4_parser.yy"
+  case 603: // sub_pool4: "{" $@86 pool_params "}"
+#line 2148 "dhcp4_parser.yy"
                              {
     // The pool parameter is required.
     ctx.require("pool", ctx.loc2pos(yystack_[3].location), ctx.loc2pos(yystack_[0].location));
     // parsing completed
 }
-#line 3414 "dhcp4_parser.cc"
+#line 3435 "dhcp4_parser.cc"
     break;
 
-  case 602: // pool_params: pool_params ","
-#line 2139 "dhcp4_parser.yy"
+  case 606: // pool_params: pool_params ","
+#line 2156 "dhcp4_parser.yy"
                                {
                ctx.warnAboutExtraCommas(yystack_[0].location);
                }
-#line 3422 "dhcp4_parser.cc"
+#line 3443 "dhcp4_parser.cc"
     break;
 
-  case 611: // $@86: %empty
-#line 2154 "dhcp4_parser.yy"
+  case 616: // $@87: %empty
+#line 2172 "dhcp4_parser.yy"
                  {
     ctx.unique("pool", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
 }
-#line 3431 "dhcp4_parser.cc"
+#line 3452 "dhcp4_parser.cc"
     break;
 
-  case 612: // pool_entry: "pool" $@86 ":" "constant string"
-#line 2157 "dhcp4_parser.yy"
+  case 617: // pool_entry: "pool" $@87 ":" "constant string"
+#line 2175 "dhcp4_parser.yy"
                {
     ElementPtr pool(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("pool", pool);
     ctx.leave();
 }
-#line 3441 "dhcp4_parser.cc"
+#line 3462 "dhcp4_parser.cc"
     break;
 
-  case 613: // pool_id: "pool-id" ":" "integer"
-#line 2163 "dhcp4_parser.yy"
+  case 618: // pool_id: "pool-id" ":" "integer"
+#line 2181 "dhcp4_parser.yy"
                                {
     ctx.unique("pool-id", ctx.loc2pos(yystack_[2].location));
     ElementPtr id(new IntElement(yystack_[0].value.as < int64_t > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("pool-id", id);
 }
-#line 3451 "dhcp4_parser.cc"
+#line 3472 "dhcp4_parser.cc"
     break;
 
-  case 614: // $@87: %empty
-#line 2169 "dhcp4_parser.yy"
+  case 619: // $@88: %empty
+#line 2187 "dhcp4_parser.yy"
                            {
     ctx.enter(ctx.NO_KEYWORD);
 }
-#line 3459 "dhcp4_parser.cc"
+#line 3480 "dhcp4_parser.cc"
     break;
 
-  case 615: // user_context: "user-context" $@87 ":" map_value
-#line 2171 "dhcp4_parser.yy"
+  case 620: // user_context: "user-context" $@88 ":" map_value
+#line 2189 "dhcp4_parser.yy"
                   {
     ElementPtr parent = ctx.stack_.back();
     ElementPtr user_context = yystack_[0].value.as < ElementPtr > ();
@@ -3482,19 +3503,19 @@ namespace isc { namespace dhcp {
     parent->set("user-context", user_context);
     ctx.leave();
 }
-#line 3486 "dhcp4_parser.cc"
+#line 3507 "dhcp4_parser.cc"
     break;
 
-  case 616: // $@88: %empty
-#line 2194 "dhcp4_parser.yy"
+  case 621: // $@89: %empty
+#line 2212 "dhcp4_parser.yy"
                  {
     ctx.enter(ctx.NO_KEYWORD);
 }
-#line 3494 "dhcp4_parser.cc"
+#line 3515 "dhcp4_parser.cc"
     break;
 
-  case 617: // comment: "comment" $@88 ":" "constant string"
-#line 2196 "dhcp4_parser.yy"
+  case 622: // comment: "comment" $@89 ":" "constant string"
+#line 2214 "dhcp4_parser.yy"
                {
     ElementPtr parent = ctx.stack_.back();
     ElementPtr user_context(new MapElement(ctx.loc2pos(yystack_[3].location)));
@@ -3519,11 +3540,11 @@ namespace isc { namespace dhcp {
     parent->set("user-context", user_context);
     ctx.leave();
 }
-#line 3523 "dhcp4_parser.cc"
+#line 3544 "dhcp4_parser.cc"
     break;
 
-  case 618: // $@89: %empty
-#line 2224 "dhcp4_parser.yy"
+  case 623: // $@90: %empty
+#line 2242 "dhcp4_parser.yy"
                            {
     ctx.unique("reservations", ctx.loc2pos(yystack_[0].location));
     ElementPtr l(new ListElement(ctx.loc2pos(yystack_[0].location)));
@@ -3531,264 +3552,264 @@ namespace isc { namespace dhcp {
     ctx.stack_.push_back(l);
     ctx.enter(ctx.RESERVATIONS);
 }
-#line 3535 "dhcp4_parser.cc"
+#line 3556 "dhcp4_parser.cc"
     break;
 
-  case 619: // reservations: "reservations" $@89 ":" "[" reservations_list "]"
-#line 2230 "dhcp4_parser.yy"
+  case 624: // reservations: "reservations" $@90 ":" "[" reservations_list "]"
+#line 2248 "dhcp4_parser.yy"
                                                           {
     ctx.stack_.pop_back();
     ctx.leave();
 }
-#line 3544 "dhcp4_parser.cc"
+#line 3565 "dhcp4_parser.cc"
     break;
 
-  case 624: // not_empty_reservations_list: not_empty_reservations_list ","
-#line 2241 "dhcp4_parser.yy"
+  case 629: // not_empty_reservations_list: not_empty_reservations_list ","
+#line 2259 "dhcp4_parser.yy"
                                                                {
                                ctx.warnAboutExtraCommas(yystack_[0].location);
                                }
-#line 3552 "dhcp4_parser.cc"
+#line 3573 "dhcp4_parser.cc"
     break;
 
-  case 625: // $@90: %empty
-#line 2246 "dhcp4_parser.yy"
+  case 630: // $@91: %empty
+#line 2264 "dhcp4_parser.yy"
                             {
     ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->add(m);
     ctx.stack_.push_back(m);
 }
-#line 3562 "dhcp4_parser.cc"
+#line 3583 "dhcp4_parser.cc"
     break;
 
-  case 626: // reservation: "{" $@90 reservation_params "}"
-#line 2250 "dhcp4_parser.yy"
+  case 631: // reservation: "{" $@91 reservation_params "}"
+#line 2268 "dhcp4_parser.yy"
                                     {
     /// @todo: an identifier parameter is required.
     ctx.stack_.pop_back();
 }
-#line 3571 "dhcp4_parser.cc"
+#line 3592 "dhcp4_parser.cc"
     break;
 
-  case 627: // $@91: %empty
-#line 2255 "dhcp4_parser.yy"
+  case 632: // $@92: %empty
+#line 2273 "dhcp4_parser.yy"
                                 {
     // Parse the reservations list entry map
     ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.push_back(m);
 }
-#line 3581 "dhcp4_parser.cc"
+#line 3602 "dhcp4_parser.cc"
     break;
 
-  case 628: // sub_reservation: "{" $@91 reservation_params "}"
-#line 2259 "dhcp4_parser.yy"
+  case 633: // sub_reservation: "{" $@92 reservation_params "}"
+#line 2277 "dhcp4_parser.yy"
                                     {
     /// @todo: an identifier parameter is required.
     // parsing completed
 }
-#line 3590 "dhcp4_parser.cc"
+#line 3611 "dhcp4_parser.cc"
     break;
 
-  case 633: // not_empty_reservation_params: not_empty_reservation_params ","
-#line 2270 "dhcp4_parser.yy"
+  case 638: // not_empty_reservation_params: not_empty_reservation_params ","
+#line 2288 "dhcp4_parser.yy"
                                          {
         ctx.warnAboutExtraCommas(yystack_[0].location);
         }
-#line 3598 "dhcp4_parser.cc"
+#line 3619 "dhcp4_parser.cc"
     break;
 
-  case 649: // $@92: %empty
-#line 2293 "dhcp4_parser.yy"
+  case 654: // $@93: %empty
+#line 2311 "dhcp4_parser.yy"
                          {
     ctx.unique("next-server", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
 }
-#line 3607 "dhcp4_parser.cc"
+#line 3628 "dhcp4_parser.cc"
     break;
 
-  case 650: // next_server: "next-server" $@92 ":" "constant string"
-#line 2296 "dhcp4_parser.yy"
+  case 655: // next_server: "next-server" $@93 ":" "constant string"
+#line 2314 "dhcp4_parser.yy"
                {
     ElementPtr next_server(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("next-server", next_server);
     ctx.leave();
 }
-#line 3617 "dhcp4_parser.cc"
+#line 3638 "dhcp4_parser.cc"
     break;
 
-  case 651: // $@93: %empty
-#line 2302 "dhcp4_parser.yy"
+  case 656: // $@94: %empty
+#line 2320 "dhcp4_parser.yy"
                                  {
     ctx.unique("server-hostname", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
 }
-#line 3626 "dhcp4_parser.cc"
+#line 3647 "dhcp4_parser.cc"
     break;
 
-  case 652: // server_hostname: "server-hostname" $@93 ":" "constant string"
-#line 2305 "dhcp4_parser.yy"
+  case 657: // server_hostname: "server-hostname" $@94 ":" "constant string"
+#line 2323 "dhcp4_parser.yy"
                {
     ElementPtr srv(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("server-hostname", srv);
     ctx.leave();
 }
-#line 3636 "dhcp4_parser.cc"
+#line 3657 "dhcp4_parser.cc"
     break;
 
-  case 653: // $@94: %empty
-#line 2311 "dhcp4_parser.yy"
+  case 658: // $@95: %empty
+#line 2329 "dhcp4_parser.yy"
                                {
     ctx.unique("boot-file-name", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
 }
-#line 3645 "dhcp4_parser.cc"
+#line 3666 "dhcp4_parser.cc"
     break;
 
-  case 654: // boot_file_name: "boot-file-name" $@94 ":" "constant string"
-#line 2314 "dhcp4_parser.yy"
+  case 659: // boot_file_name: "boot-file-name" $@95 ":" "constant string"
+#line 2332 "dhcp4_parser.yy"
                {
     ElementPtr bootfile(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("boot-file-name", bootfile);
     ctx.leave();
 }
-#line 3655 "dhcp4_parser.cc"
+#line 3676 "dhcp4_parser.cc"
     break;
 
-  case 655: // $@95: %empty
-#line 2320 "dhcp4_parser.yy"
+  case 660: // $@96: %empty
+#line 2338 "dhcp4_parser.yy"
                        {
     ctx.unique("ip-address", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
 }
-#line 3664 "dhcp4_parser.cc"
+#line 3685 "dhcp4_parser.cc"
     break;
 
-  case 656: // ip_address: "ip-address" $@95 ":" "constant string"
-#line 2323 "dhcp4_parser.yy"
+  case 661: // ip_address: "ip-address" $@96 ":" "constant string"
+#line 2341 "dhcp4_parser.yy"
                {
     ElementPtr addr(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("ip-address", addr);
     ctx.leave();
 }
-#line 3674 "dhcp4_parser.cc"
+#line 3695 "dhcp4_parser.cc"
     break;
 
-  case 657: // $@96: %empty
-#line 2329 "dhcp4_parser.yy"
+  case 662: // $@97: %empty
+#line 2347 "dhcp4_parser.yy"
            {
     ctx.unique("duid", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
 }
-#line 3683 "dhcp4_parser.cc"
+#line 3704 "dhcp4_parser.cc"
     break;
 
-  case 658: // duid: "duid" $@96 ":" "constant string"
-#line 2332 "dhcp4_parser.yy"
+  case 663: // duid: "duid" $@97 ":" "constant string"
+#line 2350 "dhcp4_parser.yy"
                {
     ElementPtr d(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("duid", d);
     ctx.leave();
 }
-#line 3693 "dhcp4_parser.cc"
+#line 3714 "dhcp4_parser.cc"
     break;
 
-  case 659: // $@97: %empty
-#line 2338 "dhcp4_parser.yy"
+  case 664: // $@98: %empty
+#line 2356 "dhcp4_parser.yy"
                        {
     ctx.unique("hw-address", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
 }
-#line 3702 "dhcp4_parser.cc"
+#line 3723 "dhcp4_parser.cc"
     break;
 
-  case 660: // hw_address: "hw-address" $@97 ":" "constant string"
-#line 2341 "dhcp4_parser.yy"
+  case 665: // hw_address: "hw-address" $@98 ":" "constant string"
+#line 2359 "dhcp4_parser.yy"
                {
     ElementPtr hw(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("hw-address", hw);
     ctx.leave();
 }
-#line 3712 "dhcp4_parser.cc"
+#line 3733 "dhcp4_parser.cc"
     break;
 
-  case 661: // $@98: %empty
-#line 2347 "dhcp4_parser.yy"
+  case 666: // $@99: %empty
+#line 2365 "dhcp4_parser.yy"
                            {
     ctx.unique("client-id", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
 }
-#line 3721 "dhcp4_parser.cc"
+#line 3742 "dhcp4_parser.cc"
     break;
 
-  case 662: // client_id_value: "client-id" $@98 ":" "constant string"
-#line 2350 "dhcp4_parser.yy"
+  case 667: // client_id_value: "client-id" $@99 ":" "constant string"
+#line 2368 "dhcp4_parser.yy"
                {
     ElementPtr hw(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("client-id", hw);
     ctx.leave();
 }
-#line 3731 "dhcp4_parser.cc"
+#line 3752 "dhcp4_parser.cc"
     break;
 
-  case 663: // $@99: %empty
-#line 2356 "dhcp4_parser.yy"
+  case 668: // $@100: %empty
+#line 2374 "dhcp4_parser.yy"
                              {
     ctx.unique("circuit-id", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
 }
-#line 3740 "dhcp4_parser.cc"
+#line 3761 "dhcp4_parser.cc"
     break;
 
-  case 664: // circuit_id_value: "circuit-id" $@99 ":" "constant string"
-#line 2359 "dhcp4_parser.yy"
+  case 669: // circuit_id_value: "circuit-id" $@100 ":" "constant string"
+#line 2377 "dhcp4_parser.yy"
                {
     ElementPtr hw(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("circuit-id", hw);
     ctx.leave();
 }
-#line 3750 "dhcp4_parser.cc"
+#line 3771 "dhcp4_parser.cc"
     break;
 
-  case 665: // $@100: %empty
-#line 2365 "dhcp4_parser.yy"
+  case 670: // $@101: %empty
+#line 2383 "dhcp4_parser.yy"
                        {
     ctx.unique("flex-id", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
 }
-#line 3759 "dhcp4_parser.cc"
+#line 3780 "dhcp4_parser.cc"
     break;
 
-  case 666: // flex_id_value: "flex-id" $@100 ":" "constant string"
-#line 2368 "dhcp4_parser.yy"
+  case 671: // flex_id_value: "flex-id" $@101 ":" "constant string"
+#line 2386 "dhcp4_parser.yy"
                {
     ElementPtr hw(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("flex-id", hw);
     ctx.leave();
 }
-#line 3769 "dhcp4_parser.cc"
+#line 3790 "dhcp4_parser.cc"
     break;
 
-  case 667: // $@101: %empty
-#line 2374 "dhcp4_parser.yy"
+  case 672: // $@102: %empty
+#line 2392 "dhcp4_parser.yy"
                    {
     ctx.unique("hostname", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
 }
-#line 3778 "dhcp4_parser.cc"
+#line 3799 "dhcp4_parser.cc"
     break;
 
-  case 668: // hostname: "hostname" $@101 ":" "constant string"
-#line 2377 "dhcp4_parser.yy"
+  case 673: // hostname: "hostname" $@102 ":" "constant string"
+#line 2395 "dhcp4_parser.yy"
                {
     ElementPtr host(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("hostname", host);
     ctx.leave();
 }
-#line 3788 "dhcp4_parser.cc"
+#line 3809 "dhcp4_parser.cc"
     break;
 
-  case 669: // $@102: %empty
-#line 2383 "dhcp4_parser.yy"
+  case 674: // $@103: %empty
+#line 2401 "dhcp4_parser.yy"
                                            {
     ctx.unique("client-classes", ctx.loc2pos(yystack_[0].location));
     ElementPtr c(new ListElement(ctx.loc2pos(yystack_[0].location)));
@@ -3796,20 +3817,20 @@ namespace isc { namespace dhcp {
     ctx.stack_.push_back(c);
     ctx.enter(ctx.NO_KEYWORD);
 }
-#line 3800 "dhcp4_parser.cc"
+#line 3821 "dhcp4_parser.cc"
     break;
 
-  case 670: // reservation_client_classes: "client-classes" $@102 ":" list_strings
-#line 2389 "dhcp4_parser.yy"
+  case 675: // reservation_client_classes: "client-classes" $@103 ":" list_strings
+#line 2407 "dhcp4_parser.yy"
                      {
     ctx.stack_.pop_back();
     ctx.leave();
 }
-#line 3809 "dhcp4_parser.cc"
+#line 3830 "dhcp4_parser.cc"
     break;
 
-  case 671: // $@103: %empty
-#line 2397 "dhcp4_parser.yy"
+  case 676: // $@104: %empty
+#line 2415 "dhcp4_parser.yy"
              {
     ctx.unique("relay", ctx.loc2pos(yystack_[0].location));
     ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location)));
@@ -3817,20 +3838,20 @@ namespace isc { namespace dhcp {
     ctx.stack_.push_back(m);
     ctx.enter(ctx.RELAY);
 }
-#line 3821 "dhcp4_parser.cc"
+#line 3842 "dhcp4_parser.cc"
     break;
 
-  case 672: // relay: "relay" $@103 ":" "{" relay_map "}"
-#line 2403 "dhcp4_parser.yy"
+  case 677: // relay: "relay" $@104 ":" "{" relay_map "}"
+#line 2421 "dhcp4_parser.yy"
                                                 {
     ctx.stack_.pop_back();
     ctx.leave();
 }
-#line 3830 "dhcp4_parser.cc"
+#line 3851 "dhcp4_parser.cc"
     break;
 
-  case 674: // $@104: %empty
-#line 2411 "dhcp4_parser.yy"
+  case 679: // $@105: %empty
+#line 2429 "dhcp4_parser.yy"
                            {
     ctx.unique("ip-addresses", ctx.loc2pos(yystack_[0].location));
     ElementPtr l(new ListElement(ctx.loc2pos(yystack_[0].location)));
@@ -3838,20 +3859,20 @@ namespace isc { namespace dhcp {
     ctx.stack_.push_back(l);
     ctx.enter(ctx.NO_KEYWORD);
 }
-#line 3842 "dhcp4_parser.cc"
+#line 3863 "dhcp4_parser.cc"
     break;
 
-  case 675: // ip_addresses: "ip-addresses" $@104 ":" list_strings
-#line 2417 "dhcp4_parser.yy"
+  case 680: // ip_addresses: "ip-addresses" $@105 ":" list_strings
+#line 2435 "dhcp4_parser.yy"
                      {
     ctx.stack_.pop_back();
     ctx.leave();
 }
-#line 3851 "dhcp4_parser.cc"
+#line 3872 "dhcp4_parser.cc"
     break;
 
-  case 676: // $@105: %empty
-#line 2425 "dhcp4_parser.yy"
+  case 681: // $@106: %empty
+#line 2443 "dhcp4_parser.yy"
                                {
     ctx.unique("client-classes", ctx.loc2pos(yystack_[0].location));
     ElementPtr l(new ListElement(ctx.loc2pos(yystack_[0].location)));
@@ -3859,114 +3880,124 @@ namespace isc { namespace dhcp {
     ctx.stack_.push_back(l);
     ctx.enter(ctx.CLIENT_CLASSES);
 }
-#line 3863 "dhcp4_parser.cc"
+#line 3884 "dhcp4_parser.cc"
     break;
 
-  case 677: // client_classes: "client-classes" $@105 ":" "[" client_classes_list "]"
-#line 2431 "dhcp4_parser.yy"
+  case 682: // client_classes: "client-classes" $@106 ":" "[" client_classes_list "]"
+#line 2449 "dhcp4_parser.yy"
                                                             {
     ctx.stack_.pop_back();
     ctx.leave();
 }
-#line 3872 "dhcp4_parser.cc"
+#line 3893 "dhcp4_parser.cc"
     break;
 
-  case 680: // client_classes_list: client_classes_list ","
-#line 2438 "dhcp4_parser.yy"
+  case 685: // client_classes_list: client_classes_list ","
+#line 2456 "dhcp4_parser.yy"
                                                {
                        ctx.warnAboutExtraCommas(yystack_[0].location);
                        }
-#line 3880 "dhcp4_parser.cc"
+#line 3901 "dhcp4_parser.cc"
     break;
 
-  case 681: // $@106: %empty
-#line 2443 "dhcp4_parser.yy"
+  case 686: // $@107: %empty
+#line 2461 "dhcp4_parser.yy"
                                    {
     ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->add(m);
     ctx.stack_.push_back(m);
 }
-#line 3890 "dhcp4_parser.cc"
+#line 3911 "dhcp4_parser.cc"
     break;
 
-  case 682: // client_class_entry: "{" $@106 client_class_params "}"
-#line 2447 "dhcp4_parser.yy"
+  case 687: // client_class_entry: "{" $@107 client_class_params "}"
+#line 2465 "dhcp4_parser.yy"
                                      {
     // The name client class parameter is required.
     ctx.require("name", ctx.loc2pos(yystack_[3].location), ctx.loc2pos(yystack_[0].location));
     ctx.stack_.pop_back();
 }
-#line 3900 "dhcp4_parser.cc"
+#line 3921 "dhcp4_parser.cc"
     break;
 
-  case 687: // not_empty_client_class_params: not_empty_client_class_params ","
-#line 2459 "dhcp4_parser.yy"
+  case 692: // not_empty_client_class_params: not_empty_client_class_params ","
+#line 2477 "dhcp4_parser.yy"
                                           {
         ctx.warnAboutExtraCommas(yystack_[0].location);
         }
-#line 3908 "dhcp4_parser.cc"
+#line 3929 "dhcp4_parser.cc"
     break;
 
-  case 705: // $@107: %empty
-#line 2484 "dhcp4_parser.yy"
+  case 711: // $@108: %empty
+#line 2503 "dhcp4_parser.yy"
                         {
     ctx.unique("test", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
 }
-#line 3917 "dhcp4_parser.cc"
+#line 3938 "dhcp4_parser.cc"
     break;
 
-  case 706: // client_class_test: "test" $@107 ":" "constant string"
-#line 2487 "dhcp4_parser.yy"
+  case 712: // client_class_test: "test" $@108 ":" "constant string"
+#line 2506 "dhcp4_parser.yy"
                {
     ElementPtr test(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("test", test);
     ctx.leave();
 }
-#line 3927 "dhcp4_parser.cc"
+#line 3948 "dhcp4_parser.cc"
     break;
 
-  case 707: // $@108: %empty
-#line 2493 "dhcp4_parser.yy"
+  case 713: // $@109: %empty
+#line 2512 "dhcp4_parser.yy"
                                           {
     ctx.unique("template-test", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
 }
-#line 3936 "dhcp4_parser.cc"
+#line 3957 "dhcp4_parser.cc"
     break;
 
-  case 708: // client_class_template_test: "template-test" $@108 ":" "constant string"
-#line 2496 "dhcp4_parser.yy"
+  case 714: // client_class_template_test: "template-test" $@109 ":" "constant string"
+#line 2515 "dhcp4_parser.yy"
                {
     ElementPtr template_test(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("template-test", template_test);
     ctx.leave();
 }
-#line 3946 "dhcp4_parser.cc"
+#line 3967 "dhcp4_parser.cc"
     break;
 
-  case 709: // only_if_required: "only-if-required" ":" "boolean"
-#line 2502 "dhcp4_parser.yy"
+  case 715: // only_if_required: "only-if-required" ":" "boolean"
+#line 2522 "dhcp4_parser.yy"
                                                  {
     ctx.unique("only-if-required", ctx.loc2pos(yystack_[2].location));
     ElementPtr b(new BoolElement(yystack_[0].value.as < bool > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("only-if-required", b);
 }
-#line 3956 "dhcp4_parser.cc"
+#line 3977 "dhcp4_parser.cc"
     break;
 
-  case 710: // dhcp4o6_port: "dhcp4o6-port" ":" "integer"
-#line 2510 "dhcp4_parser.yy"
+  case 716: // only_in_additional_list: "only-in-additional-list" ":" "boolean"
+#line 2528 "dhcp4_parser.yy"
+                                                               {
+    ctx.unique("only-in-additional-list", ctx.loc2pos(yystack_[2].location));
+    ElementPtr b(new BoolElement(yystack_[0].value.as < bool > (), ctx.loc2pos(yystack_[0].location)));
+    ctx.stack_.back()->set("only-in-additional-list", b);
+}
+#line 3987 "dhcp4_parser.cc"
+    break;
+
+  case 717: // dhcp4o6_port: "dhcp4o6-port" ":" "integer"
+#line 2536 "dhcp4_parser.yy"
                                          {
     ctx.unique("dhcp4o6-port", ctx.loc2pos(yystack_[2].location));
     ElementPtr time(new IntElement(yystack_[0].value.as < int64_t > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("dhcp4o6-port", time);
 }
-#line 3966 "dhcp4_parser.cc"
+#line 3997 "dhcp4_parser.cc"
     break;
 
-  case 711: // $@109: %empty
-#line 2518 "dhcp4_parser.yy"
+  case 718: // $@110: %empty
+#line 2544 "dhcp4_parser.yy"
                                {
     ctx.unique("control-socket", ctx.loc2pos(yystack_[0].location));
     ctx.unique("control-sockets", ctx.loc2pos(yystack_[0].location));
@@ -3975,20 +4006,20 @@ namespace isc { namespace dhcp {
     ctx.stack_.push_back(m);
     ctx.enter(ctx.CONTROL_SOCKET);
 }
-#line 3979 "dhcp4_parser.cc"
+#line 4010 "dhcp4_parser.cc"
     break;
 
-  case 712: // control_socket: "control-socket" $@109 ":" "{" control_socket_params "}"
-#line 2525 "dhcp4_parser.yy"
+  case 719: // control_socket: "control-socket" $@110 ":" "{" control_socket_params "}"
+#line 2551 "dhcp4_parser.yy"
                                                             {
     ctx.stack_.pop_back();
     ctx.leave();
 }
-#line 3988 "dhcp4_parser.cc"
+#line 4019 "dhcp4_parser.cc"
     break;
 
-  case 713: // $@110: %empty
-#line 2530 "dhcp4_parser.yy"
+  case 720: // $@111: %empty
+#line 2556 "dhcp4_parser.yy"
                                  {
     ctx.unique("control-sockets", ctx.loc2pos(yystack_[0].location));
     ctx.unique("control-socket", ctx.loc2pos(yystack_[0].location));
@@ -3997,150 +4028,150 @@ namespace isc { namespace dhcp {
     ctx.stack_.push_back(l);
     ctx.enter(ctx.CONTROL_SOCKET);
 }
-#line 4001 "dhcp4_parser.cc"
+#line 4032 "dhcp4_parser.cc"
     break;
 
-  case 714: // control_sockets: "control-sockets" $@110 ":" "[" control_socket_list "]"
-#line 2537 "dhcp4_parser.yy"
+  case 721: // control_sockets: "control-sockets" $@111 ":" "[" control_socket_list "]"
+#line 2563 "dhcp4_parser.yy"
                                                             {
     ctx.stack_.pop_back();
     ctx.leave();
 }
-#line 4010 "dhcp4_parser.cc"
+#line 4041 "dhcp4_parser.cc"
     break;
 
-  case 719: // not_empty_control_socket_list: not_empty_control_socket_list ","
-#line 2548 "dhcp4_parser.yy"
+  case 726: // not_empty_control_socket_list: not_empty_control_socket_list ","
+#line 2574 "dhcp4_parser.yy"
                                                                    {
                                  ctx.warnAboutExtraCommas(yystack_[0].location);
                                  }
-#line 4018 "dhcp4_parser.cc"
+#line 4049 "dhcp4_parser.cc"
     break;
 
-  case 720: // $@111: %empty
-#line 2553 "dhcp4_parser.yy"
+  case 727: // $@112: %empty
+#line 2579 "dhcp4_parser.yy"
                                      {
     ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->add(m);
     ctx.stack_.push_back(m);
 }
-#line 4028 "dhcp4_parser.cc"
+#line 4059 "dhcp4_parser.cc"
     break;
 
-  case 721: // control_socket_entry: "{" $@111 control_socket_params "}"
-#line 2557 "dhcp4_parser.yy"
+  case 728: // control_socket_entry: "{" $@112 control_socket_params "}"
+#line 2583 "dhcp4_parser.yy"
                                        {
     ctx.stack_.pop_back();
 }
-#line 4036 "dhcp4_parser.cc"
+#line 4067 "dhcp4_parser.cc"
     break;
 
-  case 724: // control_socket_params: control_socket_params ","
-#line 2563 "dhcp4_parser.yy"
+  case 731: // control_socket_params: control_socket_params ","
+#line 2589 "dhcp4_parser.yy"
                                                    {
                           ctx.warnAboutExtraCommas(yystack_[0].location);
                           }
-#line 4044 "dhcp4_parser.cc"
+#line 4075 "dhcp4_parser.cc"
     break;
 
-  case 737: // $@112: %empty
-#line 2582 "dhcp4_parser.yy"
+  case 744: // $@113: %empty
+#line 2608 "dhcp4_parser.yy"
                                  {
     ctx.unique("socket-type", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.CONTROL_SOCKET_TYPE);
 }
-#line 4053 "dhcp4_parser.cc"
+#line 4084 "dhcp4_parser.cc"
     break;
 
-  case 738: // control_socket_type: "socket-type" $@112 ":" control_socket_type_value
-#line 2585 "dhcp4_parser.yy"
+  case 745: // control_socket_type: "socket-type" $@113 ":" control_socket_type_value
+#line 2611 "dhcp4_parser.yy"
                                   {
     ctx.stack_.back()->set("socket-type", yystack_[0].value.as < ElementPtr > ());
     ctx.leave();
 }
-#line 4062 "dhcp4_parser.cc"
+#line 4093 "dhcp4_parser.cc"
     break;
 
-  case 739: // control_socket_type_value: "unix"
-#line 2591 "dhcp4_parser.yy"
+  case 746: // control_socket_type_value: "unix"
+#line 2617 "dhcp4_parser.yy"
          { yylhs.value.as < ElementPtr > () = ElementPtr(new StringElement("unix", ctx.loc2pos(yystack_[0].location))); }
-#line 4068 "dhcp4_parser.cc"
+#line 4099 "dhcp4_parser.cc"
     break;
 
-  case 740: // control_socket_type_value: "http"
-#line 2592 "dhcp4_parser.yy"
+  case 747: // control_socket_type_value: "http"
+#line 2618 "dhcp4_parser.yy"
          { yylhs.value.as < ElementPtr > () = ElementPtr(new StringElement("http", ctx.loc2pos(yystack_[0].location))); }
-#line 4074 "dhcp4_parser.cc"
+#line 4105 "dhcp4_parser.cc"
     break;
 
-  case 741: // control_socket_type_value: "https"
-#line 2593 "dhcp4_parser.yy"
+  case 748: // control_socket_type_value: "https"
+#line 2619 "dhcp4_parser.yy"
           { yylhs.value.as < ElementPtr > () = ElementPtr(new StringElement("https", ctx.loc2pos(yystack_[0].location))); }
-#line 4080 "dhcp4_parser.cc"
+#line 4111 "dhcp4_parser.cc"
     break;
 
-  case 742: // $@113: %empty
-#line 2596 "dhcp4_parser.yy"
+  case 749: // $@114: %empty
+#line 2622 "dhcp4_parser.yy"
                                  {
     ctx.unique("socket-name", ctx.loc2pos(yystack_[0].location));
     ctx.unique("socket-address", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
 }
-#line 4090 "dhcp4_parser.cc"
+#line 4121 "dhcp4_parser.cc"
     break;
 
-  case 743: // control_socket_name: "socket-name" $@113 ":" "constant string"
-#line 2600 "dhcp4_parser.yy"
+  case 750: // control_socket_name: "socket-name" $@114 ":" "constant string"
+#line 2626 "dhcp4_parser.yy"
                {
     ElementPtr name(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("socket-name", name);
     ctx.leave();
 }
-#line 4100 "dhcp4_parser.cc"
+#line 4131 "dhcp4_parser.cc"
     break;
 
-  case 744: // $@114: %empty
-#line 2606 "dhcp4_parser.yy"
+  case 751: // $@115: %empty
+#line 2632 "dhcp4_parser.yy"
                                        {
     ctx.unique("socket-address", ctx.loc2pos(yystack_[0].location));
     ctx.unique("socket-name", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
 }
-#line 4110 "dhcp4_parser.cc"
+#line 4141 "dhcp4_parser.cc"
     break;
 
-  case 745: // control_socket_address: "socket-address" $@114 ":" "constant string"
-#line 2610 "dhcp4_parser.yy"
+  case 752: // control_socket_address: "socket-address" $@115 ":" "constant string"
+#line 2636 "dhcp4_parser.yy"
                {
     ElementPtr address(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("socket-address", address);
     ctx.leave();
 }
-#line 4120 "dhcp4_parser.cc"
+#line 4151 "dhcp4_parser.cc"
     break;
 
-  case 746: // control_socket_port: "socket-port" ":" "integer"
-#line 2616 "dhcp4_parser.yy"
+  case 753: // control_socket_port: "socket-port" ":" "integer"
+#line 2642 "dhcp4_parser.yy"
                                                {
     ctx.unique("socket-port", ctx.loc2pos(yystack_[2].location));
     ElementPtr port(new IntElement(yystack_[0].value.as < int64_t > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("socket-port", port);
 }
-#line 4130 "dhcp4_parser.cc"
+#line 4161 "dhcp4_parser.cc"
     break;
 
-  case 747: // cert_required: "cert-required" ":" "boolean"
-#line 2622 "dhcp4_parser.yy"
+  case 754: // cert_required: "cert-required" ":" "boolean"
+#line 2648 "dhcp4_parser.yy"
                                            {
     ctx.unique("cert-required", ctx.loc2pos(yystack_[2].location));
     ElementPtr req(new BoolElement(yystack_[0].value.as < bool > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("cert-required", req);
 }
-#line 4140 "dhcp4_parser.cc"
+#line 4171 "dhcp4_parser.cc"
     break;
 
-  case 748: // $@115: %empty
-#line 2630 "dhcp4_parser.yy"
+  case 755: // $@116: %empty
+#line 2656 "dhcp4_parser.yy"
                                {
     ctx.unique("authentication", ctx.loc2pos(yystack_[0].location));
     ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location)));
@@ -4148,92 +4179,92 @@ namespace isc { namespace dhcp {
     ctx.stack_.push_back(m);
     ctx.enter(ctx.AUTHENTICATION);
 }
-#line 4152 "dhcp4_parser.cc"
+#line 4183 "dhcp4_parser.cc"
     break;
 
-  case 749: // authentication: "authentication" $@115 ":" "{" auth_params "}"
-#line 2636 "dhcp4_parser.yy"
+  case 756: // authentication: "authentication" $@116 ":" "{" auth_params "}"
+#line 2662 "dhcp4_parser.yy"
                                                   {
     // The type parameter is required
     ctx.require("type", ctx.loc2pos(yystack_[2].location), ctx.loc2pos(yystack_[0].location));
     ctx.stack_.pop_back();
     ctx.leave();
 }
-#line 4163 "dhcp4_parser.cc"
+#line 4194 "dhcp4_parser.cc"
     break;
 
-  case 752: // auth_params: auth_params ","
-#line 2645 "dhcp4_parser.yy"
+  case 759: // auth_params: auth_params ","
+#line 2671 "dhcp4_parser.yy"
                                {
                ctx.warnAboutExtraCommas(yystack_[0].location);
                }
-#line 4171 "dhcp4_parser.cc"
+#line 4202 "dhcp4_parser.cc"
     break;
 
-  case 760: // $@116: %empty
-#line 2659 "dhcp4_parser.yy"
+  case 767: // $@117: %empty
+#line 2685 "dhcp4_parser.yy"
                 {
     ctx.unique("type", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.AUTH_TYPE);
 }
-#line 4180 "dhcp4_parser.cc"
+#line 4211 "dhcp4_parser.cc"
     break;
 
-  case 761: // auth_type: "type" $@116 ":" auth_type_value
-#line 2662 "dhcp4_parser.yy"
+  case 768: // auth_type: "type" $@117 ":" auth_type_value
+#line 2688 "dhcp4_parser.yy"
                         {
     ctx.stack_.back()->set("type", yystack_[0].value.as < ElementPtr > ());
     ctx.leave();
 }
-#line 4189 "dhcp4_parser.cc"
+#line 4220 "dhcp4_parser.cc"
     break;
 
-  case 762: // auth_type_value: "basic"
-#line 2667 "dhcp4_parser.yy"
+  case 769: // auth_type_value: "basic"
+#line 2693 "dhcp4_parser.yy"
                        { yylhs.value.as < ElementPtr > () = ElementPtr(new StringElement("basic", ctx.loc2pos(yystack_[0].location))); }
-#line 4195 "dhcp4_parser.cc"
+#line 4226 "dhcp4_parser.cc"
     break;
 
-  case 763: // $@117: %empty
-#line 2670 "dhcp4_parser.yy"
+  case 770: // $@118: %empty
+#line 2696 "dhcp4_parser.yy"
              {
     ctx.unique("realm", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
 }
-#line 4204 "dhcp4_parser.cc"
+#line 4235 "dhcp4_parser.cc"
     break;
 
-  case 764: // realm: "realm" $@117 ":" "constant string"
-#line 2673 "dhcp4_parser.yy"
+  case 771: // realm: "realm" $@118 ":" "constant string"
+#line 2699 "dhcp4_parser.yy"
                {
     ElementPtr realm(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("realm", realm);
     ctx.leave();
 }
-#line 4214 "dhcp4_parser.cc"
+#line 4245 "dhcp4_parser.cc"
     break;
 
-  case 765: // $@118: %empty
-#line 2679 "dhcp4_parser.yy"
+  case 772: // $@119: %empty
+#line 2705 "dhcp4_parser.yy"
                      {
     ctx.unique("directory", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
 }
-#line 4223 "dhcp4_parser.cc"
+#line 4254 "dhcp4_parser.cc"
     break;
 
-  case 766: // directory: "directory" $@118 ":" "constant string"
-#line 2682 "dhcp4_parser.yy"
+  case 773: // directory: "directory" $@119 ":" "constant string"
+#line 2708 "dhcp4_parser.yy"
                {
     ElementPtr directory(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("directory", directory);
     ctx.leave();
 }
-#line 4233 "dhcp4_parser.cc"
+#line 4264 "dhcp4_parser.cc"
     break;
 
-  case 767: // $@119: %empty
-#line 2688 "dhcp4_parser.yy"
+  case 774: // $@120: %empty
+#line 2714 "dhcp4_parser.yy"
                  {
     ctx.unique("clients", ctx.loc2pos(yystack_[0].location));
     ElementPtr l(new ListElement(ctx.loc2pos(yystack_[0].location)));
@@ -4241,92 +4272,92 @@ namespace isc { namespace dhcp {
     ctx.stack_.push_back(l);
     ctx.enter(ctx.CLIENTS);
 }
-#line 4245 "dhcp4_parser.cc"
+#line 4276 "dhcp4_parser.cc"
     break;
 
-  case 768: // clients: "clients" $@119 ":" "[" clients_list "]"
-#line 2694 "dhcp4_parser.yy"
+  case 775: // clients: "clients" $@120 ":" "[" clients_list "]"
+#line 2720 "dhcp4_parser.yy"
                                                      {
     ctx.stack_.pop_back();
     ctx.leave();
 }
-#line 4254 "dhcp4_parser.cc"
+#line 4285 "dhcp4_parser.cc"
     break;
 
-  case 773: // not_empty_clients_list: not_empty_clients_list ","
-#line 2705 "dhcp4_parser.yy"
+  case 780: // not_empty_clients_list: not_empty_clients_list ","
+#line 2731 "dhcp4_parser.yy"
                                                      {
                           ctx.warnAboutExtraCommas(yystack_[0].location);
                           }
-#line 4262 "dhcp4_parser.cc"
+#line 4293 "dhcp4_parser.cc"
     break;
 
-  case 774: // $@120: %empty
-#line 2710 "dhcp4_parser.yy"
+  case 781: // $@121: %empty
+#line 2736 "dhcp4_parser.yy"
                            {
     ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->add(m);
     ctx.stack_.push_back(m);
 }
-#line 4272 "dhcp4_parser.cc"
+#line 4303 "dhcp4_parser.cc"
     break;
 
-  case 775: // basic_auth: "{" $@120 clients_params "}"
-#line 2714 "dhcp4_parser.yy"
+  case 782: // basic_auth: "{" $@121 clients_params "}"
+#line 2740 "dhcp4_parser.yy"
                                 {
     ctx.stack_.pop_back();
 }
-#line 4280 "dhcp4_parser.cc"
+#line 4311 "dhcp4_parser.cc"
     break;
 
-  case 778: // clients_params: clients_params ","
-#line 2720 "dhcp4_parser.yy"
+  case 785: // clients_params: clients_params ","
+#line 2746 "dhcp4_parser.yy"
                                      {
                   ctx.warnAboutExtraCommas(yystack_[0].location);
                   }
-#line 4288 "dhcp4_parser.cc"
+#line 4319 "dhcp4_parser.cc"
     break;
 
-  case 786: // $@121: %empty
-#line 2734 "dhcp4_parser.yy"
+  case 793: // $@122: %empty
+#line 2760 "dhcp4_parser.yy"
                      {
     ctx.unique("user-file", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
 }
-#line 4297 "dhcp4_parser.cc"
+#line 4328 "dhcp4_parser.cc"
     break;
 
-  case 787: // user_file: "user-file" $@121 ":" "constant string"
-#line 2737 "dhcp4_parser.yy"
+  case 794: // user_file: "user-file" $@122 ":" "constant string"
+#line 2763 "dhcp4_parser.yy"
                {
     ElementPtr user(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("user-file", user);
     ctx.leave();
 }
-#line 4307 "dhcp4_parser.cc"
+#line 4338 "dhcp4_parser.cc"
     break;
 
-  case 788: // $@122: %empty
-#line 2743 "dhcp4_parser.yy"
+  case 795: // $@123: %empty
+#line 2769 "dhcp4_parser.yy"
                              {
     ctx.unique("password-file", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
 }
-#line 4316 "dhcp4_parser.cc"
+#line 4347 "dhcp4_parser.cc"
     break;
 
-  case 789: // password_file: "password-file" $@122 ":" "constant string"
-#line 2746 "dhcp4_parser.yy"
+  case 796: // password_file: "password-file" $@123 ":" "constant string"
+#line 2772 "dhcp4_parser.yy"
                {
     ElementPtr password(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("password-file", password);
     ctx.leave();
 }
-#line 4326 "dhcp4_parser.cc"
+#line 4357 "dhcp4_parser.cc"
     break;
 
-  case 790: // $@123: %empty
-#line 2754 "dhcp4_parser.yy"
+  case 797: // $@124: %empty
+#line 2780 "dhcp4_parser.yy"
                                        {
     ctx.unique("dhcp-queue-control", ctx.loc2pos(yystack_[0].location));
     ElementPtr qc(new MapElement(ctx.loc2pos(yystack_[0].location)));
@@ -4334,87 +4365,87 @@ namespace isc { namespace dhcp {
     ctx.stack_.push_back(qc);
     ctx.enter(ctx.DHCP_QUEUE_CONTROL);
 }
-#line 4338 "dhcp4_parser.cc"
+#line 4369 "dhcp4_parser.cc"
     break;
 
-  case 791: // dhcp_queue_control: "dhcp-queue-control" $@123 ":" "{" queue_control_params "}"
-#line 2760 "dhcp4_parser.yy"
+  case 798: // dhcp_queue_control: "dhcp-queue-control" $@124 ":" "{" queue_control_params "}"
+#line 2786 "dhcp4_parser.yy"
                                                            {
     // The enable queue parameter is required.
     ctx.require("enable-queue", ctx.loc2pos(yystack_[2].location), ctx.loc2pos(yystack_[0].location));
     ctx.stack_.pop_back();
     ctx.leave();
 }
-#line 4349 "dhcp4_parser.cc"
+#line 4380 "dhcp4_parser.cc"
     break;
 
-  case 794: // queue_control_params: queue_control_params ","
-#line 2769 "dhcp4_parser.yy"
+  case 801: // queue_control_params: queue_control_params ","
+#line 2795 "dhcp4_parser.yy"
                                                  {
                         ctx.warnAboutExtraCommas(yystack_[0].location);
                         }
-#line 4357 "dhcp4_parser.cc"
+#line 4388 "dhcp4_parser.cc"
     break;
 
-  case 801: // enable_queue: "enable-queue" ":" "boolean"
-#line 2782 "dhcp4_parser.yy"
+  case 808: // enable_queue: "enable-queue" ":" "boolean"
+#line 2808 "dhcp4_parser.yy"
                                          {
     ctx.unique("enable-queue", ctx.loc2pos(yystack_[2].location));
     ElementPtr b(new BoolElement(yystack_[0].value.as < bool > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("enable-queue", b);
 }
-#line 4367 "dhcp4_parser.cc"
+#line 4398 "dhcp4_parser.cc"
     break;
 
-  case 802: // $@124: %empty
-#line 2788 "dhcp4_parser.yy"
+  case 809: // $@125: %empty
+#line 2814 "dhcp4_parser.yy"
                        {
     ctx.unique("queue-type", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
 }
-#line 4376 "dhcp4_parser.cc"
+#line 4407 "dhcp4_parser.cc"
     break;
 
-  case 803: // queue_type: "queue-type" $@124 ":" "constant string"
-#line 2791 "dhcp4_parser.yy"
+  case 810: // queue_type: "queue-type" $@125 ":" "constant string"
+#line 2817 "dhcp4_parser.yy"
                {
     ElementPtr qt(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("queue-type", qt);
     ctx.leave();
 }
-#line 4386 "dhcp4_parser.cc"
+#line 4417 "dhcp4_parser.cc"
     break;
 
-  case 804: // capacity: "capacity" ":" "integer"
-#line 2797 "dhcp4_parser.yy"
+  case 811: // capacity: "capacity" ":" "integer"
+#line 2823 "dhcp4_parser.yy"
                                  {
     ctx.unique("capacity", ctx.loc2pos(yystack_[2].location));
     ElementPtr c(new IntElement(yystack_[0].value.as < int64_t > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("capacity", c);
 }
-#line 4396 "dhcp4_parser.cc"
+#line 4427 "dhcp4_parser.cc"
     break;
 
-  case 805: // $@125: %empty
-#line 2803 "dhcp4_parser.yy"
+  case 812: // $@126: %empty
+#line 2829 "dhcp4_parser.yy"
                             {
     ctx.unique(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
 }
-#line 4405 "dhcp4_parser.cc"
+#line 4436 "dhcp4_parser.cc"
     break;
 
-  case 806: // arbitrary_map_entry: "constant string" $@125 ":" value
-#line 2806 "dhcp4_parser.yy"
+  case 813: // arbitrary_map_entry: "constant string" $@126 ":" value
+#line 2832 "dhcp4_parser.yy"
               {
     ctx.stack_.back()->set(yystack_[3].value.as < std::string > (), yystack_[0].value.as < ElementPtr > ());
     ctx.leave();
 }
-#line 4414 "dhcp4_parser.cc"
+#line 4445 "dhcp4_parser.cc"
     break;
 
-  case 807: // $@126: %empty
-#line 2813 "dhcp4_parser.yy"
+  case 814: // $@127: %empty
+#line 2839 "dhcp4_parser.yy"
                      {
     ctx.unique("dhcp-ddns", ctx.loc2pos(yystack_[0].location));
     ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location)));
@@ -4422,177 +4453,177 @@ namespace isc { namespace dhcp {
     ctx.stack_.push_back(m);
     ctx.enter(ctx.DHCP_DDNS);
 }
-#line 4426 "dhcp4_parser.cc"
+#line 4457 "dhcp4_parser.cc"
     break;
 
-  case 808: // dhcp_ddns: "dhcp-ddns" $@126 ":" "{" dhcp_ddns_params "}"
-#line 2819 "dhcp4_parser.yy"
+  case 815: // dhcp_ddns: "dhcp-ddns" $@127 ":" "{" dhcp_ddns_params "}"
+#line 2845 "dhcp4_parser.yy"
                                                        {
     // The enable updates DHCP DDNS parameter is required.
     ctx.require("enable-updates", ctx.loc2pos(yystack_[2].location), ctx.loc2pos(yystack_[0].location));
     ctx.stack_.pop_back();
     ctx.leave();
 }
-#line 4437 "dhcp4_parser.cc"
+#line 4468 "dhcp4_parser.cc"
     break;
 
-  case 809: // $@127: %empty
-#line 2826 "dhcp4_parser.yy"
+  case 816: // $@128: %empty
+#line 2852 "dhcp4_parser.yy"
                               {
     // Parse the dhcp-ddns map
     ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.push_back(m);
 }
-#line 4447 "dhcp4_parser.cc"
+#line 4478 "dhcp4_parser.cc"
     break;
 
-  case 810: // sub_dhcp_ddns: "{" $@127 dhcp_ddns_params "}"
-#line 2830 "dhcp4_parser.yy"
+  case 817: // sub_dhcp_ddns: "{" $@128 dhcp_ddns_params "}"
+#line 2856 "dhcp4_parser.yy"
                                   {
     // The enable updates DHCP DDNS parameter is required.
     ctx.require("enable-updates", ctx.loc2pos(yystack_[3].location), ctx.loc2pos(yystack_[0].location));
     // parsing completed
 }
-#line 4457 "dhcp4_parser.cc"
+#line 4488 "dhcp4_parser.cc"
     break;
 
-  case 813: // dhcp_ddns_params: dhcp_ddns_params ","
-#line 2838 "dhcp4_parser.yy"
+  case 820: // dhcp_ddns_params: dhcp_ddns_params ","
+#line 2864 "dhcp4_parser.yy"
                                          {
                     ctx.warnAboutExtraCommas(yystack_[0].location);
                     }
-#line 4465 "dhcp4_parser.cc"
+#line 4496 "dhcp4_parser.cc"
     break;
 
-  case 825: // enable_updates: "enable-updates" ":" "boolean"
-#line 2856 "dhcp4_parser.yy"
+  case 832: // enable_updates: "enable-updates" ":" "boolean"
+#line 2882 "dhcp4_parser.yy"
                                              {
     ctx.unique("enable-updates", ctx.loc2pos(yystack_[2].location));
     ElementPtr b(new BoolElement(yystack_[0].value.as < bool > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("enable-updates", b);
 }
-#line 4475 "dhcp4_parser.cc"
+#line 4506 "dhcp4_parser.cc"
     break;
 
-  case 826: // $@128: %empty
-#line 2862 "dhcp4_parser.yy"
+  case 833: // $@129: %empty
+#line 2888 "dhcp4_parser.yy"
                      {
     ctx.unique("server-ip", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
 }
-#line 4484 "dhcp4_parser.cc"
+#line 4515 "dhcp4_parser.cc"
     break;
 
-  case 827: // server_ip: "server-ip" $@128 ":" "constant string"
-#line 2865 "dhcp4_parser.yy"
+  case 834: // server_ip: "server-ip" $@129 ":" "constant string"
+#line 2891 "dhcp4_parser.yy"
                {
     ElementPtr s(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("server-ip", s);
     ctx.leave();
 }
-#line 4494 "dhcp4_parser.cc"
+#line 4525 "dhcp4_parser.cc"
     break;
 
-  case 828: // server_port: "server-port" ":" "integer"
-#line 2871 "dhcp4_parser.yy"
+  case 835: // server_port: "server-port" ":" "integer"
+#line 2897 "dhcp4_parser.yy"
                                        {
     ctx.unique("server-port", ctx.loc2pos(yystack_[2].location));
     ElementPtr i(new IntElement(yystack_[0].value.as < int64_t > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("server-port", i);
 }
-#line 4504 "dhcp4_parser.cc"
+#line 4535 "dhcp4_parser.cc"
     break;
 
-  case 829: // $@129: %empty
-#line 2877 "dhcp4_parser.yy"
+  case 836: // $@130: %empty
+#line 2903 "dhcp4_parser.yy"
                      {
     ctx.unique("sender-ip", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
 }
-#line 4513 "dhcp4_parser.cc"
+#line 4544 "dhcp4_parser.cc"
     break;
 
-  case 830: // sender_ip: "sender-ip" $@129 ":" "constant string"
-#line 2880 "dhcp4_parser.yy"
+  case 837: // sender_ip: "sender-ip" $@130 ":" "constant string"
+#line 2906 "dhcp4_parser.yy"
                {
     ElementPtr s(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("sender-ip", s);
     ctx.leave();
 }
-#line 4523 "dhcp4_parser.cc"
+#line 4554 "dhcp4_parser.cc"
     break;
 
-  case 831: // sender_port: "sender-port" ":" "integer"
-#line 2886 "dhcp4_parser.yy"
+  case 838: // sender_port: "sender-port" ":" "integer"
+#line 2912 "dhcp4_parser.yy"
                                        {
     ctx.unique("sender-port", ctx.loc2pos(yystack_[2].location));
     ElementPtr i(new IntElement(yystack_[0].value.as < int64_t > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("sender-port", i);
 }
-#line 4533 "dhcp4_parser.cc"
+#line 4564 "dhcp4_parser.cc"
     break;
 
-  case 832: // max_queue_size: "max-queue-size" ":" "integer"
-#line 2892 "dhcp4_parser.yy"
+  case 839: // max_queue_size: "max-queue-size" ":" "integer"
+#line 2918 "dhcp4_parser.yy"
                                              {
     ctx.unique("max-queue-size", ctx.loc2pos(yystack_[2].location));
     ElementPtr i(new IntElement(yystack_[0].value.as < int64_t > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("max-queue-size", i);
 }
-#line 4543 "dhcp4_parser.cc"
+#line 4574 "dhcp4_parser.cc"
     break;
 
-  case 833: // $@130: %empty
-#line 2898 "dhcp4_parser.yy"
+  case 840: // $@131: %empty
+#line 2924 "dhcp4_parser.yy"
                            {
     ctx.unique("ncr-protocol", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NCR_PROTOCOL);
 }
-#line 4552 "dhcp4_parser.cc"
+#line 4583 "dhcp4_parser.cc"
     break;
 
-  case 834: // ncr_protocol: "ncr-protocol" $@130 ":" ncr_protocol_value
-#line 2901 "dhcp4_parser.yy"
+  case 841: // ncr_protocol: "ncr-protocol" $@131 ":" ncr_protocol_value
+#line 2927 "dhcp4_parser.yy"
                            {
     ctx.stack_.back()->set("ncr-protocol", yystack_[0].value.as < ElementPtr > ());
     ctx.leave();
 }
-#line 4561 "dhcp4_parser.cc"
+#line 4592 "dhcp4_parser.cc"
     break;
 
-  case 835: // ncr_protocol_value: "udp"
-#line 2907 "dhcp4_parser.yy"
+  case 842: // ncr_protocol_value: "udp"
+#line 2933 "dhcp4_parser.yy"
         { yylhs.value.as < ElementPtr > () = ElementPtr(new StringElement("UDP", ctx.loc2pos(yystack_[0].location))); }
-#line 4567 "dhcp4_parser.cc"
+#line 4598 "dhcp4_parser.cc"
     break;
 
-  case 836: // ncr_protocol_value: "tcp"
-#line 2908 "dhcp4_parser.yy"
+  case 843: // ncr_protocol_value: "tcp"
+#line 2934 "dhcp4_parser.yy"
         { yylhs.value.as < ElementPtr > () = ElementPtr(new StringElement("TCP", ctx.loc2pos(yystack_[0].location))); }
-#line 4573 "dhcp4_parser.cc"
+#line 4604 "dhcp4_parser.cc"
     break;
 
-  case 837: // $@131: %empty
-#line 2911 "dhcp4_parser.yy"
+  case 844: // $@132: %empty
+#line 2937 "dhcp4_parser.yy"
                        {
     ctx.unique("ncr-format", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NCR_FORMAT);
 }
-#line 4582 "dhcp4_parser.cc"
+#line 4613 "dhcp4_parser.cc"
     break;
 
-  case 838: // ncr_format: "ncr-format" $@131 ":" "JSON"
-#line 2914 "dhcp4_parser.yy"
+  case 845: // ncr_format: "ncr-format" $@132 ":" "JSON"
+#line 2940 "dhcp4_parser.yy"
              {
     ElementPtr json(new StringElement("JSON", ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("ncr-format", json);
     ctx.leave();
 }
-#line 4592 "dhcp4_parser.cc"
+#line 4623 "dhcp4_parser.cc"
     break;
 
-  case 839: // $@132: %empty
-#line 2922 "dhcp4_parser.yy"
+  case 846: // $@133: %empty
+#line 2948 "dhcp4_parser.yy"
                                {
     ctx.unique("config-control", ctx.loc2pos(yystack_[0].location));
     ElementPtr i(new MapElement(ctx.loc2pos(yystack_[0].location)));
@@ -4600,48 +4631,48 @@ namespace isc { namespace dhcp {
     ctx.stack_.push_back(i);
     ctx.enter(ctx.CONFIG_CONTROL);
 }
-#line 4604 "dhcp4_parser.cc"
+#line 4635 "dhcp4_parser.cc"
     break;
 
-  case 840: // config_control: "config-control" $@132 ":" "{" config_control_params "}"
-#line 2928 "dhcp4_parser.yy"
+  case 847: // config_control: "config-control" $@133 ":" "{" config_control_params "}"
+#line 2954 "dhcp4_parser.yy"
                                                             {
     // No config control params are required
     ctx.stack_.pop_back();
     ctx.leave();
 }
-#line 4614 "dhcp4_parser.cc"
+#line 4645 "dhcp4_parser.cc"
     break;
 
-  case 841: // $@133: %empty
-#line 2934 "dhcp4_parser.yy"
+  case 848: // $@134: %empty
+#line 2960 "dhcp4_parser.yy"
                                    {
     // Parse the config-control map
     ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.push_back(m);
 }
-#line 4624 "dhcp4_parser.cc"
+#line 4655 "dhcp4_parser.cc"
     break;
 
-  case 842: // sub_config_control: "{" $@133 config_control_params "}"
-#line 2938 "dhcp4_parser.yy"
+  case 849: // sub_config_control: "{" $@134 config_control_params "}"
+#line 2964 "dhcp4_parser.yy"
                                        {
     // No config_control params are required
     // parsing completed
 }
-#line 4633 "dhcp4_parser.cc"
+#line 4664 "dhcp4_parser.cc"
     break;
 
-  case 845: // config_control_params: config_control_params ","
-#line 2946 "dhcp4_parser.yy"
+  case 852: // config_control_params: config_control_params ","
+#line 2972 "dhcp4_parser.yy"
                                                    {
                          ctx.warnAboutExtraCommas(yystack_[0].location);
                          }
-#line 4641 "dhcp4_parser.cc"
+#line 4672 "dhcp4_parser.cc"
     break;
 
-  case 848: // $@134: %empty
-#line 2956 "dhcp4_parser.yy"
+  case 855: // $@135: %empty
+#line 2982 "dhcp4_parser.yy"
                                    {
     ctx.unique("config-databases", ctx.loc2pos(yystack_[0].location));
     ElementPtr l(new ListElement(ctx.loc2pos(yystack_[0].location)));
@@ -4649,30 +4680,30 @@ namespace isc { namespace dhcp {
     ctx.stack_.push_back(l);
     ctx.enter(ctx.CONFIG_DATABASE);
 }
-#line 4653 "dhcp4_parser.cc"
+#line 4684 "dhcp4_parser.cc"
     break;
 
-  case 849: // config_databases: "config-databases" $@134 ":" "[" database_list "]"
-#line 2962 "dhcp4_parser.yy"
+  case 856: // config_databases: "config-databases" $@135 ":" "[" database_list "]"
+#line 2988 "dhcp4_parser.yy"
                                                       {
     ctx.stack_.pop_back();
     ctx.leave();
 }
-#line 4662 "dhcp4_parser.cc"
+#line 4693 "dhcp4_parser.cc"
     break;
 
-  case 850: // config_fetch_wait_time: "config-fetch-wait-time" ":" "integer"
-#line 2967 "dhcp4_parser.yy"
+  case 857: // config_fetch_wait_time: "config-fetch-wait-time" ":" "integer"
+#line 2993 "dhcp4_parser.yy"
                                                              {
     ctx.unique("config-fetch-wait-time", ctx.loc2pos(yystack_[2].location));
     ElementPtr value(new IntElement(yystack_[0].value.as < int64_t > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("config-fetch-wait-time", value);
 }
-#line 4672 "dhcp4_parser.cc"
+#line 4703 "dhcp4_parser.cc"
     break;
 
-  case 851: // $@135: %empty
-#line 2975 "dhcp4_parser.yy"
+  case 858: // $@136: %empty
+#line 3001 "dhcp4_parser.yy"
                  {
     ctx.unique("loggers", ctx.loc2pos(yystack_[0].location));
     ElementPtr l(new ListElement(ctx.loc2pos(yystack_[0].location)));
@@ -4680,83 +4711,83 @@ namespace isc { namespace dhcp {
     ctx.stack_.push_back(l);
     ctx.enter(ctx.LOGGERS);
 }
-#line 4684 "dhcp4_parser.cc"
+#line 4715 "dhcp4_parser.cc"
     break;
 
-  case 852: // loggers: "loggers" $@135 ":" "[" loggers_entries "]"
-#line 2981 "dhcp4_parser.yy"
+  case 859: // loggers: "loggers" $@136 ":" "[" loggers_entries "]"
+#line 3007 "dhcp4_parser.yy"
                                                          {
     ctx.stack_.pop_back();
     ctx.leave();
 }
-#line 4693 "dhcp4_parser.cc"
+#line 4724 "dhcp4_parser.cc"
     break;
 
-  case 855: // loggers_entries: loggers_entries ","
-#line 2990 "dhcp4_parser.yy"
+  case 862: // loggers_entries: loggers_entries ","
+#line 3016 "dhcp4_parser.yy"
                                        {
                    ctx.warnAboutExtraCommas(yystack_[0].location);
                    }
-#line 4701 "dhcp4_parser.cc"
+#line 4732 "dhcp4_parser.cc"
     break;
 
-  case 856: // $@136: %empty
-#line 2996 "dhcp4_parser.yy"
+  case 863: // $@137: %empty
+#line 3022 "dhcp4_parser.yy"
                              {
     ElementPtr l(new MapElement(ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->add(l);
     ctx.stack_.push_back(l);
 }
-#line 4711 "dhcp4_parser.cc"
+#line 4742 "dhcp4_parser.cc"
     break;
 
-  case 857: // logger_entry: "{" $@136 logger_params "}"
-#line 3000 "dhcp4_parser.yy"
+  case 864: // logger_entry: "{" $@137 logger_params "}"
+#line 3026 "dhcp4_parser.yy"
                                {
     ctx.stack_.pop_back();
 }
-#line 4719 "dhcp4_parser.cc"
+#line 4750 "dhcp4_parser.cc"
     break;
 
-  case 860: // logger_params: logger_params ","
-#line 3006 "dhcp4_parser.yy"
+  case 867: // logger_params: logger_params ","
+#line 3032 "dhcp4_parser.yy"
                                    {
                  ctx.warnAboutExtraCommas(yystack_[0].location);
                  }
-#line 4727 "dhcp4_parser.cc"
+#line 4758 "dhcp4_parser.cc"
     break;
 
-  case 868: // debuglevel: "debuglevel" ":" "integer"
-#line 3020 "dhcp4_parser.yy"
+  case 875: // debuglevel: "debuglevel" ":" "integer"
+#line 3046 "dhcp4_parser.yy"
                                      {
     ctx.unique("debuglevel", ctx.loc2pos(yystack_[2].location));
     ElementPtr dl(new IntElement(yystack_[0].value.as < int64_t > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("debuglevel", dl);
 }
-#line 4737 "dhcp4_parser.cc"
+#line 4768 "dhcp4_parser.cc"
     break;
 
-  case 869: // $@137: %empty
-#line 3026 "dhcp4_parser.yy"
+  case 876: // $@138: %empty
+#line 3052 "dhcp4_parser.yy"
                    {
     ctx.unique("severity", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
 }
-#line 4746 "dhcp4_parser.cc"
+#line 4777 "dhcp4_parser.cc"
     break;
 
-  case 870: // severity: "severity" $@137 ":" "constant string"
-#line 3029 "dhcp4_parser.yy"
+  case 877: // severity: "severity" $@138 ":" "constant string"
+#line 3055 "dhcp4_parser.yy"
                {
     ElementPtr sev(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("severity", sev);
     ctx.leave();
 }
-#line 4756 "dhcp4_parser.cc"
+#line 4787 "dhcp4_parser.cc"
     break;
 
-  case 871: // $@138: %empty
-#line 3035 "dhcp4_parser.yy"
+  case 878: // $@139: %empty
+#line 3061 "dhcp4_parser.yy"
                                     {
     ctx.unique("output-options", ctx.loc2pos(yystack_[0].location));
     ElementPtr l(new ListElement(ctx.loc2pos(yystack_[0].location)));
@@ -4764,122 +4795,122 @@ namespace isc { namespace dhcp {
     ctx.stack_.push_back(l);
     ctx.enter(ctx.OUTPUT_OPTIONS);
 }
-#line 4768 "dhcp4_parser.cc"
+#line 4799 "dhcp4_parser.cc"
     break;
 
-  case 872: // output_options_list: "output-options" $@138 ":" "[" output_options_list_content "]"
-#line 3041 "dhcp4_parser.yy"
+  case 879: // output_options_list: "output-options" $@139 ":" "[" output_options_list_content "]"
+#line 3067 "dhcp4_parser.yy"
                                                                     {
     ctx.stack_.pop_back();
     ctx.leave();
 }
-#line 4777 "dhcp4_parser.cc"
+#line 4808 "dhcp4_parser.cc"
     break;
 
-  case 875: // output_options_list_content: output_options_list_content ","
-#line 3048 "dhcp4_parser.yy"
+  case 882: // output_options_list_content: output_options_list_content ","
+#line 3074 "dhcp4_parser.yy"
                                                                {
                                ctx.warnAboutExtraCommas(yystack_[0].location);
                                }
-#line 4785 "dhcp4_parser.cc"
+#line 4816 "dhcp4_parser.cc"
     break;
 
-  case 876: // $@139: %empty
-#line 3053 "dhcp4_parser.yy"
+  case 883: // $@140: %empty
+#line 3079 "dhcp4_parser.yy"
                              {
     ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->add(m);
     ctx.stack_.push_back(m);
 }
-#line 4795 "dhcp4_parser.cc"
+#line 4826 "dhcp4_parser.cc"
     break;
 
-  case 877: // output_entry: "{" $@139 output_params_list "}"
-#line 3057 "dhcp4_parser.yy"
+  case 884: // output_entry: "{" $@140 output_params_list "}"
+#line 3083 "dhcp4_parser.yy"
                                     {
     ctx.stack_.pop_back();
 }
-#line 4803 "dhcp4_parser.cc"
+#line 4834 "dhcp4_parser.cc"
     break;
 
-  case 880: // output_params_list: output_params_list ","
-#line 3063 "dhcp4_parser.yy"
+  case 887: // output_params_list: output_params_list ","
+#line 3089 "dhcp4_parser.yy"
                                              {
                       ctx.warnAboutExtraCommas(yystack_[0].location);
                       }
-#line 4811 "dhcp4_parser.cc"
+#line 4842 "dhcp4_parser.cc"
     break;
 
-  case 886: // $@140: %empty
-#line 3075 "dhcp4_parser.yy"
+  case 893: // $@141: %empty
+#line 3101 "dhcp4_parser.yy"
                {
     ctx.unique("output", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
 }
-#line 4820 "dhcp4_parser.cc"
+#line 4851 "dhcp4_parser.cc"
     break;
 
-  case 887: // output: "output" $@140 ":" "constant string"
-#line 3078 "dhcp4_parser.yy"
+  case 894: // output: "output" $@141 ":" "constant string"
+#line 3104 "dhcp4_parser.yy"
                {
     ElementPtr sev(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("output", sev);
     ctx.leave();
 }
-#line 4830 "dhcp4_parser.cc"
+#line 4861 "dhcp4_parser.cc"
     break;
 
-  case 888: // flush: "flush" ":" "boolean"
-#line 3084 "dhcp4_parser.yy"
+  case 895: // flush: "flush" ":" "boolean"
+#line 3110 "dhcp4_parser.yy"
                            {
     ctx.unique("flush", ctx.loc2pos(yystack_[2].location));
     ElementPtr flush(new BoolElement(yystack_[0].value.as < bool > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("flush", flush);
 }
-#line 4840 "dhcp4_parser.cc"
+#line 4871 "dhcp4_parser.cc"
     break;
 
-  case 889: // maxsize: "maxsize" ":" "integer"
-#line 3090 "dhcp4_parser.yy"
+  case 896: // maxsize: "maxsize" ":" "integer"
+#line 3116 "dhcp4_parser.yy"
                                {
     ctx.unique("maxsize", ctx.loc2pos(yystack_[2].location));
     ElementPtr maxsize(new IntElement(yystack_[0].value.as < int64_t > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("maxsize", maxsize);
 }
-#line 4850 "dhcp4_parser.cc"
+#line 4881 "dhcp4_parser.cc"
     break;
 
-  case 890: // maxver: "maxver" ":" "integer"
-#line 3096 "dhcp4_parser.yy"
+  case 897: // maxver: "maxver" ":" "integer"
+#line 3122 "dhcp4_parser.yy"
                              {
     ctx.unique("maxver", ctx.loc2pos(yystack_[2].location));
     ElementPtr maxver(new IntElement(yystack_[0].value.as < int64_t > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("maxver", maxver);
 }
-#line 4860 "dhcp4_parser.cc"
+#line 4891 "dhcp4_parser.cc"
     break;
 
-  case 891: // $@141: %empty
-#line 3102 "dhcp4_parser.yy"
+  case 898: // $@142: %empty
+#line 3128 "dhcp4_parser.yy"
                  {
     ctx.unique("pattern", ctx.loc2pos(yystack_[0].location));
     ctx.enter(ctx.NO_KEYWORD);
 }
-#line 4869 "dhcp4_parser.cc"
+#line 4900 "dhcp4_parser.cc"
     break;
 
-  case 892: // pattern: "pattern" $@141 ":" "constant string"
-#line 3105 "dhcp4_parser.yy"
+  case 899: // pattern: "pattern" $@142 ":" "constant string"
+#line 3131 "dhcp4_parser.yy"
                {
     ElementPtr sev(new StringElement(yystack_[0].value.as < std::string > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("pattern", sev);
     ctx.leave();
 }
-#line 4879 "dhcp4_parser.cc"
+#line 4910 "dhcp4_parser.cc"
     break;
 
-  case 893: // $@142: %empty
-#line 3111 "dhcp4_parser.yy"
+  case 900: // $@143: %empty
+#line 3137 "dhcp4_parser.yy"
                              {
     ctx.unique("compatibility", ctx.loc2pos(yystack_[0].location));
     ElementPtr i(new MapElement(ctx.loc2pos(yystack_[0].location)));
@@ -4887,68 +4918,68 @@ namespace isc { namespace dhcp {
     ctx.stack_.push_back(i);
     ctx.enter(ctx.COMPATIBILITY);
 }
-#line 4891 "dhcp4_parser.cc"
+#line 4922 "dhcp4_parser.cc"
     break;
 
-  case 894: // compatibility: "compatibility" $@142 ":" "{" compatibility_params "}"
-#line 3117 "dhcp4_parser.yy"
+  case 901: // compatibility: "compatibility" $@143 ":" "{" compatibility_params "}"
+#line 3143 "dhcp4_parser.yy"
                                                            {
     ctx.stack_.pop_back();
     ctx.leave();
 }
-#line 4900 "dhcp4_parser.cc"
+#line 4931 "dhcp4_parser.cc"
     break;
 
-  case 897: // compatibility_params: compatibility_params ","
-#line 3124 "dhcp4_parser.yy"
+  case 904: // compatibility_params: compatibility_params ","
+#line 3150 "dhcp4_parser.yy"
                                                  {
                         ctx.warnAboutExtraCommas(yystack_[0].location);
                         }
-#line 4908 "dhcp4_parser.cc"
+#line 4939 "dhcp4_parser.cc"
     break;
 
-  case 903: // lenient_option_parsing: "lenient-option-parsing" ":" "boolean"
-#line 3136 "dhcp4_parser.yy"
+  case 910: // lenient_option_parsing: "lenient-option-parsing" ":" "boolean"
+#line 3162 "dhcp4_parser.yy"
                                                              {
     ctx.unique("lenient-option-parsing", ctx.loc2pos(yystack_[2].location));
     ElementPtr b(new BoolElement(yystack_[0].value.as < bool > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("lenient-option-parsing", b);
 }
-#line 4918 "dhcp4_parser.cc"
+#line 4949 "dhcp4_parser.cc"
     break;
 
-  case 904: // ignore_dhcp_server_identifier: "ignore-dhcp-server-identifier" ":" "boolean"
-#line 3142 "dhcp4_parser.yy"
+  case 911: // ignore_dhcp_server_identifier: "ignore-dhcp-server-identifier" ":" "boolean"
+#line 3168 "dhcp4_parser.yy"
                                                                    {
     ctx.unique("ignore-dhcp-server-identifier", ctx.loc2pos(yystack_[2].location));
     ElementPtr b(new BoolElement(yystack_[0].value.as < bool > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("ignore-dhcp-server-identifier", b);
 }
-#line 4928 "dhcp4_parser.cc"
+#line 4959 "dhcp4_parser.cc"
     break;
 
-  case 905: // ignore_rai_link_selection: "ignore-rai-link-selection" ":" "boolean"
-#line 3148 "dhcp4_parser.yy"
+  case 912: // ignore_rai_link_selection: "ignore-rai-link-selection" ":" "boolean"
+#line 3174 "dhcp4_parser.yy"
                                                              {
     ctx.unique("ignore-rai-link-selection", ctx.loc2pos(yystack_[2].location));
     ElementPtr b(new BoolElement(yystack_[0].value.as < bool > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("ignore-rai-link-selection", b);
 }
-#line 4938 "dhcp4_parser.cc"
+#line 4969 "dhcp4_parser.cc"
     break;
 
-  case 906: // exclude_first_last_24: "exclude-first-last-24" ":" "boolean"
-#line 3154 "dhcp4_parser.yy"
+  case 913: // exclude_first_last_24: "exclude-first-last-24" ":" "boolean"
+#line 3180 "dhcp4_parser.yy"
                                                            {
     ctx.unique("exclude-first-last-24", ctx.loc2pos(yystack_[2].location));
     ElementPtr b(new BoolElement(yystack_[0].value.as < bool > (), ctx.loc2pos(yystack_[0].location)));
     ctx.stack_.back()->set("exclude-first-last-24", b);
 }
-#line 4948 "dhcp4_parser.cc"
+#line 4979 "dhcp4_parser.cc"
     break;
 
 
-#line 4952 "dhcp4_parser.cc"
+#line 4983 "dhcp4_parser.cc"
 
             default:
               break;
@@ -5300,153 +5331,154 @@ namespace isc { namespace dhcp {
   }
 
 
-  const short Dhcp4Parser::yypact_ninf_ = -1300;
+  const short Dhcp4Parser::yypact_ninf_ = -1330;
 
   const signed char Dhcp4Parser::yytable_ninf_ = -1;
 
   const short
   Dhcp4Parser::yypact_[] =
   {
-     415, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-   -1300, -1300, -1300, -1300,    35,    51,    30,    41,    48,    50,
-      62,    65,    77,    81,    83,    99,   101,   116, -1300, -1300,
-   -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-   -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-   -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-   -1300, -1300, -1300, -1300,    51,  -142,    84,   683,    95,   167,
-      91,   278,    -6,     1,   322,   -96,   440,    87, -1300,   126,
-     135,   138,   142,   153, -1300,    44, -1300, -1300, -1300, -1300,
-     154,   207,   237, -1300, -1300, -1300,   239,   251, -1300, -1300,
-   -1300,   255,   257,   259,   274,   276,   288,   294,   296,   311,
-     319,   325, -1300,   332,   334,   335,   342,   344, -1300, -1300,
-   -1300,   353,   364,   374,   375, -1300, -1300, -1300,   378, -1300,
-   -1300, -1300, -1300, -1300,   393,   395,   402, -1300, -1300, -1300,
-   -1300, -1300,   403, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-     404,   434,   437, -1300, -1300,   444, -1300,    93, -1300, -1300,
-   -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-   -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-   -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-   -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-   -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-   -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-   -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-     450,   452,   462,   474, -1300,   131, -1300, -1300, -1300, -1300,
-   -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-   -1300, -1300,   478, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-   -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-   -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-   -1300, -1300, -1300, -1300,   149, -1300, -1300, -1300, -1300, -1300,
-   -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-   -1300, -1300, -1300, -1300, -1300, -1300, -1300,   482, -1300, -1300,
-   -1300, -1300,   182, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-   -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-     178,   306, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-   -1300, -1300, -1300, -1300,   309, -1300, -1300,   485, -1300, -1300,
-   -1300,   486, -1300, -1300,   348,   428, -1300, -1300, -1300, -1300,
-   -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,   490,
-     493,   495, -1300, -1300, -1300, -1300, -1300,   373,   472, -1300,
-   -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-   -1300, -1300, -1300,   204, -1300, -1300, -1300,   509, -1300,   510,
-   -1300,   512,   516, -1300, -1300, -1300, -1300, -1300,   205, -1300,
-   -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,   517,
-     215, -1300, -1300, -1300, -1300,    51,    51, -1300,   217,   518,
-   -1300, -1300,   521,   522,   523,   302,   303,   304,   529,   532,
-     533,   315,   314,   537,   539,   543,   324,   326,   328,   337,
-     341,   330,   338,   343,   345,   347,   349,   555,   350,   356,
-     340,   346,   351,   563,   565,   572,   355,   358,   360,   363,
-     583,   584,   587,   368,   591,   595,   598,   599,   601,   381,
-     383,   384,   607,   609,   610,   611,   612,   414,   635,   637,
-     639,   640,   641,   642,   644,   423,   426,   429,   646,   647,
-   -1300,   683, -1300,   649,   650,   652,   431,   432,   435,   438,
-      95, -1300,   657,   660,   661,   662,   663,   664,   445,   666,
-     667,   668,   167, -1300,   669,   451,    91, -1300,   670,   672,
-     675,   676,   678,   679,   680,   682, -1300,   278, -1300,   684,
-     685,   463,   686,   687,   688,   467, -1300,     1,   696,   475,
-     476,   477,   700, -1300,   322,   701,   703,   -78, -1300,   484,
-     704,   487,   719,   500,   501,   722,   723,   440, -1300,   724,
-     505,    87, -1300, -1300, -1300,   726,   725,   727,   728,   729,
-   -1300, -1300, -1300,   508,   514,   515, -1300, -1300,   732,   733,
-     738, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-   -1300, -1300,   549, -1300, -1300, -1300, -1300, -1300,  -113,   550,
-     551, -1300, -1300, -1300, -1300,   741,   772,   773, -1300,   556,
-     401,   775,   774,   559, -1300, -1300, -1300,   778,   779,   780,
-     781,   783, -1300,   784,   785,   788,   789,   792,   577,   578,
-   -1300, -1300, -1300,   790,   800, -1300,   803,   212,   201, -1300,
-   -1300, -1300, -1300, -1300,   586,   588,   589,   805,   592,   593,
-   -1300,   803,   594,   807, -1300,   596, -1300, -1300,   803,   597,
-     602,   604,   605,   606,   608,   613, -1300,   614,   617, -1300,
-     618,   619,   620, -1300, -1300,   621, -1300, -1300, -1300,   803,
-   -1300,   622,   774, -1300, -1300,   623, -1300,   624, -1300, -1300,
-      18,   547, -1300,   813, -1300, -1300,    51,   683,    87,    95,
-     279, -1300, -1300, -1300,   120,   120,   814, -1300, -1300, -1300,
-   -1300, -1300, -1300, -1300, -1300, -1300,   815,   817,   823, -1300,
-   -1300, -1300, -1300, -1300, -1300,   825, -1300, -1300, -1300,   254,
-     828,   841,   842,   228,    39,   289,   843,   179,   440, -1300,
-   -1300,   844,    19, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-   -1300, -1300, -1300, -1300,   845, -1300, -1300, -1300, -1300,   714,
-   -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-   -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-   -1300, -1300, -1300, -1300,   814, -1300,   305,   313,   323, -1300,
-   -1300,   329, -1300, -1300, -1300, -1300, -1300, -1300, -1300,   850,
-     852,   853,   854,   856,   857,   858,   859,   860,   861, -1300,
-     862,   863, -1300, -1300, -1300, -1300, -1300,   339, -1300, -1300,
-   -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-   -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-   -1300,   352, -1300,   864,   865, -1300, -1300,   866,   868, -1300,
-   -1300,   867,   877, -1300, -1300,   875,   879, -1300, -1300,   878,
-     880, -1300, -1300, -1300, -1300, -1300, -1300,   118, -1300, -1300,
-   -1300, -1300, -1300, -1300, -1300,   125, -1300, -1300,   881,   882,
-   -1300, -1300,   883,   887, -1300,   888,   889,   890,   891,   892,
-     893,   361, -1300, -1300, -1300, -1300, -1300, -1300, -1300,   894,
-     895,   896, -1300,   362, -1300, -1300, -1300, -1300, -1300, -1300,
-   -1300, -1300, -1300,   897, -1300,   898, -1300, -1300, -1300, -1300,
-   -1300, -1300,   377, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-   -1300,   885,   900, -1300,   901, -1300,   903, -1300, -1300, -1300,
-     397, -1300, -1300, -1300, -1300, -1300,   421, -1300,   143, -1300,
-     904,   905,   906,   907, -1300,   424, -1300, -1300, -1300, -1300,
-   -1300,   681, -1300,   908,   909, -1300, -1300,   910, -1300,   911,
-   -1300, -1300, -1300,   912,   915,   279, -1300,   916,   917,   918,
-     919,   645,   689,   702,   698,   705,   706,   707,   708,   709,
-     710,   921,   711,   712,   923,   924,   931,   934,   120, -1300,
-   -1300,   120, -1300,   814,   167, -1300,   815,     1, -1300,   817,
-     322, -1300,   823,  1321, -1300,   825,   254, -1300,   269,   828,
-   -1300,   278, -1300,   841,   -96, -1300,   842,   715,   716,   717,
-     718,   720,   721,   228, -1300,   744,   730,   731,    39, -1300,
-     939,   942,   944,   734,   945,   747,   289, -1300,   289, -1300,
-     843,   752,   947,   756,   948,   179, -1300, -1300,   226,   844,
-   -1300,   762,   776,   795,   796,    19, -1300, -1300,  1000,  1007,
-      91, -1300,   845,  1011, -1300, -1300,   690,   806, -1300,   812,
-     818,   819,   833, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-   -1300, -1300, -1300,   139, -1300, -1300,   834,   835,   837,   849,
-   -1300,   425, -1300,   427, -1300,  1010, -1300,  1018, -1300, -1300,
-   -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-   -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-   -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-   -1300, -1300, -1300, -1300, -1300,   436, -1300, -1300, -1300, -1300,
-   -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,  1069, -1300,
-   -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-   -1300, -1300,  1098,  1104, -1300, -1300, -1300, -1300, -1300, -1300,
-    1100, -1300,   439, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-   -1300, -1300, -1300, -1300, -1300,    17,   899,   902, -1300,  1103,
-   -1300, -1300,   454, -1300, -1300,   913, -1300,    51, -1300, -1300,
-    1107, -1300, -1300, -1300, -1300, -1300,   455, -1300, -1300, -1300,
-   -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,   914,   461,
-   -1300,   803, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-   -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-    1321, -1300,  1108,  1110,   920, -1300,   269, -1300, -1300, -1300,
-   -1300, -1300, -1300, -1300, -1300,    21, -1300, -1300, -1300,  1111,
-     925,  1112,   226, -1300, -1300, -1300, -1300, -1300,   922,   927,
-   -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,   464,
-   -1300, -1300, -1300, -1300, -1300,  1113, -1300,   928, -1300, -1300,
-   -1300,  1115,  1116,  1117,  1119,    21, -1300,  1120, -1300,   952,
-     929,   930,  1121, -1300, -1300,   293, -1300, -1300, -1300, -1300,
-   -1300,  1122,    66,  1120, -1300, -1300,  1118,  1125, -1300, -1300,
-    1126,  1127,  1128, -1300,   471, -1300, -1300, -1300, -1300, -1300,
-   -1300, -1300,   175, -1300,  1122,  1129,   933,   932,   936,  1130,
-      66, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,   473,
-   -1300, -1300, -1300, -1300,   938, -1300, -1300, -1300,   940, -1300,
-    1131,  1134,   175, -1300, -1300, -1300,   941,   943, -1300, -1300,
-   -1300
+     454, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+   -1330, -1330, -1330, -1330,    74,    28,    79,    91,   123,   151,
+     161,   163,   165,   189,   191,   196,   215,   244, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+   -1330, -1330, -1330, -1330,    28,  -156,    81,   688,    33,   159,
+     -21,   167,   169,   219,   241,   -99,   455,    41, -1330,   138,
+     105,   170,   287,   293, -1330,   103, -1330, -1330, -1330, -1330,
+     294,   308,   310, -1330, -1330, -1330,   321,   323, -1330, -1330,
+   -1330,   324,   338,   344,   353,   356,   371,   385,   389,   405,
+     406,   407, -1330,   421,   435,   445,   451,   456, -1330, -1330,
+   -1330,   457,   458,   461,   463, -1330, -1330, -1330,   464, -1330,
+   -1330, -1330, -1330, -1330,   465,   467,   469, -1330, -1330, -1330,
+   -1330, -1330,   471, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+     475,   476,   478, -1330, -1330,   479, -1330,   109, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+     481,   482,   483,   484, -1330,   119, -1330, -1330, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+   -1330, -1330,   485, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330,   137, -1330, -1330, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,   486,
+   -1330, -1330, -1330, -1330, -1330,   147, -1330, -1330, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+   -1330, -1330, -1330,   350,   384, -1330, -1330, -1330, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330, -1330, -1330,   366, -1330, -1330,
+     489, -1330, -1330, -1330,   490, -1330, -1330,   491,   440, -1330,
+   -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+   -1330, -1330,   497,   499,   501, -1330, -1330, -1330, -1330, -1330,
+     503,   504, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330, -1330,   157, -1330, -1330, -1330,
+     508, -1330,   510, -1330,   511,   512, -1330, -1330, -1330, -1330,
+   -1330,   158, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+   -1330, -1330,   513,   194, -1330, -1330, -1330, -1330,    28,    28,
+   -1330,   295,   515, -1330, -1330,   517,   520,   521,   298,   300,
+     301,   526,   527,   528,   307,   306,   531,   533,   535,   315,
+     317,   318,   319,   320,   322,   326,   327,   329,   332,   333,
+     543,   334,   335,   336,   337,   343,   545,   559,   562,   346,
+     348,   355,   352,   577,   579,   580,   360,   583,   585,   589,
+     590,   593,   372,   373,   374,   595,   600,   601,   603,   608,
+     391,   614,   615,   616,   621,   623,   624,   625,   402,   404,
+     414,   629,   639, -1330,   688, -1330,   640,   642,   644,   422,
+     423,   427,   428,    33, -1330,   645,   651,   652,   653,   654,
+     655,   434,   657,   658,   659,   660,   159, -1330,   675,   459,
+     -21, -1330,   677,   680,   683,   684,   685,   687,   689,   690,
+   -1330,   167, -1330,   691,   692,   466,   693,   694,   701,   480,
+   -1330,   219,   702,   487,   488,   500,   703, -1330,   241,   705,
+     706,   -55, -1330,   502,   708,   505,   709,   506,   507,   725,
+     730,   455, -1330,   731,   514,    41, -1330, -1330, -1330,   732,
+     734,   735,   736,   737, -1330, -1330, -1330,   523,   552,   553,
+   -1330, -1330,   738,   744,   733, -1330, -1330, -1330, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330, -1330,   554, -1330, -1330, -1330,
+   -1330, -1330,  -114,   557,   558, -1330, -1330, -1330, -1330,   779,
+     780,   781, -1330,   563,   160,   782,   783,   564, -1330, -1330,
+   -1330,   786,   790,   791,   792,   793, -1330,   794,   797,   800,
+     799,   805,   573,   588, -1330, -1330, -1330,   809,   808, -1330,
+     811,   102,   122, -1330, -1330, -1330, -1330, -1330,   592,   594,
+     596,   813,   597,   598, -1330,   811,   811,   599,   818, -1330,
+     602, -1330, -1330,   811,   604,   606,   607,   609,   610,   611,
+     612, -1330,   613,   617, -1330,   618,   619,   622, -1330, -1330,
+     626, -1330, -1330, -1330,   811, -1330,   627,   783, -1330, -1330,
+     628, -1330,   630, -1330, -1330,    18,   549, -1330,   821, -1330,
+   -1330,    28,   688,    41,    33,   208, -1330, -1330, -1330,   354,
+     354,   832, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+   -1330,   841,   842,   843, -1330, -1330, -1330, -1330, -1330, -1330,
+     847, -1330, -1330, -1330,    73,   849,   850,   851,    29,   195,
+      22,   852,   -52,   455, -1330, -1330,   853,     9, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,   854,
+   -1330, -1330, -1330, -1330, -1330,   722, -1330, -1330, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+     832, -1330,   203,   213,   254, -1330, -1330,   351, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330,   824,   860,   861,   863,   864,
+     865,   866,   867,   868,   869, -1330,   870,   871, -1330, -1330,
+   -1330, -1330, -1330,   368, -1330, -1330, -1330, -1330, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330, -1330, -1330,   369, -1330,   872,
+     873, -1330, -1330,   874,   876, -1330, -1330,   881,   885, -1330,
+   -1330,   883,   887, -1330, -1330,   886,   888, -1330, -1330, -1330,
+   -1330, -1330, -1330,    40, -1330, -1330, -1330, -1330, -1330, -1330,
+   -1330,    44, -1330, -1330,   890,   891, -1330, -1330,   892,   894,
+   -1330,   889,   895,   896,   897,   898,   899,   370, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330,   900,   901,   902, -1330,   380,
+   -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,   903,
+   -1330,   904, -1330, -1330, -1330, -1330, -1330, -1330,   382, -1330,
+   -1330, -1330, -1330, -1330, -1330, -1330, -1330,   905,   906, -1330,
+     908, -1330,   910, -1330, -1330, -1330,   383, -1330, -1330, -1330,
+   -1330, -1330,   416, -1330,   126, -1330,   911,   912,   913,   914,
+   -1330,   418, -1330, -1330, -1330, -1330, -1330,   695, -1330,   915,
+     907, -1330, -1330,   916, -1330,   917, -1330, -1330, -1330,   918,
+     921,   208, -1330,   922,   923,   924,   925,   704,   649,   707,
+     710,   711,   713,   714,   715,   716,   717,   927,   718,   719,
+     928,   930,   931,   932,   354, -1330, -1330,   354, -1330,   832,
+     159, -1330,   841,   219, -1330,   842,   241, -1330,   843,  1341,
+   -1330,   847,    73, -1330,   253,   849, -1330,   167, -1330,   850,
+     -99, -1330,   851,   721,   723,   724,   726,   728,   729,    29,
+   -1330,   720,   739,   743,   195, -1330,   940,   947,   953,   750,
+     954,   751,    22, -1330,    22, -1330,   852,   754,   956,   757,
+     957,   -52, -1330, -1330,   229,   853, -1330,   758,   765,   766,
+     768,     9, -1330, -1330,   992,  1000,   -21, -1330,   854,  1004,
+   -1330, -1330,   784,   785, -1330,   802,   803,   807,   810, -1330,
+   -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,   127,
+   -1330, -1330,   815,   816,   817,   823, -1330,   424, -1330,   426,
+   -1330,  1010, -1330,  1016, -1330, -1330, -1330, -1330, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+   -1330, -1330,   430, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330,  1029,  1034, -1330, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+    1035,  1046, -1330, -1330, -1330, -1330, -1330, -1330, -1330,  1044,
+   -1330,   432, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+   -1330, -1330, -1330, -1330,    53,   829,   833, -1330,  1050, -1330,
+   -1330,   433, -1330, -1330,   837, -1330,    28, -1330, -1330,  1060,
+   -1330, -1330, -1330, -1330, -1330,   439, -1330, -1330, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330, -1330, -1330,   862,   442, -1330,
+     811, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,  1341,
+   -1330,  1070,  1073,   909,   919, -1330,   253, -1330, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330,   193, -1330, -1330, -1330,  1119,
+     920,  1121,   229, -1330, -1330, -1330, -1330, -1330,   926,   929,
+   -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+     448, -1330, -1330, -1330, -1330, -1330,  1123, -1330,   933, -1330,
+   -1330, -1330,  1122,  1127,  1128,  1129,   193, -1330,  1131, -1330,
+     572,   934,   935,  1130, -1330, -1330,   291, -1330, -1330, -1330,
+   -1330, -1330,  1132,  -104,  1131, -1330, -1330,  1134,  1133, -1330,
+   -1330,  1137,  1138,  1139, -1330,   449, -1330, -1330, -1330, -1330,
+   -1330, -1330, -1330,   251, -1330,  1132,  1140,   936,   937,   939,
+    1141,  -104, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+     450, -1330, -1330, -1330, -1330,   941, -1330, -1330, -1330,   943,
+   -1330,  1144,  1145,   251, -1330, -1330, -1330,   944,   945, -1330,
+   -1330, -1330
   };
 
   const short
@@ -5456,18 +5488,18 @@ namespace isc { namespace dhcp {
       20,    22,    24,    26,     0,     0,     0,     0,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     1,    44,
       36,    32,    31,    28,    29,    30,    35,     3,    33,    34,
-      59,     5,    65,     7,   208,     9,   385,    11,   598,    13,
-     627,    15,   513,    17,   522,    19,   561,    21,   347,    23,
-     809,    25,   841,    27,    46,    39,     0,     0,     0,     0,
-       0,   629,     0,   524,   563,     0,     0,     0,    48,     0,
-      47,     0,     0,    40,    61,     0,    63,   839,   193,   226,
-       0,     0,     0,   649,   651,   653,     0,     0,   224,   237,
+      59,     5,    65,     7,   208,     9,   385,    11,   602,    13,
+     632,    15,   517,    17,   526,    19,   565,    21,   347,    23,
+     816,    25,   848,    27,    46,    39,     0,     0,     0,     0,
+       0,   634,     0,   528,   567,     0,     0,     0,    48,     0,
+      47,     0,     0,    40,    61,     0,    63,   846,   193,   226,
+       0,     0,     0,   654,   656,   658,     0,     0,   224,   237,
      239,     0,     0,     0,     0,     0,     0,     0,     0,     0,
        0,     0,   150,     0,     0,     0,     0,     0,   161,   168,
-     170,     0,     0,     0,     0,   376,   511,   552,     0,   153,
-     174,   456,   614,   616,     0,     0,     0,   309,   676,   618,
-     338,   359,     0,   324,   711,   713,   790,   807,   181,   183,
-       0,     0,     0,   851,   893,     0,   138,     0,    67,    70,
+     170,     0,     0,     0,     0,   376,   515,   556,     0,   153,
+     174,   459,   619,   621,     0,     0,     0,   309,   681,   623,
+     338,   359,     0,   324,   718,   720,   797,   814,   181,   183,
+       0,     0,     0,   858,   900,     0,   138,     0,    67,    70,
       71,    72,    73,    74,   108,   109,   110,   111,   112,    75,
      104,   134,   135,    93,    94,    95,   116,   117,   118,   119,
      120,   121,   122,   123,   124,   125,   114,   115,   126,   127,
@@ -5476,787 +5508,794 @@ namespace isc { namespace dhcp {
       84,    85,    99,   100,   102,    96,    97,    98,    83,    88,
       89,    90,    91,    92,   103,   113,   133,   210,   212,   216,
        0,     0,     0,     0,   207,     0,   195,   198,   199,   200,
-     201,   202,   203,   204,   205,   206,   440,   442,   444,   589,
-     438,   446,     0,   450,   448,   671,   437,   390,   391,   392,
-     393,   394,   417,   418,   419,   420,   421,   435,   407,   408,
-     422,   423,   424,   425,   426,   427,   428,   429,   430,   431,
-     432,   433,   434,   436,     0,   387,   397,   412,   413,   414,
-     398,   400,   401,   403,   404,   405,   399,   395,   396,   415,
-     416,   402,   409,   410,   411,   406,   611,     0,   610,   606,
-     607,   605,     0,   600,   603,   604,   608,   609,   669,   655,
-     657,   659,   663,   661,   667,   665,   648,   642,   646,   647,
-       0,   630,   631,   643,   644,   645,   639,   634,   640,   636,
-     637,   638,   641,   635,     0,   542,   283,     0,   546,   544,
-     549,     0,   538,   539,     0,   525,   526,   529,   541,   530,
-     531,   532,   548,   533,   534,   535,   536,   537,   580,     0,
-       0,     0,   587,   578,   579,   582,   583,     0,   564,   565,
-     568,   569,   570,   571,   572,   573,   574,   577,   575,   576,
-     355,   357,   352,     0,   349,   353,   354,     0,   826,     0,
-     829,     0,     0,   833,   837,   824,   822,   823,     0,   811,
-     814,   815,   816,   817,   818,   819,   820,   821,   848,     0,
-       0,   843,   846,   847,    45,    50,     0,    37,    43,     0,
-      64,    60,     0,     0,     0,     0,     0,     0,     0,     0,
+     201,   202,   203,   204,   205,   206,   441,   443,   445,   593,
+     439,   447,     0,   451,   453,   449,   676,   438,   390,   391,
+     392,   393,   394,   418,   419,   420,   421,   422,   436,   408,
+     409,   423,   424,   425,   426,   427,   428,   429,   430,   431,
+     432,   433,   434,   435,   437,     0,   387,   397,   413,   414,
+     415,   398,   400,   401,   402,   404,   405,   406,   399,   395,
+     396,   416,   417,   403,   410,   411,   412,   407,   616,     0,
+     615,   610,   611,   612,   609,     0,   604,   607,   608,   613,
+     614,   674,   660,   662,   664,   668,   666,   672,   670,   653,
+     647,   651,   652,     0,   635,   636,   648,   649,   650,   644,
+     639,   645,   641,   642,   643,   646,   640,     0,   546,   283,
+       0,   550,   548,   553,     0,   542,   543,     0,   529,   530,
+     533,   545,   534,   535,   536,   552,   537,   538,   539,   540,
+     541,   584,     0,     0,     0,   591,   582,   583,   586,   587,
+       0,   568,   569,   572,   573,   574,   575,   576,   577,   578,
+     581,   579,   580,   355,   357,   352,     0,   349,   353,   354,
+       0,   833,     0,   836,     0,     0,   840,   844,   831,   829,
+     830,     0,   818,   821,   822,   823,   824,   825,   826,   827,
+     828,   855,     0,     0,   850,   853,   854,    45,    50,     0,
+      37,    43,     0,    64,    60,     0,     0,     0,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-      58,    69,    66,     0,     0,     0,     0,     0,     0,     0,
-     197,   209,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,   389,   386,     0,     0,   602,   599,     0,     0,
-       0,     0,     0,     0,     0,     0,   628,   633,   514,     0,
-       0,     0,     0,     0,     0,     0,   523,   528,     0,     0,
-       0,     0,     0,   562,   567,     0,     0,   351,   348,     0,
-       0,     0,     0,     0,     0,     0,     0,   813,   810,     0,
-       0,   845,   842,    49,    41,     0,     0,     0,     0,     0,
-     155,   156,   157,     0,     0,     0,   191,   192,     0,     0,
-       0,   139,   140,   141,   142,   143,   144,   145,   146,   147,
-     148,   149,     0,   186,   187,   158,   159,   160,     0,     0,
-       0,   172,   173,   180,   185,     0,     0,     0,   152,     0,
-       0,     0,     0,     0,   452,   453,   454,     0,     0,     0,
-       0,     0,   710,     0,     0,     0,     0,     0,     0,     0,
-     188,   189,   190,     0,     0,    68,     0,     0,     0,   220,
-     221,   222,   223,   196,     0,     0,     0,     0,     0,     0,
-     455,     0,     0,     0,   388,     0,   613,   601,     0,     0,
-       0,     0,     0,     0,     0,     0,   632,     0,     0,   540,
-       0,     0,     0,   551,   527,     0,   584,   585,   586,     0,
-     566,     0,     0,   350,   825,     0,   828,     0,   831,   832,
-       0,     0,   812,     0,   850,   844,     0,     0,     0,     0,
-       0,   650,   652,   654,     0,     0,   241,   151,   163,   164,
-     165,   166,   167,   162,   169,   171,   378,   515,   554,   154,
-     176,   177,   178,   179,   175,   458,    38,   615,   617,     0,
-       0,   620,   340,     0,     0,     0,   715,     0,     0,   182,
-     184,     0,     0,    51,   211,   214,   215,   213,   218,   219,
-     217,   441,   443,   445,   591,   439,   447,   451,   449,     0,
-     612,   670,   656,   658,   660,   664,   662,   668,   666,   543,
-     284,   547,   545,   550,   581,   588,   356,   358,   827,   830,
-     835,   836,   834,   838,   241,    42,     0,     0,     0,   233,
-     235,     0,   228,   231,   232,   274,   276,   278,   280,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,   294,
-       0,     0,   301,   303,   305,   307,   273,     0,   248,   251,
-     252,   253,   254,   255,   256,   257,   258,   259,   260,   261,
-     262,   263,   264,   265,   266,   267,   268,   269,   270,   271,
-     272,     0,   246,     0,   242,   243,   383,     0,   379,   380,
-     520,     0,   516,   517,   559,     0,   555,   556,   463,     0,
-     459,   460,   319,   320,   321,   322,   323,     0,   311,   314,
-     315,   316,   317,   318,   681,     0,   678,   625,     0,   621,
-     622,   345,     0,   341,   342,     0,     0,     0,     0,     0,
-       0,     0,   361,   364,   365,   366,   367,   368,   369,     0,
-       0,     0,   334,     0,   326,   329,   330,   331,   332,   333,
-     737,   742,   744,     0,   748,     0,   736,   730,   731,   732,
-     734,   735,     0,   722,   725,   726,   727,   728,   733,   729,
-     720,     0,   716,   717,     0,   802,     0,   805,   798,   799,
-       0,   792,   795,   796,   797,   800,     0,   856,     0,   853,
-       0,     0,     0,     0,   902,     0,   895,   898,   899,   900,
-     901,    53,   596,     0,   592,   593,   674,     0,   673,     0,
-      62,   840,   194,     0,     0,   230,   227,     0,     0,     0,
+       0,     0,     0,    58,    69,    66,     0,     0,     0,     0,
+       0,     0,     0,   197,   209,     0,     0,     0,     0,     0,
+       0,     0,     0,     0,     0,     0,   389,   386,     0,     0,
+     606,   603,     0,     0,     0,     0,     0,     0,     0,     0,
+     633,   638,   518,     0,     0,     0,     0,     0,     0,     0,
+     527,   532,     0,     0,     0,     0,     0,   566,   571,     0,
+       0,   351,   348,     0,     0,     0,     0,     0,     0,     0,
+       0,   820,   817,     0,     0,   852,   849,    49,    41,     0,
+       0,     0,     0,     0,   155,   156,   157,     0,     0,     0,
+     191,   192,     0,     0,     0,   139,   140,   141,   142,   143,
+     144,   145,   146,   147,   148,   149,     0,   186,   187,   158,
+     159,   160,     0,     0,     0,   172,   173,   180,   185,     0,
+       0,     0,   152,     0,     0,     0,     0,     0,   455,   456,
+     457,     0,     0,     0,     0,     0,   717,     0,     0,     0,
+       0,     0,     0,     0,   188,   189,   190,     0,     0,    68,
+       0,     0,     0,   220,   221,   222,   223,   196,     0,     0,
+       0,     0,     0,     0,   458,     0,     0,     0,     0,   388,
+       0,   618,   605,     0,     0,     0,     0,     0,     0,     0,
+       0,   637,     0,     0,   544,     0,     0,     0,   555,   531,
+       0,   588,   589,   590,     0,   570,     0,     0,   350,   832,
+       0,   835,     0,   838,   839,     0,     0,   819,     0,   857,
+     851,     0,     0,     0,     0,     0,   655,   657,   659,     0,
+       0,   241,   151,   163,   164,   165,   166,   167,   162,   169,
+     171,   378,   519,   558,   154,   176,   177,   178,   179,   175,
+     461,    38,   620,   622,     0,     0,   625,   340,     0,     0,
+       0,   722,     0,     0,   182,   184,     0,     0,    51,   211,
+     214,   215,   213,   218,   219,   217,   442,   444,   446,   595,
+     440,   448,   452,   454,   450,     0,   617,   675,   661,   663,
+     665,   669,   667,   673,   671,   547,   284,   551,   549,   554,
+     585,   592,   356,   358,   834,   837,   842,   843,   841,   845,
+     241,    42,     0,     0,     0,   233,   235,     0,   228,   231,
+     232,   274,   276,   278,   280,     0,     0,     0,     0,     0,
+       0,     0,     0,     0,     0,   294,     0,     0,   301,   303,
+     305,   307,   273,     0,   248,   251,   252,   253,   254,   255,
+     256,   257,   258,   259,   260,   261,   262,   263,   264,   265,
+     266,   267,   268,   269,   270,   271,   272,     0,   246,     0,
+     242,   243,   383,     0,   379,   380,   524,     0,   520,   521,
+     563,     0,   559,   560,   466,     0,   462,   463,   319,   320,
+     321,   322,   323,     0,   311,   314,   315,   316,   317,   318,
+     686,     0,   683,   630,     0,   626,   627,   345,     0,   341,
+     342,     0,     0,     0,     0,     0,     0,     0,   361,   364,
+     365,   366,   367,   368,   369,     0,     0,     0,   334,     0,
+     326,   329,   330,   331,   332,   333,   744,   749,   751,     0,
+     755,     0,   743,   737,   738,   739,   741,   742,     0,   729,
+     732,   733,   734,   735,   740,   736,   727,     0,   723,   724,
+       0,   809,     0,   812,   805,   806,     0,   799,   802,   803,
+     804,   807,     0,   863,     0,   860,     0,     0,     0,     0,
+     909,     0,   902,   905,   906,   907,   908,    53,   600,     0,
+     596,   597,   679,     0,   678,     0,    62,   847,   194,     0,
+       0,   230,   227,     0,     0,     0,     0,     0,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,   250,   225,
-     238,     0,   240,   245,     0,   377,   382,   524,   512,   519,
-     563,   553,   558,     0,   457,   462,   313,   310,   683,   680,
-     677,   629,   619,   624,     0,   339,   344,     0,     0,     0,
-       0,     0,     0,   363,   360,     0,     0,     0,   328,   325,
-       0,     0,     0,     0,     0,     0,   724,   712,     0,   714,
-     719,     0,     0,     0,     0,   794,   791,   808,     0,   855,
-     852,     0,     0,     0,     0,   897,   894,    55,     0,    54,
-       0,   590,   595,     0,   672,   849,     0,     0,   229,     0,
-       0,     0,     0,   282,   285,   286,   287,   288,   289,   290,
-     291,   292,   293,     0,   299,   300,     0,     0,     0,     0,
-     249,     0,   244,     0,   381,     0,   518,     0,   557,   510,
-     485,   486,   487,   471,   472,   490,   491,   492,   493,   494,
-     508,   474,   475,   495,   496,   497,   498,   499,   500,   501,
-     502,   503,   504,   505,   506,   507,   509,   468,   469,   470,
-     483,   484,   480,   481,   482,     0,   465,   473,   488,   489,
-     476,   477,   478,   479,   461,   312,   705,   707,     0,   699,
-     700,   701,   702,   703,   704,   692,   693,   697,   698,   694,
-     695,   696,     0,   684,   685,   688,   689,   690,   691,   679,
-       0,   623,     0,   343,   370,   371,   372,   373,   374,   375,
-     362,   335,   336,   337,   327,     0,     0,     0,   746,     0,
-     747,   723,     0,   718,   801,     0,   804,     0,   793,   871,
-       0,   869,   867,   861,   865,   866,     0,   858,   863,   864,
-     862,   854,   903,   904,   905,   906,   896,    52,    57,     0,
-     594,     0,   234,   236,   275,   277,   279,   281,   296,   297,
-     298,   295,   302,   304,   306,   308,   247,   384,   521,   560,
-     467,   464,     0,     0,     0,   682,   687,   626,   346,   739,
-     740,   741,   738,   743,   745,     0,   721,   803,   806,     0,
-       0,     0,   860,   857,    56,   597,   675,   466,     0,     0,
-     709,   686,   760,   763,   765,   767,   759,   758,   757,     0,
-     750,   753,   754,   755,   756,     0,   868,     0,   859,   706,
-     708,     0,     0,     0,     0,   752,   749,     0,   870,     0,
-       0,     0,     0,   751,   876,     0,   873,   762,   761,   764,
-     766,   769,     0,   875,   872,   774,     0,   770,   771,   886,
-       0,     0,     0,   891,     0,   878,   881,   882,   883,   884,
-     885,   874,     0,   768,   773,     0,     0,     0,     0,     0,
-     880,   877,   786,   788,   785,   779,   781,   783,   784,     0,
-     776,   780,   782,   772,     0,   888,   889,   890,     0,   879,
-       0,     0,   778,   775,   887,   892,     0,     0,   777,   787,
-     789
+       0,     0,     0,     0,   250,   225,   238,     0,   240,   245,
+       0,   377,   382,   528,   516,   523,   567,   557,   562,     0,
+     460,   465,   313,   310,   688,   685,   682,   634,   624,   629,
+       0,   339,   344,     0,     0,     0,     0,     0,     0,   363,
+     360,     0,     0,     0,   328,   325,     0,     0,     0,     0,
+       0,     0,   731,   719,     0,   721,   726,     0,     0,     0,
+       0,   801,   798,   815,     0,   862,   859,     0,     0,     0,
+       0,   904,   901,    55,     0,    54,     0,   594,   599,     0,
+     677,   856,     0,     0,   229,     0,     0,     0,     0,   282,
+     285,   286,   287,   288,   289,   290,   291,   292,   293,     0,
+     299,   300,     0,     0,     0,     0,   249,     0,   244,     0,
+     381,     0,   522,     0,   561,   514,   489,   490,   491,   474,
+     475,   494,   495,   496,   497,   498,   512,   477,   478,   499,
+     500,   501,   502,   503,   504,   505,   506,   507,   508,   509,
+     510,   511,   513,   471,   472,   473,   486,   487,   488,   483,
+     484,   485,     0,   468,   476,   492,   493,   479,   480,   481,
+     482,   464,   312,   711,   713,     0,     0,   705,   706,   707,
+     708,   709,   710,   698,   699,   703,   704,   700,   701,   702,
+       0,   689,   690,   693,   694,   695,   696,   697,   684,     0,
+     628,     0,   343,   370,   371,   372,   373,   374,   375,   362,
+     335,   336,   337,   327,     0,     0,     0,   753,     0,   754,
+     730,     0,   725,   808,     0,   811,     0,   800,   878,     0,
+     876,   874,   868,   872,   873,     0,   865,   870,   871,   869,
+     861,   910,   911,   912,   913,   903,    52,    57,     0,   598,
+       0,   234,   236,   275,   277,   279,   281,   296,   297,   298,
+     295,   302,   304,   306,   308,   247,   384,   525,   564,   470,
+     467,     0,     0,     0,     0,   687,   692,   631,   346,   746,
+     747,   748,   745,   750,   752,     0,   728,   810,   813,     0,
+       0,     0,   867,   864,    56,   601,   680,   469,     0,     0,
+     715,   716,   691,   767,   770,   772,   774,   766,   765,   764,
+       0,   757,   760,   761,   762,   763,     0,   875,     0,   866,
+     712,   714,     0,     0,     0,     0,   759,   756,     0,   877,
+       0,     0,     0,     0,   758,   883,     0,   880,   769,   768,
+     771,   773,   776,     0,   882,   879,   781,     0,   777,   778,
+     893,     0,     0,     0,   898,     0,   885,   888,   889,   890,
+     891,   892,   881,     0,   775,   780,     0,     0,     0,     0,
+       0,   887,   884,   793,   795,   792,   786,   788,   790,   791,
+       0,   783,   787,   789,   779,     0,   895,   896,   897,     0,
+     886,     0,     0,   785,   782,   894,   899,     0,     0,   784,
+     794,   796
   };
 
   const short
   Dhcp4Parser::yypgoto_[] =
   {
-   -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-   -1300, -1300, -1300, -1300, -1300,   -59, -1300,  -580, -1300,   194,
-   -1300, -1300, -1300, -1300, -1300, -1300,  -635, -1300, -1300, -1300,
-     -67, -1300, -1300, -1300, -1300, -1300, -1300, -1300,   433,   638,
-      36,    38,    40,   -54,   -51,   -39,   -38,   -37,   -20,   -19,
-   -1300, -1300, -1300, -1300,   -18, -1300, -1300,    10,    13,    56,
-      57,    60,    61, -1300, -1300,    64, -1300,    68, -1300,    71,
-      72,    74, -1300, -1300,    75,    76, -1300,    78, -1300,    79,
-   -1300, -1300, -1300, -1300, -1300,    53, -1300, -1300, -1300,   446,
-     631, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-   -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-     157, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,   354,
-   -1300,   130, -1300,  -692,   136, -1300, -1300, -1299, -1300, -1290,
-   -1300, -1300, -1300, -1300,   -30, -1300, -1300, -1300, -1300, -1300,
-   -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-    -734, -1300,  -731, -1300,  -728, -1300, -1300, -1300, -1300, -1300,
-   -1300,   121, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-     106, -1300, -1300, -1300, -1300, -1300, -1300, -1300,   129, -1300,
-   -1300, -1300,   123,   615, -1300, -1300, -1300, -1300, -1300, -1300,
-   -1300,   119, -1300, -1300, -1300, -1300, -1300, -1300,  -995, -1300,
-   -1300, -1300,   151, -1300, -1300, -1300,   155,   648, -1300, -1300,
-   -1300, -1300, -1300, -1300, -1300, -1300,  -994, -1300,   -11, -1300,
-      23, -1300,    82,    86,    90, -1300, -1300, -1300, -1300, -1300,
-     146, -1300, -1300,   -92,   -62, -1300, -1300, -1300, -1300, -1300,
-     156, -1300, -1300, -1300,   159, -1300,   626, -1300,   -61, -1300,
-   -1300, -1300, -1300, -1300,   -58, -1300, -1300, -1300, -1300, -1300,
-     -31, -1300, -1300, -1300,   152, -1300, -1300, -1300,   158, -1300,
-     625, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-   -1300, -1300, -1300, -1300, -1300,    98, -1300, -1300, -1300,    97,
-     655, -1300, -1300, -1300,   -49, -1300,    -3, -1300,   -57, -1300,
-   -1300, -1300,   150, -1300, -1300, -1300,   160, -1300,   651,     9,
-   -1300,    16, -1300,    20, -1300, -1300, -1300, -1300, -1300, -1300,
-   -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-   -1300,  -989, -1300, -1300, -1300, -1300, -1300, -1300, -1300,   161,
-   -1300, -1300, -1300,   -84, -1300, -1300, -1300, -1300, -1300, -1300,
-   -1300, -1300, -1300, -1300, -1300, -1300, -1300,   124, -1300,   127,
-     133, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-   -1300, -1300, -1300,  -129, -1300, -1300, -1300, -1300, -1300, -1300,
-   -1300, -1300, -1300, -1300, -1300,  -167, -1300, -1300,  -190, -1300,
-   -1300, -1300, -1300, -1300, -1300, -1300,   132, -1300, -1300, -1300,
-   -1300, -1300, -1300, -1300, -1300, -1300, -1300,   447,   627, -1300,
-   -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,
-   -1300, -1300, -1300, -1300, -1300, -1300,   488,   629, -1300, -1300,
-   -1300, -1300, -1300, -1300,   134, -1300, -1300,   -81, -1300, -1300,
-   -1300, -1300, -1300, -1300,  -135, -1300, -1300,  -158, -1300, -1300,
-   -1300, -1300, -1300, -1300, -1300, -1300, -1300, -1300,   137, -1300,
-   -1300, -1300, -1300
+   -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330,   -59, -1330,  -584, -1330,   222,
+   -1330, -1330, -1330, -1330, -1330, -1330,  -635, -1330, -1330, -1330,
+     -67, -1330, -1330, -1330, -1330, -1330, -1330, -1330,   438,   648,
+     -30,   -28,   -18,   -54,   -29,    -8,    47,    49,    52,    59,
+   -1330, -1330, -1330, -1330,    62, -1330, -1330,    64,    65,    66,
+      69,    70,    72, -1330, -1330,    77, -1330,    80, -1330,    82,
+      83,    84, -1330, -1330,    85,    87, -1330,    88, -1330,    90,
+   -1330, -1330, -1330, -1330, -1330,    46, -1330, -1330, -1330,   420,
+     643, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+     162, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,   357,
+   -1330,   136, -1330,  -706,   148, -1330, -1330, -1329, -1330, -1303,
+   -1330, -1330, -1330, -1330,   -45, -1330, -1330, -1330, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+    -738, -1330,  -733, -1330,  -732, -1330, -1330, -1330, -1330, -1330,
+   -1330,   129, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+     117, -1330, -1330, -1330, -1330, -1330, -1330, -1330,   130, -1330,
+   -1330, -1330,   133,   620, -1330, -1330, -1330, -1330, -1330, -1330,
+   -1330,   125, -1330, -1330, -1330, -1330, -1330, -1330, -1006, -1330,
+   -1330, -1330,   153, -1330, -1330, -1330,   156,   656, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330, -1330, -1003, -1330,    92, -1330,
+      93, -1330,   101, -1330,    95,    98,   100, -1330, -1330, -1330,
+   -1330, -1330,   146, -1330, -1330,   -89,   -62, -1330, -1330, -1330,
+   -1330, -1330,   164, -1330, -1330, -1330,   168, -1330,   632, -1330,
+     -63, -1330, -1330, -1330, -1330, -1330,   -58, -1330, -1330, -1330,
+   -1330, -1330,    10, -1330, -1330, -1330,   166, -1330, -1330, -1330,
+     171, -1330,   634, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330, -1330, -1330,    96, -1330, -1330,
+   -1330,    99,   663, -1330, -1330, -1330,   -49, -1330,    -3, -1330,
+     -56, -1330, -1330, -1330,   149, -1330, -1330, -1330,   173, -1330,
+     662,    16, -1330,    26, -1330,    36, -1330, -1330, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+   -1330, -1330, -1330,  -997, -1330, -1330, -1330, -1330, -1330, -1330,
+   -1330,   155, -1330, -1330, -1330,   -90, -1330, -1330, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+     132, -1330,   131,   134, -1330, -1330, -1330, -1330, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330, -1330,  -127, -1330, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,  -165, -1330,
+   -1330,  -192, -1330, -1330, -1330, -1330, -1330, -1330, -1330,   135,
+   -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+     452,   633, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+   -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,   494,
+     636, -1330, -1330, -1330, -1330, -1330, -1330,   141, -1330, -1330,
+     -84, -1330, -1330, -1330, -1330, -1330, -1330,  -132, -1330, -1330,
+    -158, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330, -1330,
+   -1330,   140, -1330, -1330, -1330, -1330
   };
 
   const short
   Dhcp4Parser::yydefgoto_[] =
   {
        0,    14,    15,    16,    17,    18,    19,    20,    21,    22,
-      23,    24,    25,    26,    27,    36,    37,    38,    65,   737,
-      82,    83,    39,    64,    79,    80,   754,   971,  1078,  1079,
-     826,    41,    66,    85,   429,    86,    43,    67,   157,   158,
+      23,    24,    25,    26,    27,    36,    37,    38,    65,   742,
+      82,    83,    39,    64,    79,    80,   759,   977,  1084,  1085,
+     832,    41,    66,    85,   432,    86,    43,    67,   157,   158,
      159,   160,   161,   162,   163,   164,   165,   166,   167,   168,
-     169,   170,   457,   171,   172,   474,   173,   174,   175,   176,
-     177,   178,   179,   463,   723,   180,   464,   181,   465,   182,
-     183,   184,   475,   734,   185,   186,   493,   187,   494,   188,
-     189,   190,   191,   192,   193,   194,   195,   196,   433,   235,
-     236,    45,    68,   237,   503,   238,   504,   757,   239,   505,
-     760,   240,   241,   242,   243,   197,   443,   198,   434,   801,
-     802,   803,   983,   804,   984,   199,   444,   200,   445,   853,
-     854,   855,  1011,   827,   828,   829,   987,   830,   988,   831,
-     989,   832,   990,   833,   834,   540,   835,   836,   837,   838,
-     839,   840,   841,   842,   843,   844,  1001,  1251,   845,   846,
-     847,  1004,   848,  1005,   849,  1006,   850,  1007,   201,   482,
-     877,   878,   879,   880,   881,   882,   883,   202,   488,   913,
-     914,   915,   916,   917,   203,   485,   892,   893,   894,  1034,
-      59,    75,   393,   394,   395,   555,   396,   556,   204,   486,
-     901,   902,   903,   904,   905,   906,   907,   908,   205,   470,
-     857,   858,   859,  1014,    47,    69,   284,   285,   286,   516,
-     287,   512,   288,   513,   289,   514,   290,   517,   291,   520,
-     292,   519,   206,   207,   208,   296,   209,   476,   869,   870,
-     871,  1023,  1155,  1156,   210,   471,    53,    72,   861,   862,
-     863,  1017,    55,    73,   354,   355,   356,   357,   358,   359,
-     360,   539,   361,   543,   362,   542,   363,   364,   544,   365,
-     211,   472,   865,   866,   867,  1020,    57,    74,   377,   378,
-     379,   380,   381,   548,   382,   383,   384,   385,   386,   387,
-     552,   298,   515,   973,   974,   975,  1080,    49,    70,   312,
-     313,   314,   524,   315,   212,   477,   213,   478,   214,   484,
-     888,   889,   890,  1031,    51,    71,   330,   331,   332,   215,
-     438,   216,   439,   217,   440,   336,   529,   337,   530,   338,
-     531,   339,   533,   340,   532,   341,   535,   342,   534,   343,
-     528,   305,   521,   977,   978,  1083,   218,   483,   885,   886,
-    1028,  1182,  1183,  1184,  1185,  1186,  1262,  1187,  1263,  1188,
-     219,   220,   489,   221,   490,   941,   942,   943,  1058,   932,
-     933,   934,  1050,  1272,   935,  1051,   936,  1052,   937,   938,
-     939,  1054,  1299,  1300,  1301,  1311,  1328,  1302,  1312,  1303,
-    1313,  1304,  1314,  1336,  1337,  1338,  1352,  1369,  1370,  1371,
-    1380,  1372,  1381,   222,   491,   950,   951,   952,   953,  1062,
-     954,   955,  1064,   223,   492,    61,    76,   408,   409,   410,
-     411,   560,   412,   413,   562,   414,   415,   416,   565,   792,
-     417,   566,   224,   432,    63,    77,   420,   421,   422,   569,
-     423,   225,   498,   958,   959,  1068,  1226,  1227,  1228,  1229,
-    1281,  1230,  1279,  1325,  1326,  1332,  1344,  1345,  1346,  1355,
-    1347,  1348,  1349,  1350,  1359,   226,   499,   965,   966,   967,
-     968,   969,   970
+     169,   170,   460,   171,   172,   477,   173,   174,   175,   176,
+     177,   178,   179,   466,   728,   180,   467,   181,   468,   182,
+     183,   184,   478,   739,   185,   186,   496,   187,   497,   188,
+     189,   190,   191,   192,   193,   194,   195,   196,   436,   235,
+     236,    45,    68,   237,   506,   238,   507,   762,   239,   508,
+     765,   240,   241,   242,   243,   197,   446,   198,   437,   807,
+     808,   809,   989,   810,   990,   199,   447,   200,   448,   859,
+     860,   861,  1017,   833,   834,   835,   993,   836,   994,   837,
+     995,   838,   996,   839,   840,   544,   841,   842,   843,   844,
+     845,   846,   847,   848,   849,   850,  1007,  1260,   851,   852,
+     853,  1010,   854,  1011,   855,  1012,   856,  1013,   201,   485,
+     883,   884,   885,   886,   887,   888,   889,   202,   491,   919,
+     920,   921,   922,   923,   203,   488,   898,   899,   900,  1040,
+      59,    75,   396,   397,   398,   559,   399,   560,   204,   489,
+     907,   908,   909,   910,   911,   912,   913,   914,   205,   473,
+     863,   864,   865,  1020,    47,    69,   285,   286,   287,   519,
+     288,   515,   289,   516,   290,   517,   291,   520,   292,   524,
+     293,   522,   294,   523,   206,   207,   208,   298,   209,   479,
+     875,   876,   877,  1029,  1162,  1163,   210,   474,    53,    72,
+     867,   868,   869,  1023,    55,    73,   357,   358,   359,   360,
+     361,   362,   363,   543,   364,   547,   365,   546,   366,   367,
+     548,   368,   211,   475,   871,   872,   873,  1026,    57,    74,
+     380,   381,   382,   383,   384,   552,   385,   386,   387,   388,
+     389,   390,   556,   300,   518,   979,   980,   981,  1086,    49,
+      70,   315,   316,   317,   528,   318,   212,   480,   213,   481,
+     214,   487,   894,   895,   896,  1037,    51,    71,   333,   334,
+     335,   215,   441,   216,   442,   217,   443,   339,   533,   340,
+     534,   341,   535,   342,   537,   343,   536,   344,   539,   345,
+     538,   346,   532,   307,   525,   983,   984,  1089,   218,   486,
+     891,   892,  1034,  1190,  1191,  1192,  1193,  1194,  1271,  1195,
+    1272,  1196,  1197,   219,   220,   492,   221,   493,   947,   948,
+     949,  1064,   938,   939,   940,  1056,  1282,   941,  1057,   942,
+    1058,   943,   944,   945,  1060,  1310,  1311,  1312,  1322,  1339,
+    1313,  1323,  1314,  1324,  1315,  1325,  1347,  1348,  1349,  1363,
+    1380,  1381,  1382,  1391,  1383,  1392,   222,   494,   956,   957,
+     958,   959,  1068,   960,   961,  1070,   223,   495,    61,    76,
+     411,   412,   413,   414,   564,   415,   416,   566,   417,   418,
+     419,   569,   798,   420,   570,   224,   435,    63,    77,   423,
+     424,   425,   573,   426,   225,   501,   964,   965,  1074,  1235,
+    1236,  1237,  1238,  1291,  1239,  1289,  1336,  1337,  1343,  1355,
+    1356,  1357,  1366,  1358,  1359,  1360,  1361,  1370,   226,   502,
+     971,   972,   973,   974,   975,   976
   };
 
   const short
   Dhcp4Parser::yytable_[] =
   {
-     156,   234,   256,   308,   326,    78,   352,   373,   392,   405,
-     344,   927,   301,   375,   928,   260,   376,   929,   261,   244,
-     299,   316,   328,   851,   366,   388,   767,   406,  1148,  1149,
-     262,   263,   264,   771,  1163,    28,   790,    40,   297,   311,
-     327,   345,   736,   353,   374,   390,   391,   430,    42,   265,
-     266,   267,   431,  1365,   785,    44,    29,    46,    30,   309,
-      31,  1292,  1366,   390,   391,   245,   300,   317,   329,    48,
-     367,   389,    50,   407,   718,   719,   720,   721,   302,   268,
-     333,    81,   269,  1365,    52,   303,   126,   334,    54,   304,
-      56,   335,  1366,   310,    84,   346,   501,   347,   348,   418,
-     419,   502,   349,   350,   351,   257,    58,   258,    60,   259,
-     227,   228,   736,   722,   229,   132,   133,   230,   231,   232,
-     233,  1026,   283,    62,  1027,   270,   271,   155,  1029,   272,
-     273,  1030,   424,   274,   510,   132,   133,   275,   425,   511,
-     276,   277,   426,   278,   279,   280,  1069,   281,   282,  1070,
-     427,   293,   522,   132,   133,   294,   428,   523,   435,   295,
-     805,   806,   807,   808,   809,   810,   811,   812,   813,   814,
-     815,   816,   817,   818,   819,  1269,  1270,  1271,   820,   821,
-     822,   823,   824,   825,   127,   526,   536,  1293,  1294,  1295,
-     527,   909,   910,   911,  1248,  1249,  1250,    91,    92,    93,
-      94,    95,    96,   791,   306,   132,   133,   557,   567,   132,
-     133,   436,   558,   568,   346,   253,   806,   807,   571,   254,
-     307,   758,   759,   572,   155,   960,   961,   962,   963,   755,
-     756,   101,   102,   103,   104,   105,   106,   107,   108,   109,
-     110,   437,   155,   441,   155,   115,   116,   117,   118,   119,
-     120,   121,   122,   123,   124,   442,   246,   247,   248,   446,
-     127,   447,   155,   448,  1339,  1148,  1149,  1340,  1341,  1342,
-    1343,  1163,   129,   130,    32,    33,    34,    35,   449,   249,
-     450,   132,   133,   250,   251,   252,   134,   135,   136,   132,
-     133,   253,   451,   132,   133,   254,  1333,   139,   452,  1334,
-     453,    93,    94,    95,    96,   255,   799,   800,   501,   537,
-      93,    94,    95,   980,   155,   454,   571,   538,   155,  1111,
-     346,   981,   927,   455,   927,   928,   510,   928,   929,   456,
-     929,   982,   985,   101,   102,   103,   458,   986,   459,   460,
-     132,   133,  1008,   155,  1362,  1363,   461,  1009,   462,   822,
-     823,   824,   944,   945,   946,  1008,   546,   466,   148,   149,
-    1010,   126,   127,   346,  1043,  1048,   573,   574,   467,  1044,
-    1049,   127,   895,   896,   897,   898,   899,   900,   468,   469,
-    1056,   553,   473,   132,   133,  1057,   872,   873,   874,   875,
-     155,   876,   132,   133,  1166,  1167,  1168,   479,   155,   480,
-    1065,   318,   947,   132,   133,  1066,   481,   487,   495,   319,
-     320,   321,   322,   323,   324,   325,   346,   368,   347,   348,
-     369,   370,   371,  1219,   567,  1220,  1221,  1075,  1008,  1067,
-     522,   547,  1076,  1256,   156,  1257,   132,   133,   496,  1260,
-     575,   497,   557,   234,  1261,   372,   920,  1268,   500,   155,
-     921,   922,   923,   924,   506,   256,   507,  1056,  1282,   308,
-     925,   244,  1276,  1283,   526,   301,   508,  1315,   260,  1285,
-     326,   261,  1316,   299,  1360,   554,  1382,   316,   509,  1361,
-     352,  1383,   518,   262,   263,   264,   525,   373,   328,   541,
-     545,   297,   155,   375,   549,   311,   376,   550,   366,   551,
-     405,   155,   265,   266,   267,   388,   327,   245,   730,   731,
-     732,   733,   155,   559,   561,   309,   563,   353,   406,   300,
-     564,   570,   576,   317,   374,   577,   578,   579,   580,   581,
-     582,   302,   268,   583,   329,   269,   584,   585,   303,   586,
-     587,   588,   304,   589,   367,   155,   333,   590,   591,   310,
-     592,   389,   593,   334,   132,   133,   596,   335,   257,   602,
-     258,   594,   259,   597,   407,   595,   605,   608,   598,   609,
-     599,   600,   606,   601,   603,   283,   610,   607,   270,   271,
-     604,   611,   272,   273,   612,   613,   274,   615,   616,   614,
-     275,   617,   618,   276,   277,   619,   278,   279,   280,   620,
-     281,   282,   621,   622,   293,   623,  1286,   624,   294,   625,
-     626,   627,   295,   628,   629,   630,   631,   397,   398,   399,
-     400,   401,   402,   403,   404,     1,     2,     3,     4,     5,
-       6,     7,     8,     9,    10,    11,    12,    13,   632,   633,
-     156,   634,   234,   635,   636,   637,   638,   795,   639,   640,
-     643,   644,   641,   646,   647,   642,   648,   649,   650,   651,
-     244,   654,   652,   155,   655,   656,   657,   658,   659,   660,
-     661,   662,   663,   665,   668,   666,   669,   912,   926,   670,
-     671,   405,   672,   673,   674,   964,   675,   679,   677,   678,
-     680,   681,   682,   683,    87,   918,   930,    88,   948,   406,
-     685,   686,   687,   688,   689,   691,   245,   692,   695,    89,
-     694,   696,    90,    91,    92,    93,    94,    95,    96,    97,
-      98,    99,   100,   697,   698,   699,   700,   701,   703,   704,
-     706,   711,   707,   793,   708,   709,   710,   712,   713,   714,
-     715,   919,   931,   716,   949,   407,   726,   101,   102,   103,
-     104,   105,   106,   107,   108,   109,   110,   111,   112,   113,
-     114,   115,   116,   117,   118,   119,   120,   121,   122,   123,
-     124,   125,   717,   724,   725,   126,   127,   727,   728,   729,
-     735,    30,   738,   739,   740,   741,   742,   128,   129,   130,
-     743,   744,   745,   746,   131,   751,   747,   132,   133,   748,
-     749,   750,   134,   135,   136,   137,   138,   752,   753,   761,
-     764,   762,   763,   139,   769,   765,   766,   768,   794,   770,
-     772,   852,   856,   140,   860,   773,   141,   774,   775,   776,
-     864,   777,   868,   142,   143,   884,   778,   779,   144,   145,
-     780,   781,   782,   783,   784,   786,   788,   789,   887,   891,
-     940,   957,   972,   976,   991,   146,   992,   993,   994,   147,
-     995,   996,   997,   998,   999,  1000,  1002,  1003,  1013,  1093,
-    1012,  1016,  1015,  1018,   148,   149,   150,   151,   152,   153,
-    1019,  1021,  1022,  1025,  1024,  1033,   787,  1032,   154,  1035,
-    1036,  1059,  1037,  1038,  1039,  1040,  1041,  1042,  1045,  1046,
-    1047,  1053,  1055,  1060,  1077,  1061,   155,  1063,  1071,  1072,
-    1073,  1074,  1082,  1242,  1081,  1094,  1086,  1085,  1084,  1087,
-    1089,  1090,  1091,  1092,  1096,  1103,  1095,  1106,  1107,  1097,
-    1098,  1099,  1100,  1101,  1102,  1108,  1105,  1104,  1109,  1194,
-    1195,  1196,  1197,  1205,  1198,  1199,  1206,   256,  1207,  1209,
-     352,  1215,  1217,   373,  1202,  1203,  1119,   301,  1208,   375,
-     260,  1169,   376,   261,   326,   299,  1175,   392,   366,  1123,
-    1201,   388,  1124,  1210,  1158,   262,   263,   264,  1214,  1177,
-    1216,   912,   328,   297,  1125,  1126,  1127,   353,  1232,   926,
-     374,   926,  1157,  1147,   265,   266,   267,  1176,  1174,   918,
-     327,  1222,  1233,  1128,  1129,  1130,  1237,   930,   964,   930,
-    1238,   300,  1150,   308,   367,  1241,   948,   389,  1258,  1224,
-    1159,  1234,  1235,   302,   268,  1178,  1259,   269,   329,  1243,
-     303,   316,  1160,  1131,   304,  1244,  1132,  1179,  1223,  1161,
-     333,  1245,  1246,  1162,  1180,   919,  1151,   334,  1181,   311,
-     257,   335,   258,   931,   259,   931,  1247,  1252,  1253,  1120,
-    1254,  1121,   949,  1122,  1170,  1225,  1171,   283,  1172,   309,
-     270,   271,  1255,  1264,   272,   273,  1146,   317,   274,  1133,
-    1134,  1173,   275,  1135,  1136,   276,   277,  1137,   278,   279,
-     280,  1138,   281,   282,  1139,  1140,   293,  1141,  1142,  1143,
-     294,  1144,  1145,   310,   295,  1152,  1265,  1266,  1267,  1153,
-    1275,  1280,  1288,  1154,  1289,  1305,  1307,  1327,  1317,  1319,
-    1320,  1321,  1273,  1322,  1353,  1274,  1331,  1324,  1354,  1335,
-    1356,  1357,  1358,  1374,  1378,  1386,  1277,  1284,  1387,   645,
-     796,   653,  1088,  1112,  1110,  1309,  1290,  1165,   979,  1306,
-    1310,  1318,  1329,  1330,  1204,   798,  1376,  1192,  1278,  1375,
-    1377,  1384,  1200,  1385,  1389,  1193,  1390,  1114,  1287,  1113,
-     664,  1164,   693,   684,  1118,  1116,  1115,  1239,  1117,   690,
-    1240,   667,  1291,  1191,  1213,  1212,  1323,  1373,   676,  1211,
-    1189,  1190,  1388,  1119,   702,   956,   797,  1218,  1351,  1169,
-     705,  1308,  1379,  1231,  1175,     0,  1123,     0,  1296,  1124,
-       0,  1158,  1236,     0,     0,  1222,     0,  1177,     0,     0,
-       0,  1125,  1126,  1127,     0,     0,  1297,     0,     0,  1157,
-    1147,     0,     0,  1224,     0,  1176,  1174,     0,     0,     0,
-    1128,  1129,  1130,     0,     0,     0,     0,     0,  1296,  1150,
-       0,     0,  1223,     0,     0,     0,     0,  1159,     0,     0,
-       0,     0,     0,  1178,     0,     0,  1297,     0,     0,  1160,
-    1131,     0,  1298,  1132,     0,  1179,  1161,     0,     0,  1225,
-    1162,     0,  1180,  1151,     0,  1364,  1181,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,  1120,     0,  1121,     0,
-    1122,     0,  1170,  1367,  1171,     0,  1172,     0,     0,     0,
-       0,     0,  1298,  1146,     0,  1364,  1133,  1134,     0,  1173,
-    1135,  1136,     0,     0,  1137,     0,     0,     0,  1138,     0,
-       0,  1139,  1140,  1367,  1141,  1142,  1143,     0,  1144,  1145,
-       0,     0,  1152,     0,     0,     0,  1153,     0,     0,  1368,
-    1154,    91,    92,    93,    94,    95,    96,     0,     0,     0,
+     156,   234,   257,   310,   329,    78,   355,   376,   395,   408,
+     347,   378,   933,   303,   857,   261,   379,   934,   935,   244,
+     301,   319,   331,  1154,   369,   391,  1155,   409,   356,   377,
+     772,   773,  1170,    29,  1376,    30,   796,    31,   777,   258,
+     262,   259,   741,  1032,   393,   394,  1033,  1035,   227,   228,
+    1036,   260,   229,   421,   422,   230,   231,   232,   233,   791,
+    1377,   263,   132,   133,  1376,   245,   302,   320,   332,    81,
+     370,   392,   127,   410,    28,   723,   724,   725,   726,   299,
+     314,   330,   828,   829,   830,   304,    40,   336,   393,   394,
+    1377,    84,   308,   132,   133,   305,  1350,   337,    42,  1351,
+    1352,  1353,  1354,   253,   254,   306,   433,   338,   428,   255,
+     309,   434,   504,   741,   727,   284,   264,   505,   265,   760,
+     761,   266,   513,   950,   951,   952,   155,   514,   267,  1075,
+      44,   268,  1076,   269,   270,   271,   132,   133,   272,   273,
+     526,   274,   763,   764,   427,   527,   275,   132,   133,   276,
+     530,   277,   278,   279,   280,   531,   281,   282,    46,   283,
+     561,   571,   311,   312,   295,   562,   572,   296,    48,   297,
+      50,   313,    52,   953,   429,   901,   902,   903,   904,   905,
+     906,   926,  1257,  1258,  1259,   927,   928,   929,   930,    91,
+      92,    93,    94,    95,    96,   931,    54,   575,    56,    93,
+      94,    95,   576,    58,   155,   797,   504,   878,   879,   880,
+     881,   986,   882,  1279,  1280,  1281,   575,   966,   967,   968,
+     969,   987,    60,   101,   102,   103,   104,   105,   106,   107,
+     108,   109,   110,  1303,   155,   805,   806,   115,   116,   117,
+     118,   119,   120,   121,   122,   123,   124,   155,   246,   247,
+     248,    62,   127,    32,    33,    34,    35,   513,   155,   348,
+     127,   126,   988,  1154,   129,   130,  1155,   735,   736,   737,
+     738,   249,  1170,   132,   133,   250,   251,   252,   134,   135,
+     136,   132,   133,   253,   254,    93,    94,    95,    96,   255,
+     321,   139,   812,   813,  1344,   430,   431,  1345,   438,   256,
+     322,   323,   324,   325,   326,   327,   328,   132,   133,   132,
+     133,  1117,   439,   349,   440,   350,   351,   101,   102,   103,
+     352,   353,   354,   349,   933,   444,   933,   445,   449,   934,
+     935,   934,   935,   132,   133,   349,   371,   350,   351,   372,
+     373,   374,   450,   132,   133,   126,   127,   349,   451,   915,
+     916,   917,   148,   149,   991,   132,   133,   452,   540,   992,
+     453,  1304,  1305,  1306,   375,   132,   133,   132,   133,   577,
+     578,  1014,  1014,  1049,   542,   454,  1015,  1016,  1050,  1173,
+    1174,  1175,  1176,  1054,   155,  1062,  1071,   541,  1055,   455,
+    1063,  1072,   155,   456,   811,   812,   813,   814,   815,   816,
+     817,   818,   819,   820,   821,   822,   823,   824,   825,   457,
+     458,   459,   826,   827,   828,   829,   830,   831,   155,   571,
+     155,  1081,  1373,  1374,  1073,   461,  1082,  1014,  1228,   526,
+    1229,  1230,  1265,  1269,  1266,   561,  1062,   156,  1270,   462,
+    1278,  1286,  1292,   551,   155,   530,   234,  1293,   349,   463,
+    1295,  1326,  1371,  1393,   155,   464,  1327,  1372,  1394,   257,
+     465,   469,   470,   310,   244,   471,   155,   472,   476,   482,
+     303,   483,   261,   484,   329,   490,   155,   301,   155,   498,
+     499,   319,   500,   503,   355,   509,   510,   511,   512,   521,
+     529,   376,   331,   545,   549,   378,   258,   262,   259,   550,
+     379,   553,   369,   554,   408,   555,   356,   558,   260,   391,
+     245,   557,   563,   377,   565,   567,   568,   574,   263,   580,
+     579,   581,   409,   302,   582,   583,   584,   320,   585,   586,
+     587,   588,   589,   590,   591,   592,   299,   593,   332,   594,
+     314,   595,   304,   596,   597,   598,   599,   606,   370,   612,
+     600,   330,   305,   601,   602,   392,   603,   336,   604,   605,
+     607,   608,   306,   613,   609,   610,   614,   337,   410,   132,
+     133,   611,   284,   264,   615,   265,   616,   338,   266,   155,
+     618,   619,   617,   620,   621,   267,   622,   623,   268,   624,
+     269,   270,   271,   625,   626,   272,   273,   627,   274,   631,
+     628,   629,   630,   275,   632,   633,   276,   634,   277,   278,
+     279,   280,   635,   281,   282,  1296,   283,   636,   637,   638,
+     639,   295,   311,   312,   296,   640,   297,   641,   642,   643,
+     644,   313,   645,   647,   400,   401,   402,   403,   404,   405,
+     406,   407,   646,   648,   650,   156,   651,   234,   652,   658,
+     653,   654,   801,   655,   656,   659,   660,   661,   662,   663,
+     664,   665,   666,   667,   668,   244,     1,     2,     3,     4,
+       5,     6,     7,     8,     9,    10,    11,    12,    13,   670,
+     155,   673,   918,   932,   674,   671,   408,   675,   676,   677,
+     970,   678,   684,   679,   680,   682,   683,   685,   686,    87,
+     924,   936,    88,   954,   409,   687,   690,   694,   688,   696,
+     697,   245,   700,   702,    89,   691,   692,    90,    91,    92,
+      93,    94,    95,    96,    97,    98,    99,   100,   693,   705,
+     699,   701,   703,   704,   706,   708,   711,   799,   721,  1338,
+     709,   712,   713,   714,   715,   719,   925,   937,   716,   955,
+     410,   720,   101,   102,   103,   104,   105,   106,   107,   108,
+     109,   110,   111,   112,   113,   114,   115,   116,   117,   118,
+     119,   120,   121,   122,   123,   124,   125,   717,   718,   722,
+     126,   127,   729,   730,   731,   732,   733,   740,   734,   743,
+      30,   744,   128,   129,   130,   745,   746,   747,   754,   131,
+     748,   749,   132,   133,   750,   751,   752,   134,   135,   136,
+     137,   138,   753,   755,   756,   757,   758,   766,   769,   767,
+     139,   768,   770,   771,   774,   775,   800,   776,   997,   778,
+     140,   779,   780,   141,   781,   782,   783,   784,   785,   858,
+     142,   143,   786,   787,   788,   144,   145,   789,   862,   866,
+     870,   790,   792,   794,   874,   795,   890,   893,   897,   946,
+     963,   978,   146,   982,   998,   999,   147,  1000,  1001,  1002,
+    1003,  1004,  1005,  1006,  1008,  1009,  1019,  1100,  1018,  1022,
+    1021,   148,   149,   150,   151,   152,   153,  1024,  1025,  1027,
+    1028,  1031,  1030,  1043,  1039,   154,  1038,  1042,  1041,  1044,
+    1045,  1046,  1047,  1048,  1051,  1052,  1053,  1059,  1061,  1066,
+    1088,  1065,  1067,   155,  1069,  1077,  1078,  1079,  1080,   793,
+    1083,  1087,  1092,  1091,  1090,  1093,  1095,  1096,  1097,  1098,
+    1099,  1109,  1112,  1101,  1113,  1114,  1115,  1103,  1102,  1104,
+    1105,  1106,  1107,  1108,  1214,  1111,  1110,  1203,  1210,  1204,
+    1205,  1215,  1206,   257,  1207,  1208,   355,  1216,  1218,   376,
+    1224,  1226,  1125,   378,   303,  1211,   261,  1177,   379,  1212,
+     329,   301,  1183,   395,   369,  1129,  1217,   391,   356,  1219,
+    1165,   377,  1223,  1225,  1153,  1185,  1241,   918,   331,  1182,
+     258,   262,   259,  1242,  1243,   932,  1244,   932,  1246,  1126,
+    1130,  1127,   260,  1247,  1178,   924,  1179,  1231,  1250,  1251,
+    1252,  1128,   263,   936,   970,   936,  1180,   302,  1267,   310,
+     370,  1131,   954,   392,  1268,  1233,  1166,  1253,  1254,  1232,
+     299,  1186,  1255,  1273,   332,  1256,   304,   319,  1274,  1164,
+    1261,  1262,  1263,  1275,  1184,  1167,   305,   330,  1264,  1276,
+    1187,   925,  1277,   336,  1283,  1168,   306,  1285,  1284,   937,
+    1188,   937,  1287,   337,  1290,  1169,   284,   264,   955,   265,
+    1189,  1234,   266,   338,  1298,  1152,  1132,  1299,  1133,   267,
+    1181,  1134,   268,   320,   269,   270,   271,  1294,  1135,   272,
+     273,  1136,   274,  1137,  1138,  1139,   314,   275,  1140,  1141,
+     276,  1142,   277,   278,   279,   280,  1143,   281,   282,  1144,
+     283,  1145,  1146,  1147,  1148,   295,  1149,  1150,   296,  1151,
+     297,  1156,  1157,  1316,  1159,  1318,  1330,  1160,  1328,  1161,
+    1158,  1331,  1332,  1333,   804,  1342,  1365,  1300,  1335,  1346,
+    1364,  1367,  1368,  1369,  1385,  1389,  1317,  1301,  1397,  1398,
+     802,  1320,   649,  1094,  1321,  1118,   657,   985,  1329,  1340,
+    1341,  1172,  1116,  1387,  1386,  1388,  1395,  1288,  1396,  1400,
+    1401,  1213,  1202,  1201,  1209,  1120,  1119,  1171,   311,   312,
+    1297,   698,   669,   689,  1249,  1248,  1302,   313,  1200,  1122,
+    1198,  1121,   695,   672,  1124,  1221,  1220,  1123,  1222,  1334,
+    1384,  1399,  1125,   681,   707,   962,  1227,   803,  1319,  1177,
+    1199,   710,  1362,  1390,  1183,  1129,  1240,     0,  1307,     0,
+    1165,  1245,     0,     0,  1153,  1231,     0,  1185,     0,     0,
+       0,  1182,     0,     0,     0,     0,  1308,     0,     0,  1126,
+    1130,  1127,     0,  1233,     0,     0,  1178,  1232,  1179,     0,
+       0,  1128,     0,     0,     0,     0,     0,     0,  1180,  1307,
+       0,  1131,     0,     0,     0,     0,  1166,     0,     0,     0,
+       0,     0,     0,  1186,     0,     0,     0,  1308,     0,  1164,
+       0,     0,  1309,     0,     0,  1167,  1184,     0,     0,  1234,
+       0,     0,  1187,     0,     0,  1168,  1375,     0,     0,     0,
+       0,     0,  1188,     0,     0,  1169,     0,     0,     0,     0,
+       0,     0,  1189,     0,  1378,  1152,  1132,     0,  1133,     0,
+       0,  1134,  1181,  1309,     0,     0,  1375,     0,  1135,     0,
+       0,  1136,     0,  1137,  1138,  1139,     0,     0,  1140,  1141,
+       0,  1142,     0,     0,  1378,     0,  1143,     0,     0,  1144,
+       0,  1145,  1146,  1147,  1148,     0,  1149,  1150,     0,  1151,
+    1379,  1156,  1157,     0,  1159,     0,     0,  1160,     0,  1161,
+    1158,    91,    92,    93,    94,    95,    96,     0,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,  1368,
+    1379,     0,     0,     0,     0,     0,     0,     0,     0,     0,
        0,     0,     0,     0,     0,   101,   102,   103,   104,   105,
      106,   107,   108,   109,   110,     0,     0,     0,     0,   115,
      116,   117,   118,   119,   120,   121,   122,   123,   124,   125,
-       0,     0,     0,     0,   127,   346,     0,     0,     0,     0,
+       0,     0,     0,     0,   127,   349,     0,     0,     0,     0,
        0,     0,     0,     0,     0,     0,   129,   130,     0,     0,
        0,     0,     0,     0,     0,   132,   133,     0,   251,     0,
-     134,   135,   136,     0,     0,   253,     0,     0,     0,   254,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,   255,
+     134,   135,   136,     0,     0,   253,   254,     0,     0,     0,
+       0,   255,     0,     0,     0,     0,     0,     0,     0,     0,
+       0,   256,     0,     0,     0,     0,     0,     0,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+       0,     0,     0,     0,   148,   149,     0,     0,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,   148,   149,     0,     0,     0,     0,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,   155
+       0,     0,     0,     0,     0,     0,   155
   };
 
   const short
   Dhcp4Parser::yycheck_[] =
   {
       67,    68,    69,    70,    71,    64,    73,    74,    75,    76,
-      72,   745,    69,    74,   745,    69,    74,   745,    69,    68,
-      69,    70,    71,   715,    73,    74,   661,    76,  1023,  1023,
-      69,    69,    69,   668,  1023,     0,    18,     7,    69,    70,
-      71,    40,   622,    73,    74,   141,   142,     3,     7,    69,
-      69,    69,     8,  1352,   689,     7,     5,     7,     7,    70,
-       9,    40,  1352,   141,   142,    68,    69,    70,    71,     7,
-      73,    74,     7,    76,   187,   188,   189,   190,    69,    69,
-      71,   223,    69,  1382,     7,    69,    92,    71,     7,    69,
-       7,    71,  1382,    70,    10,    94,     3,    96,    97,    12,
-      13,     8,   101,   102,   103,    69,     7,    69,     7,    69,
-      15,    16,   692,   226,    19,   114,   115,    22,    23,    24,
-      25,     3,    69,     7,     6,    69,    69,   223,     3,    69,
-      69,     6,     6,    69,     3,   114,   115,    69,     3,     8,
-      69,    69,     4,    69,    69,    69,     3,    69,    69,     6,
-       8,    69,     3,   114,   115,    69,     3,     8,     4,    69,
-      40,    41,    42,    43,    44,    45,    46,    47,    48,    49,
-      50,    51,    52,    53,    54,   158,   159,   160,    58,    59,
-      60,    61,    62,    63,    93,     3,     8,   166,   167,   168,
-       8,   152,   153,   154,    55,    56,    57,    30,    31,    32,
-      33,    34,    35,   185,   113,   114,   115,     3,     3,   114,
-     115,     4,     8,     8,    94,   124,    41,    42,     3,   128,
-     129,    20,    21,     8,   223,   206,   207,   208,   209,    17,
-      18,    64,    65,    66,    67,    68,    69,    70,    71,    72,
-      73,     4,   223,     4,   223,    78,    79,    80,    81,    82,
-      83,    84,    85,    86,    87,     4,    89,    90,    91,     4,
-      93,     4,   223,     4,   198,  1260,  1260,   201,   202,   203,
-     204,  1260,   105,   106,   223,   224,   225,   226,     4,   112,
-       4,   114,   115,   116,   117,   118,   119,   120,   121,   114,
-     115,   124,     4,   114,   115,   128,     3,   130,     4,     6,
-       4,    32,    33,    34,    35,   138,    27,    28,     3,     3,
-      32,    33,    34,     8,   223,     4,     3,     8,   223,  1011,
-      94,     8,  1056,     4,  1058,  1056,     3,  1058,  1056,     4,
-    1058,     8,     3,    64,    65,    66,     4,     8,     4,     4,
-     114,   115,     3,   223,   169,   170,     4,     8,     4,    60,
-      61,    62,   173,   174,   175,     3,     8,     4,   191,   192,
-       8,    92,    93,    94,     3,     3,   425,   426,     4,     8,
-       8,    93,   144,   145,   146,   147,   148,   149,     4,     4,
-       3,     8,     4,   114,   115,     8,   132,   133,   134,   135,
-     223,   137,   114,   115,   125,   126,   127,     4,   223,     4,
-       3,   123,   223,   114,   115,     8,     4,     4,     4,   131,
-     132,   133,   134,   135,   136,   137,    94,    95,    96,    97,
-      98,    99,   100,   197,     3,   199,   200,     3,     3,     8,
-       3,     3,     8,     8,   501,     8,   114,   115,     4,     3,
-     223,     4,     3,   510,     8,   123,   157,     8,     4,   223,
-     161,   162,   163,   164,     4,   522,     4,     3,     3,   526,
-     171,   510,     8,     8,     3,   522,     4,     3,   522,     8,
-     537,   522,     8,   522,     3,     3,     3,   526,     4,     8,
-     547,     8,     4,   522,   522,   522,     4,   554,   537,     4,
-       4,   522,   223,   554,     4,   526,   554,     4,   547,     4,
-     567,   223,   522,   522,   522,   554,   537,   510,   107,   108,
-     109,   110,   223,     4,     4,   526,     4,   547,   567,   522,
-       4,     4,     4,   526,   554,     4,     4,     4,   226,   226,
-     226,   522,   522,     4,   537,   522,     4,     4,   522,   224,
-     226,     4,   522,     4,   547,   223,   537,     4,   224,   526,
-     224,   554,   224,   537,   114,   115,   226,   537,   522,     4,
-     522,   224,   522,   225,   567,   224,   226,     4,   225,     4,
-     225,   224,   226,   224,   224,   522,     4,   226,   522,   522,
-     224,   226,   522,   522,   226,   225,   522,     4,     4,   226,
-     522,     4,   224,   522,   522,     4,   522,   522,   522,     4,
-     522,   522,     4,     4,   522,     4,  1241,   226,   522,   226,
-     226,     4,   522,     4,     4,     4,     4,   177,   178,   179,
-     180,   181,   182,   183,   184,   210,   211,   212,   213,   214,
-     215,   216,   217,   218,   219,   220,   221,   222,   224,     4,
-     707,     4,   709,     4,     4,     4,     4,   706,     4,   226,
-       4,     4,   226,     4,     4,   226,     4,   226,   226,   224,
-     709,     4,   224,   223,     4,     4,     4,     4,     4,   224,
-       4,     4,     4,     4,     4,   224,     4,   744,   745,     4,
-       4,   748,     4,     4,     4,   752,     4,   224,     4,     4,
-       4,     4,     4,   226,    11,   744,   745,    14,   747,   748,
-       4,   226,   226,   226,     4,     4,   709,     4,     4,    26,
-     226,   224,    29,    30,    31,    32,    33,    34,    35,    36,
-      37,    38,    39,     4,   224,   224,     4,     4,     4,   224,
-       4,   223,     7,   186,     7,     7,     7,   223,   223,     7,
-       7,   744,   745,     5,   747,   748,     5,    64,    65,    66,
-      67,    68,    69,    70,    71,    72,    73,    74,    75,    76,
-      77,    78,    79,    80,    81,    82,    83,    84,    85,    86,
-      87,    88,   223,   223,   223,    92,    93,     5,     5,   223,
-       5,     7,   223,     5,     5,     5,     5,   104,   105,   106,
-       7,     7,     7,     5,   111,     5,     7,   114,   115,     7,
-     223,   223,   119,   120,   121,   122,   123,     7,     5,   223,
-       5,   223,   223,   130,     7,   223,   223,   223,     5,   223,
-     223,     7,     7,   140,     7,   223,   143,   223,   223,   223,
-       7,   223,     7,   150,   151,     7,   223,   223,   155,   156,
-     223,   223,   223,   223,   223,   223,   223,   223,     7,     7,
-       7,     7,     7,   139,     4,   172,     4,     4,     4,   176,
-       4,     4,     4,     4,     4,     4,     4,     4,     3,   224,
-       6,     3,     6,     6,   191,   192,   193,   194,   195,   196,
-       3,     6,     3,     3,     6,     3,   692,     6,   205,     6,
-       3,     6,     4,     4,     4,     4,     4,     4,     4,     4,
-       4,     4,     4,     3,   223,     4,   223,     4,     4,     4,
-       4,     4,     3,   223,     6,   226,     4,     6,     8,     4,
-       4,     4,     4,     4,   226,     4,   224,     4,     4,   224,
-     224,   224,   224,   224,   224,     4,   224,   226,     4,   224,
-     224,   224,   224,     4,   224,   224,     4,  1014,     4,     4,
-    1017,     4,     4,  1020,   224,   224,  1023,  1014,   224,  1020,
-    1014,  1028,  1020,  1014,  1031,  1014,  1028,  1034,  1017,  1023,
-     226,  1020,  1023,   226,  1023,  1014,  1014,  1014,   226,  1028,
-     224,  1048,  1031,  1014,  1023,  1023,  1023,  1017,   226,  1056,
-    1020,  1058,  1023,  1023,  1014,  1014,  1014,  1028,  1028,  1048,
-    1031,  1068,   226,  1023,  1023,  1023,     6,  1056,  1075,  1058,
-       3,  1014,  1023,  1080,  1017,     4,  1065,  1020,     8,  1068,
-    1023,   226,   226,  1014,  1014,  1028,     8,  1014,  1031,   223,
-    1014,  1080,  1023,  1023,  1014,   223,  1023,  1028,  1068,  1023,
-    1031,   223,   223,  1023,  1028,  1048,  1023,  1031,  1028,  1080,
-    1014,  1031,  1014,  1056,  1014,  1058,   223,   223,   223,  1023,
-     223,  1023,  1065,  1023,  1028,  1068,  1028,  1014,  1028,  1080,
-    1014,  1014,   223,     4,  1014,  1014,  1023,  1080,  1014,  1023,
-    1023,  1028,  1014,  1023,  1023,  1014,  1014,  1023,  1014,  1014,
-    1014,  1023,  1014,  1014,  1023,  1023,  1014,  1023,  1023,  1023,
-    1014,  1023,  1023,  1080,  1014,  1023,     8,     3,     8,  1023,
-       7,     4,     4,  1023,     4,     4,     4,   165,     5,     4,
-       4,     4,   223,     4,     6,   223,     5,     7,     3,     7,
-       4,     4,     4,     4,     4,     4,   223,   223,     4,   501,
-     707,   510,   985,  1013,  1008,   223,   226,  1026,   794,   224,
-     223,   223,   223,   223,  1048,   709,   224,  1034,  1217,   226,
-     224,   223,  1043,   223,   223,  1036,   223,  1016,  1260,  1014,
-     522,  1025,   557,   547,  1022,  1019,  1017,  1080,  1020,   554,
-    1082,   526,  1266,  1033,  1060,  1058,  1315,  1354,   537,  1056,
-    1029,  1031,  1382,  1260,   567,   748,   708,  1065,  1333,  1266,
-     571,  1282,  1360,  1069,  1266,    -1,  1260,    -1,  1275,  1260,
-      -1,  1260,  1075,    -1,    -1,  1282,    -1,  1266,    -1,    -1,
-      -1,  1260,  1260,  1260,    -1,    -1,  1275,    -1,    -1,  1260,
-    1260,    -1,    -1,  1282,    -1,  1266,  1266,    -1,    -1,    -1,
-    1260,  1260,  1260,    -1,    -1,    -1,    -1,    -1,  1315,  1260,
-      -1,    -1,  1282,    -1,    -1,    -1,    -1,  1260,    -1,    -1,
-      -1,    -1,    -1,  1266,    -1,    -1,  1315,    -1,    -1,  1260,
-    1260,    -1,  1275,  1260,    -1,  1266,  1260,    -1,    -1,  1282,
-    1260,    -1,  1266,  1260,    -1,  1352,  1266,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,  1260,    -1,  1260,    -1,
-    1260,    -1,  1266,  1352,  1266,    -1,  1266,    -1,    -1,    -1,
-      -1,    -1,  1315,  1260,    -1,  1382,  1260,  1260,    -1,  1266,
-    1260,  1260,    -1,    -1,  1260,    -1,    -1,    -1,  1260,    -1,
-      -1,  1260,  1260,  1382,  1260,  1260,  1260,    -1,  1260,  1260,
-      -1,    -1,  1260,    -1,    -1,    -1,  1260,    -1,    -1,  1352,
-    1260,    30,    31,    32,    33,    34,    35,    -1,    -1,    -1,
+      72,    74,   750,    69,   720,    69,    74,   750,   750,    68,
+      69,    70,    71,  1029,    73,    74,  1029,    76,    73,    74,
+     665,   666,  1029,     5,  1363,     7,    18,     9,   673,    69,
+      69,    69,   626,     3,   143,   144,     6,     3,    15,    16,
+       6,    69,    19,    12,    13,    22,    23,    24,    25,   694,
+    1363,    69,   114,   115,  1393,    68,    69,    70,    71,   225,
+      73,    74,    93,    76,     0,   189,   190,   191,   192,    69,
+      70,    71,    60,    61,    62,    69,     7,    71,   143,   144,
+    1393,    10,   113,   114,   115,    69,   200,    71,     7,   203,
+     204,   205,   206,   124,   125,    69,     3,    71,     3,   130,
+     131,     8,     3,   697,   228,    69,    69,     8,    69,    17,
+      18,    69,     3,   175,   176,   177,   225,     8,    69,     3,
+       7,    69,     6,    69,    69,    69,   114,   115,    69,    69,
+       3,    69,    20,    21,     6,     8,    69,   114,   115,    69,
+       3,    69,    69,    69,    69,     8,    69,    69,     7,    69,
+       3,     3,    70,    70,    69,     8,     8,    69,     7,    69,
+       7,    70,     7,   225,     4,   146,   147,   148,   149,   150,
+     151,   159,    55,    56,    57,   163,   164,   165,   166,    30,
+      31,    32,    33,    34,    35,   173,     7,     3,     7,    32,
+      33,    34,     8,     7,   225,   187,     3,   134,   135,   136,
+     137,     8,   139,   160,   161,   162,     3,   208,   209,   210,
+     211,     8,     7,    64,    65,    66,    67,    68,    69,    70,
+      71,    72,    73,    40,   225,    27,    28,    78,    79,    80,
+      81,    82,    83,    84,    85,    86,    87,   225,    89,    90,
+      91,     7,    93,   225,   226,   227,   228,     3,   225,    40,
+      93,    92,     8,  1269,   105,   106,  1269,   107,   108,   109,
+     110,   112,  1269,   114,   115,   116,   117,   118,   119,   120,
+     121,   114,   115,   124,   125,    32,    33,    34,    35,   130,
+     123,   132,    41,    42,     3,     8,     3,     6,     4,   140,
+     133,   134,   135,   136,   137,   138,   139,   114,   115,   114,
+     115,  1017,     4,    94,     4,    96,    97,    64,    65,    66,
+     101,   102,   103,    94,  1062,     4,  1064,     4,     4,  1062,
+    1062,  1064,  1064,   114,   115,    94,    95,    96,    97,    98,
+      99,   100,     4,   114,   115,    92,    93,    94,     4,   154,
+     155,   156,   193,   194,     3,   114,   115,     4,     8,     8,
+       4,   168,   169,   170,   123,   114,   115,   114,   115,   428,
+     429,     3,     3,     3,     8,     4,     8,     8,     8,   126,
+     127,   128,   129,     3,   225,     3,     3,     3,     8,     4,
+       8,     8,   225,     4,    40,    41,    42,    43,    44,    45,
+      46,    47,    48,    49,    50,    51,    52,    53,    54,     4,
+       4,     4,    58,    59,    60,    61,    62,    63,   225,     3,
+     225,     3,   171,   172,     8,     4,     8,     3,   199,     3,
+     201,   202,     8,     3,     8,     3,     3,   504,     8,     4,
+       8,     8,     3,     3,   225,     3,   513,     8,    94,     4,
+       8,     3,     3,     3,   225,     4,     8,     8,     8,   526,
+       4,     4,     4,   530,   513,     4,   225,     4,     4,     4,
+     526,     4,   526,     4,   541,     4,   225,   526,   225,     4,
+       4,   530,     4,     4,   551,     4,     4,     4,     4,     4,
+       4,   558,   541,     4,     4,   558,   526,   526,   526,     8,
+     558,     4,   551,     4,   571,     4,   551,     3,   526,   558,
+     513,     8,     4,   558,     4,     4,     4,     4,   526,     4,
+     225,     4,   571,   526,     4,     4,   228,   530,   228,   228,
+       4,     4,     4,   226,   228,     4,   526,     4,   541,     4,
+     530,   226,   526,   226,   226,   226,   226,     4,   551,     4,
+     228,   541,   526,   227,   227,   558,   227,   541,   226,   226,
+     226,   226,   526,     4,   228,   228,     4,   541,   571,   114,
+     115,   228,   526,   526,   228,   526,   228,   541,   526,   225,
+     228,     4,   227,     4,     4,   526,   226,     4,   526,     4,
+     526,   526,   526,     4,     4,   526,   526,     4,   526,     4,
+     228,   228,   228,   526,     4,     4,   526,     4,   526,   526,
+     526,   526,     4,   526,   526,  1250,   526,   226,     4,     4,
+       4,   526,   530,   530,   526,     4,   526,     4,     4,     4,
+     228,   530,   228,     4,   179,   180,   181,   182,   183,   184,
+     185,   186,   228,     4,     4,   712,     4,   714,     4,     4,
+     228,   228,   711,   226,   226,     4,     4,     4,     4,     4,
+     226,     4,     4,     4,     4,   714,   212,   213,   214,   215,
+     216,   217,   218,   219,   220,   221,   222,   223,   224,     4,
+     225,     4,   749,   750,     4,   226,   753,     4,     4,     4,
+     757,     4,   226,     4,     4,     4,     4,     4,     4,    11,
+     749,   750,    14,   752,   753,     4,     4,     4,   228,     4,
+       4,   714,     4,     4,    26,   228,   228,    29,    30,    31,
+      32,    33,    34,    35,    36,    37,    38,    39,   228,     4,
+     228,   226,   226,   226,     4,     4,     4,   188,     5,   167,
+     226,     7,     7,     7,     7,     7,   749,   750,   225,   752,
+     753,     7,    64,    65,    66,    67,    68,    69,    70,    71,
+      72,    73,    74,    75,    76,    77,    78,    79,    80,    81,
+      82,    83,    84,    85,    86,    87,    88,   225,   225,   225,
+      92,    93,   225,   225,     5,     5,     5,     5,   225,   225,
+       7,     5,   104,   105,   106,     5,     5,     5,   225,   111,
+       7,     7,   114,   115,     7,     5,     7,   119,   120,   121,
+     122,   123,     7,   225,     5,     7,     5,   225,     5,   225,
+     132,   225,   225,   225,   225,     7,     5,   225,     4,   225,
+     142,   225,   225,   145,   225,   225,   225,   225,   225,     7,
+     152,   153,   225,   225,   225,   157,   158,   225,     7,     7,
+       7,   225,   225,   225,     7,   225,     7,     7,     7,     7,
+       7,     7,   174,   141,     4,     4,   178,     4,     4,     4,
+       4,     4,     4,     4,     4,     4,     3,   228,     6,     3,
+       6,   193,   194,   195,   196,   197,   198,     6,     3,     6,
+       3,     3,     6,     4,     3,   207,     6,     3,     6,     4,
+       4,     4,     4,     4,     4,     4,     4,     4,     4,     3,
+       3,     6,     4,   225,     4,     4,     4,     4,     4,   697,
+     225,     6,     4,     6,     8,     4,     4,     4,     4,     4,
+     226,     4,     4,   226,     4,     4,     4,   226,   228,   226,
+     226,   226,   226,   226,     4,   226,   228,   226,   228,   226,
+     226,     4,   226,  1020,   226,   226,  1023,     4,     4,  1026,
+       4,     4,  1029,  1026,  1020,   226,  1020,  1034,  1026,   226,
+    1037,  1020,  1034,  1040,  1023,  1029,   226,  1026,  1023,   228,
+    1029,  1026,   228,   226,  1029,  1034,   228,  1054,  1037,  1034,
+    1020,  1020,  1020,   228,   228,  1062,   228,  1064,     6,  1029,
+    1029,  1029,  1020,     3,  1034,  1054,  1034,  1074,     4,   225,
+     225,  1029,  1020,  1062,  1081,  1064,  1034,  1020,     8,  1086,
+    1023,  1029,  1071,  1026,     8,  1074,  1029,   225,   225,  1074,
+    1020,  1034,   225,     4,  1037,   225,  1020,  1086,     4,  1029,
+     225,   225,   225,     8,  1034,  1029,  1020,  1037,   225,     3,
+    1034,  1054,     8,  1037,   225,  1029,  1020,     7,   225,  1062,
+    1034,  1064,   225,  1037,     4,  1029,  1020,  1020,  1071,  1020,
+    1034,  1074,  1020,  1037,     4,  1029,  1029,     4,  1029,  1020,
+    1034,  1029,  1020,  1086,  1020,  1020,  1020,   225,  1029,  1020,
+    1020,  1029,  1020,  1029,  1029,  1029,  1086,  1020,  1029,  1029,
+    1020,  1029,  1020,  1020,  1020,  1020,  1029,  1020,  1020,  1029,
+    1020,  1029,  1029,  1029,  1029,  1020,  1029,  1029,  1020,  1029,
+    1020,  1029,  1029,     4,  1029,     4,     4,  1029,     5,  1029,
+    1029,     4,     4,     4,   714,     5,     3,   228,     7,     7,
+       6,     4,     4,     4,     4,     4,   226,   228,     4,     4,
+     712,   225,   504,   991,   225,  1019,   513,   800,   225,   225,
+     225,  1032,  1014,   226,   228,   226,   225,  1226,   225,   225,
+     225,  1054,  1042,  1040,  1049,  1022,  1020,  1031,  1086,  1086,
+    1269,   561,   526,   551,  1088,  1086,  1276,  1086,  1039,  1025,
+    1035,  1023,   558,   530,  1028,  1064,  1062,  1026,  1066,  1326,
+    1365,  1393,  1269,   541,   571,   753,  1071,   713,  1292,  1276,
+    1037,   575,  1344,  1371,  1276,  1269,  1075,    -1,  1285,    -1,
+    1269,  1081,    -1,    -1,  1269,  1292,    -1,  1276,    -1,    -1,
+      -1,  1276,    -1,    -1,    -1,    -1,  1285,    -1,    -1,  1269,
+    1269,  1269,    -1,  1292,    -1,    -1,  1276,  1292,  1276,    -1,
+      -1,  1269,    -1,    -1,    -1,    -1,    -1,    -1,  1276,  1326,
+      -1,  1269,    -1,    -1,    -1,    -1,  1269,    -1,    -1,    -1,
+      -1,    -1,    -1,  1276,    -1,    -1,    -1,  1326,    -1,  1269,
+      -1,    -1,  1285,    -1,    -1,  1269,  1276,    -1,    -1,  1292,
+      -1,    -1,  1276,    -1,    -1,  1269,  1363,    -1,    -1,    -1,
+      -1,    -1,  1276,    -1,    -1,  1269,    -1,    -1,    -1,    -1,
+      -1,    -1,  1276,    -1,  1363,  1269,  1269,    -1,  1269,    -1,
+      -1,  1269,  1276,  1326,    -1,    -1,  1393,    -1,  1269,    -1,
+      -1,  1269,    -1,  1269,  1269,  1269,    -1,    -1,  1269,  1269,
+      -1,  1269,    -1,    -1,  1393,    -1,  1269,    -1,    -1,  1269,
+      -1,  1269,  1269,  1269,  1269,    -1,  1269,  1269,    -1,  1269,
+    1363,  1269,  1269,    -1,  1269,    -1,    -1,  1269,    -1,  1269,
+    1269,    30,    31,    32,    33,    34,    35,    -1,    -1,    -1,
       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,  1382,
+    1393,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
       -1,    -1,    -1,    -1,    -1,    64,    65,    66,    67,    68,
       69,    70,    71,    72,    73,    -1,    -1,    -1,    -1,    78,
       79,    80,    81,    82,    83,    84,    85,    86,    87,    88,
       -1,    -1,    -1,    -1,    93,    94,    -1,    -1,    -1,    -1,
       -1,    -1,    -1,    -1,    -1,    -1,   105,   106,    -1,    -1,
       -1,    -1,    -1,    -1,    -1,   114,   115,    -1,   117,    -1,
-     119,   120,   121,    -1,    -1,   124,    -1,    -1,    -1,   128,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,   138,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+     119,   120,   121,    -1,    -1,   124,   125,    -1,    -1,    -1,
+      -1,   130,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+      -1,   140,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,   191,   192,    -1,    -1,    -1,    -1,    -1,    -1,
+      -1,    -1,    -1,    -1,   193,   194,    -1,    -1,    -1,    -1,
       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,   223
+      -1,    -1,    -1,    -1,    -1,    -1,   225
   };
 
   const short
   Dhcp4Parser::yystos_[] =
   {
-       0,   210,   211,   212,   213,   214,   215,   216,   217,   218,
-     219,   220,   221,   222,   228,   229,   230,   231,   232,   233,
-     234,   235,   236,   237,   238,   239,   240,   241,     0,     5,
-       7,     9,   223,   224,   225,   226,   242,   243,   244,   249,
-       7,   258,     7,   263,     7,   318,     7,   431,     7,   514,
-       7,   531,     7,   463,     7,   469,     7,   493,     7,   407,
-       7,   632,     7,   651,   250,   245,   259,   264,   319,   432,
-     515,   532,   464,   470,   494,   408,   633,   652,   242,   251,
-     252,   223,   247,   248,    10,   260,   262,    11,    14,    26,
+       0,   212,   213,   214,   215,   216,   217,   218,   219,   220,
+     221,   222,   223,   224,   230,   231,   232,   233,   234,   235,
+     236,   237,   238,   239,   240,   241,   242,   243,     0,     5,
+       7,     9,   225,   226,   227,   228,   244,   245,   246,   251,
+       7,   260,     7,   265,     7,   320,     7,   433,     7,   518,
+       7,   535,     7,   467,     7,   473,     7,   497,     7,   409,
+       7,   637,     7,   656,   252,   247,   261,   266,   321,   434,
+     519,   536,   468,   474,   498,   410,   638,   657,   244,   253,
+     254,   225,   249,   250,    10,   262,   264,    11,    14,    26,
       29,    30,    31,    32,    33,    34,    35,    36,    37,    38,
       39,    64,    65,    66,    67,    68,    69,    70,    71,    72,
       73,    74,    75,    76,    77,    78,    79,    80,    81,    82,
       83,    84,    85,    86,    87,    88,    92,    93,   104,   105,
-     106,   111,   114,   115,   119,   120,   121,   122,   123,   130,
-     140,   143,   150,   151,   155,   156,   172,   176,   191,   192,
-     193,   194,   195,   196,   205,   223,   257,   265,   266,   267,
-     268,   269,   270,   271,   272,   273,   274,   275,   276,   277,
-     278,   280,   281,   283,   284,   285,   286,   287,   288,   289,
-     292,   294,   296,   297,   298,   301,   302,   304,   306,   307,
-     308,   309,   310,   311,   312,   313,   314,   332,   334,   342,
-     344,   385,   394,   401,   415,   425,   449,   450,   451,   453,
-     461,   487,   521,   523,   525,   536,   538,   540,   563,   577,
-     578,   580,   620,   630,   649,   658,   682,    15,    16,    19,
-      22,    23,    24,    25,   257,   316,   317,   320,   322,   325,
-     328,   329,   330,   331,   521,   523,    89,    90,    91,   112,
-     116,   117,   118,   124,   128,   138,   257,   267,   268,   269,
-     270,   271,   272,   273,   274,   275,   276,   281,   284,   285,
-     286,   287,   288,   289,   292,   294,   296,   297,   298,   301,
-     302,   304,   306,   312,   433,   434,   435,   437,   439,   441,
-     443,   445,   447,   449,   450,   451,   452,   487,   508,   521,
-     523,   525,   536,   538,   540,   558,   113,   129,   257,   445,
-     447,   487,   516,   517,   518,   520,   521,   523,   123,   131,
-     132,   133,   134,   135,   136,   137,   257,   487,   521,   523,
-     533,   534,   535,   536,   538,   540,   542,   544,   546,   548,
-     550,   552,   554,   556,   461,    40,    94,    96,    97,   101,
-     102,   103,   257,   361,   471,   472,   473,   474,   475,   476,
-     477,   479,   481,   483,   484,   486,   521,   523,    95,    98,
-      99,   100,   123,   257,   361,   475,   481,   495,   496,   497,
-     498,   499,   501,   502,   503,   504,   505,   506,   521,   523,
-     141,   142,   257,   409,   410,   411,   413,   177,   178,   179,
-     180,   181,   182,   183,   184,   257,   521,   523,   634,   635,
-     636,   637,   639,   640,   642,   643,   644,   647,    12,    13,
-     653,   654,   655,   657,     6,     3,     4,     8,     3,   261,
-       3,     8,   650,   315,   335,     4,     4,     4,   537,   539,
-     541,     4,     4,   333,   343,   345,     4,     4,     4,     4,
-       4,     4,     4,     4,     4,     4,     4,   279,     4,     4,
-       4,     4,     4,   290,   293,   295,     4,     4,     4,     4,
-     426,   462,   488,     4,   282,   299,   454,   522,   524,     4,
-       4,     4,   386,   564,   526,   402,   416,     4,   395,   579,
-     581,   621,   631,   303,   305,     4,     4,     4,   659,   683,
-       4,     3,     8,   321,   323,   326,     4,     4,     4,     4,
-       3,     8,   438,   440,   442,   509,   436,   444,     4,   448,
-     446,   559,     3,     8,   519,     4,     3,     8,   557,   543,
-     545,   547,   551,   549,   555,   553,     8,     3,     8,   478,
-     362,     4,   482,   480,   485,     4,     8,     3,   500,     4,
-       4,     4,   507,     8,     3,   412,   414,     3,     8,     4,
-     638,     4,   641,     4,     4,   645,   648,     3,     8,   656,
-       4,     3,     8,   242,   242,   223,     4,     4,     4,     4,
-     226,   226,   226,     4,     4,     4,   224,   226,     4,     4,
-       4,   224,   224,   224,   224,   224,   226,   225,   225,   225,
-     224,   224,     4,   224,   224,   226,   226,   226,     4,     4,
-       4,   226,   226,   225,   226,     4,     4,     4,   224,     4,
-       4,     4,     4,     4,   226,   226,   226,     4,     4,     4,
-       4,     4,   224,     4,     4,     4,     4,     4,     4,     4,
-     226,   226,   226,     4,     4,   266,     4,     4,     4,   226,
-     226,   224,   224,   317,     4,     4,     4,     4,     4,     4,
-     224,     4,     4,     4,   434,     4,   224,   517,     4,     4,
-       4,     4,     4,     4,     4,     4,   535,     4,     4,   224,
-       4,     4,     4,   226,   473,     4,   226,   226,   226,     4,
-     497,     4,     4,   410,   226,     4,   224,     4,   224,   224,
-       4,     4,   635,     4,   224,   654,     4,     7,     7,     7,
-       7,   223,   223,   223,     7,     7,     5,   223,   187,   188,
-     189,   190,   226,   291,   223,   223,     5,     5,     5,   223,
-     107,   108,   109,   110,   300,     5,   244,   246,   223,     5,
-       5,     5,     5,     7,     7,     7,     5,     7,     7,   223,
-     223,     5,     7,     5,   253,    17,    18,   324,    20,    21,
-     327,   223,   223,   223,     5,   223,   223,   253,   223,     7,
-     223,   253,   223,   223,   223,   223,   223,   223,   223,   223,
-     223,   223,   223,   223,   223,   253,   223,   246,   223,   223,
-      18,   185,   646,   186,     5,   242,   265,   653,   316,    27,
-      28,   336,   337,   338,   340,    40,    41,    42,    43,    44,
-      45,    46,    47,    48,    49,    50,    51,    52,    53,    54,
-      58,    59,    60,    61,    62,    63,   257,   350,   351,   352,
-     354,   356,   358,   360,   361,   363,   364,   365,   366,   367,
-     368,   369,   370,   371,   372,   375,   376,   377,   379,   381,
-     383,   350,     7,   346,   347,   348,     7,   427,   428,   429,
-       7,   465,   466,   467,     7,   489,   490,   491,     7,   455,
-     456,   457,   132,   133,   134,   135,   137,   387,   388,   389,
-     390,   391,   392,   393,     7,   565,   566,     7,   527,   528,
-     529,     7,   403,   404,   405,   144,   145,   146,   147,   148,
-     149,   417,   418,   419,   420,   421,   422,   423,   424,   152,
-     153,   154,   257,   396,   397,   398,   399,   400,   521,   523,
-     157,   161,   162,   163,   164,   171,   257,   377,   379,   381,
-     521,   523,   586,   587,   588,   591,   593,   595,   596,   597,
-       7,   582,   583,   584,   173,   174,   175,   223,   521,   523,
-     622,   623,   624,   625,   627,   628,   634,     7,   660,   661,
-     206,   207,   208,   209,   257,   684,   685,   686,   687,   688,
-     689,   254,     7,   510,   511,   512,   139,   560,   561,   346,
-       8,     8,     8,   339,   341,     3,     8,   353,   355,   357,
-     359,     4,     4,     4,     4,     4,     4,     4,     4,     4,
-       4,   373,     4,     4,   378,   380,   382,   384,     3,     8,
-       8,   349,     6,     3,   430,     6,     3,   468,     6,     3,
-     492,     6,     3,   458,     6,     3,     3,     6,   567,     3,
-       6,   530,     6,     3,   406,     6,     3,     4,     4,     4,
-       4,     4,     4,     3,     8,     4,     4,     4,     3,     8,
-     589,   592,   594,     4,   598,     4,     3,     8,   585,     6,
-       3,     4,   626,     4,   629,     3,     8,     8,   662,     3,
-       6,     4,     4,     4,     4,     3,     8,   223,   255,   256,
-     513,     6,     3,   562,     8,     6,     4,     4,   337,     4,
-       4,     4,     4,   224,   226,   224,   226,   224,   224,   224,
-     224,   224,   224,     4,   226,   224,     4,     4,     4,     4,
-     351,   350,   348,   433,   429,   471,   467,   495,   491,   257,
-     267,   268,   269,   270,   271,   272,   273,   274,   275,   276,
-     281,   284,   285,   286,   287,   288,   289,   292,   294,   296,
-     297,   298,   301,   302,   304,   306,   312,   361,   425,   443,
-     445,   447,   449,   450,   451,   459,   460,   487,   521,   523,
-     536,   538,   540,   558,   457,   388,   125,   126,   127,   257,
-     267,   268,   269,   312,   361,   461,   487,   521,   523,   536,
-     538,   540,   568,   569,   570,   571,   572,   574,   576,   566,
-     533,   529,   409,   405,   224,   224,   224,   224,   224,   224,
-     418,   226,   224,   224,   397,     4,     4,     4,   224,     4,
-     226,   587,   586,   584,   226,     4,   224,     4,   623,   197,
-     199,   200,   257,   361,   521,   523,   663,   664,   665,   666,
-     668,   661,   226,   226,   226,   226,   685,     6,     3,   516,
-     512,     4,   223,   223,   223,   223,   223,   223,    55,    56,
-      57,   374,   223,   223,   223,   223,     8,     8,     8,     8,
-       3,     8,   573,   575,     4,     8,     3,     8,     8,   158,
-     159,   160,   590,   223,   223,     7,     8,   223,   242,   669,
-       4,   667,     3,     8,   223,     8,   253,   460,     4,     4,
-     226,   570,    40,   166,   167,   168,   257,   521,   523,   599,
-     600,   601,   604,   606,   608,     4,   224,     4,   664,   223,
-     223,   602,   605,   607,   609,     3,     8,     5,   223,     4,
-       4,     4,     4,   600,     7,   670,   671,   165,   603,   223,
-     223,     5,   672,     3,     6,     7,   610,   611,   612,   198,
-     201,   202,   203,   204,   673,   674,   675,   677,   678,   679,
-     680,   671,   613,     6,     3,   676,     4,     4,     4,   681,
-       3,     8,   169,   170,   257,   354,   356,   521,   523,   614,
-     615,   616,   618,   612,     4,   226,   224,   224,     4,   674,
-     617,   619,     3,     8,   223,   223,     4,     4,   615,   223,
-     223
+     106,   111,   114,   115,   119,   120,   121,   122,   123,   132,
+     142,   145,   152,   153,   157,   158,   174,   178,   193,   194,
+     195,   196,   197,   198,   207,   225,   259,   267,   268,   269,
+     270,   271,   272,   273,   274,   275,   276,   277,   278,   279,
+     280,   282,   283,   285,   286,   287,   288,   289,   290,   291,
+     294,   296,   298,   299,   300,   303,   304,   306,   308,   309,
+     310,   311,   312,   313,   314,   315,   316,   334,   336,   344,
+     346,   387,   396,   403,   417,   427,   453,   454,   455,   457,
+     465,   491,   525,   527,   529,   540,   542,   544,   567,   582,
+     583,   585,   625,   635,   654,   663,   687,    15,    16,    19,
+      22,    23,    24,    25,   259,   318,   319,   322,   324,   327,
+     330,   331,   332,   333,   525,   527,    89,    90,    91,   112,
+     116,   117,   118,   124,   125,   130,   140,   259,   269,   270,
+     271,   272,   273,   274,   275,   276,   277,   278,   283,   286,
+     287,   288,   289,   290,   291,   294,   296,   298,   299,   300,
+     303,   304,   306,   308,   314,   435,   436,   437,   439,   441,
+     443,   445,   447,   449,   451,   453,   454,   455,   456,   491,
+     512,   525,   527,   529,   540,   542,   544,   562,   113,   131,
+     259,   447,   449,   451,   491,   520,   521,   522,   524,   525,
+     527,   123,   133,   134,   135,   136,   137,   138,   139,   259,
+     491,   525,   527,   537,   538,   539,   540,   542,   544,   546,
+     548,   550,   552,   554,   556,   558,   560,   465,    40,    94,
+      96,    97,   101,   102,   103,   259,   363,   475,   476,   477,
+     478,   479,   480,   481,   483,   485,   487,   488,   490,   525,
+     527,    95,    98,    99,   100,   123,   259,   363,   479,   485,
+     499,   500,   501,   502,   503,   505,   506,   507,   508,   509,
+     510,   525,   527,   143,   144,   259,   411,   412,   413,   415,
+     179,   180,   181,   182,   183,   184,   185,   186,   259,   525,
+     527,   639,   640,   641,   642,   644,   645,   647,   648,   649,
+     652,    12,    13,   658,   659,   660,   662,     6,     3,     4,
+       8,     3,   263,     3,     8,   655,   317,   337,     4,     4,
+       4,   541,   543,   545,     4,     4,   335,   345,   347,     4,
+       4,     4,     4,     4,     4,     4,     4,     4,     4,     4,
+     281,     4,     4,     4,     4,     4,   292,   295,   297,     4,
+       4,     4,     4,   428,   466,   492,     4,   284,   301,   458,
+     526,   528,     4,     4,     4,   388,   568,   530,   404,   418,
+       4,   397,   584,   586,   626,   636,   305,   307,     4,     4,
+       4,   664,   688,     4,     3,     8,   323,   325,   328,     4,
+       4,     4,     4,     3,     8,   440,   442,   444,   513,   438,
+     446,     4,   450,   452,   448,   563,     3,     8,   523,     4,
+       3,     8,   561,   547,   549,   551,   555,   553,   559,   557,
+       8,     3,     8,   482,   364,     4,   486,   484,   489,     4,
+       8,     3,   504,     4,     4,     4,   511,     8,     3,   414,
+     416,     3,     8,     4,   643,     4,   646,     4,     4,   650,
+     653,     3,     8,   661,     4,     3,     8,   244,   244,   225,
+       4,     4,     4,     4,   228,   228,   228,     4,     4,     4,
+     226,   228,     4,     4,     4,   226,   226,   226,   226,   226,
+     228,   227,   227,   227,   226,   226,     4,   226,   226,   228,
+     228,   228,     4,     4,     4,   228,   228,   227,   228,     4,
+       4,     4,   226,     4,     4,     4,     4,     4,   228,   228,
+     228,     4,     4,     4,     4,     4,   226,     4,     4,     4,
+       4,     4,     4,     4,   228,   228,   228,     4,     4,   268,
+       4,     4,     4,   228,   228,   226,   226,   319,     4,     4,
+       4,     4,     4,     4,   226,     4,     4,     4,     4,   436,
+       4,   226,   521,     4,     4,     4,     4,     4,     4,     4,
+       4,   539,     4,     4,   226,     4,     4,     4,   228,   477,
+       4,   228,   228,   228,     4,   501,     4,     4,   412,   228,
+       4,   226,     4,   226,   226,     4,     4,   640,     4,   226,
+     659,     4,     7,     7,     7,     7,   225,   225,   225,     7,
+       7,     5,   225,   189,   190,   191,   192,   228,   293,   225,
+     225,     5,     5,     5,   225,   107,   108,   109,   110,   302,
+       5,   246,   248,   225,     5,     5,     5,     5,     7,     7,
+       7,     5,     7,     7,   225,   225,     5,     7,     5,   255,
+      17,    18,   326,    20,    21,   329,   225,   225,   225,     5,
+     225,   225,   255,   255,   225,     7,   225,   255,   225,   225,
+     225,   225,   225,   225,   225,   225,   225,   225,   225,   225,
+     225,   255,   225,   248,   225,   225,    18,   187,   651,   188,
+       5,   244,   267,   658,   318,    27,    28,   338,   339,   340,
+     342,    40,    41,    42,    43,    44,    45,    46,    47,    48,
+      49,    50,    51,    52,    53,    54,    58,    59,    60,    61,
+      62,    63,   259,   352,   353,   354,   356,   358,   360,   362,
+     363,   365,   366,   367,   368,   369,   370,   371,   372,   373,
+     374,   377,   378,   379,   381,   383,   385,   352,     7,   348,
+     349,   350,     7,   429,   430,   431,     7,   469,   470,   471,
+       7,   493,   494,   495,     7,   459,   460,   461,   134,   135,
+     136,   137,   139,   389,   390,   391,   392,   393,   394,   395,
+       7,   569,   570,     7,   531,   532,   533,     7,   405,   406,
+     407,   146,   147,   148,   149,   150,   151,   419,   420,   421,
+     422,   423,   424,   425,   426,   154,   155,   156,   259,   398,
+     399,   400,   401,   402,   525,   527,   159,   163,   164,   165,
+     166,   173,   259,   379,   381,   383,   525,   527,   591,   592,
+     593,   596,   598,   600,   601,   602,     7,   587,   588,   589,
+     175,   176,   177,   225,   525,   527,   627,   628,   629,   630,
+     632,   633,   639,     7,   665,   666,   208,   209,   210,   211,
+     259,   689,   690,   691,   692,   693,   694,   256,     7,   514,
+     515,   516,   141,   564,   565,   348,     8,     8,     8,   341,
+     343,     3,     8,   355,   357,   359,   361,     4,     4,     4,
+       4,     4,     4,     4,     4,     4,     4,   375,     4,     4,
+     380,   382,   384,   386,     3,     8,     8,   351,     6,     3,
+     432,     6,     3,   472,     6,     3,   496,     6,     3,   462,
+       6,     3,     3,     6,   571,     3,     6,   534,     6,     3,
+     408,     6,     3,     4,     4,     4,     4,     4,     4,     3,
+       8,     4,     4,     4,     3,     8,   594,   597,   599,     4,
+     603,     4,     3,     8,   590,     6,     3,     4,   631,     4,
+     634,     3,     8,     8,   667,     3,     6,     4,     4,     4,
+       4,     3,     8,   225,   257,   258,   517,     6,     3,   566,
+       8,     6,     4,     4,   339,     4,     4,     4,     4,   226,
+     228,   226,   228,   226,   226,   226,   226,   226,   226,     4,
+     228,   226,     4,     4,     4,     4,   353,   352,   350,   435,
+     431,   475,   471,   499,   495,   259,   269,   270,   271,   272,
+     273,   274,   275,   276,   277,   278,   283,   286,   287,   288,
+     289,   290,   291,   294,   296,   298,   299,   300,   303,   304,
+     306,   308,   314,   363,   427,   445,   447,   449,   451,   453,
+     454,   455,   463,   464,   491,   525,   527,   540,   542,   544,
+     562,   461,   390,   126,   127,   128,   129,   259,   269,   270,
+     271,   314,   363,   465,   491,   525,   527,   540,   542,   544,
+     572,   573,   574,   575,   576,   578,   580,   581,   570,   537,
+     533,   411,   407,   226,   226,   226,   226,   226,   226,   420,
+     228,   226,   226,   399,     4,     4,     4,   226,     4,   228,
+     592,   591,   589,   228,     4,   226,     4,   628,   199,   201,
+     202,   259,   363,   525,   527,   668,   669,   670,   671,   673,
+     666,   228,   228,   228,   228,   690,     6,     3,   520,   516,
+       4,   225,   225,   225,   225,   225,   225,    55,    56,    57,
+     376,   225,   225,   225,   225,     8,     8,     8,     8,     3,
+       8,   577,   579,     4,     4,     8,     3,     8,     8,   160,
+     161,   162,   595,   225,   225,     7,     8,   225,   244,   674,
+       4,   672,     3,     8,   225,     8,   255,   464,     4,     4,
+     228,   228,   574,    40,   168,   169,   170,   259,   525,   527,
+     604,   605,   606,   609,   611,   613,     4,   226,     4,   669,
+     225,   225,   607,   610,   612,   614,     3,     8,     5,   225,
+       4,     4,     4,     4,   605,     7,   675,   676,   167,   608,
+     225,   225,     5,   677,     3,     6,     7,   615,   616,   617,
+     200,   203,   204,   205,   206,   678,   679,   680,   682,   683,
+     684,   685,   676,   618,     6,     3,   681,     4,     4,     4,
+     686,     3,     8,   171,   172,   259,   356,   358,   525,   527,
+     619,   620,   621,   623,   617,     4,   228,   226,   226,     4,
+     679,   622,   624,     3,     8,   225,   225,     4,     4,   620,
+     225,   225
   };
 
   const short
   Dhcp4Parser::yyr1_[] =
   {
-       0,   227,   229,   228,   230,   228,   231,   228,   232,   228,
-     233,   228,   234,   228,   235,   228,   236,   228,   237,   228,
-     238,   228,   239,   228,   240,   228,   241,   228,   242,   242,
-     242,   242,   242,   242,   242,   243,   245,   244,   246,   247,
-     247,   248,   248,   248,   250,   249,   251,   251,   252,   252,
-     252,   254,   253,   255,   255,   256,   256,   256,   257,   259,
-     258,   261,   260,   260,   262,   264,   263,   265,   265,   265,
-     266,   266,   266,   266,   266,   266,   266,   266,   266,   266,
-     266,   266,   266,   266,   266,   266,   266,   266,   266,   266,
-     266,   266,   266,   266,   266,   266,   266,   266,   266,   266,
-     266,   266,   266,   266,   266,   266,   266,   266,   266,   266,
-     266,   266,   266,   266,   266,   266,   266,   266,   266,   266,
-     266,   266,   266,   266,   266,   266,   266,   266,   266,   266,
-     266,   266,   266,   266,   266,   266,   266,   266,   266,   267,
-     268,   269,   270,   271,   272,   273,   274,   275,   276,   277,
-     279,   278,   280,   282,   281,   283,   284,   285,   286,   287,
-     288,   290,   289,   291,   291,   291,   291,   291,   293,   292,
-     295,   294,   296,   297,   299,   298,   300,   300,   300,   300,
-     301,   303,   302,   305,   304,   306,   307,   308,   309,   310,
-     311,   312,   313,   315,   314,   316,   316,   316,   317,   317,
-     317,   317,   317,   317,   317,   317,   317,   317,   319,   318,
-     321,   320,   323,   322,   324,   324,   326,   325,   327,   327,
-     328,   329,   330,   331,   333,   332,   335,   334,   336,   336,
-     336,   337,   337,   339,   338,   341,   340,   343,   342,   345,
-     344,   346,   346,   347,   347,   347,   349,   348,   350,   350,
-     350,   351,   351,   351,   351,   351,   351,   351,   351,   351,
-     351,   351,   351,   351,   351,   351,   351,   351,   351,   351,
-     351,   351,   351,   351,   353,   352,   355,   354,   357,   356,
-     359,   358,   360,   362,   361,   363,   364,   365,   366,   367,
-     368,   369,   370,   371,   373,   372,   374,   374,   374,   375,
-     376,   378,   377,   380,   379,   382,   381,   384,   383,   386,
-     385,   387,   387,   387,   388,   388,   388,   388,   388,   389,
-     390,   391,   392,   393,   395,   394,   396,   396,   396,   397,
-     397,   397,   397,   397,   397,   398,   399,   400,   402,   401,
-     403,   403,   404,   404,   404,   406,   405,   408,   407,   409,
-     409,   409,   409,   410,   410,   412,   411,   414,   413,   416,
-     415,   417,   417,   417,   418,   418,   418,   418,   418,   418,
-     419,   420,   421,   422,   423,   424,   426,   425,   427,   427,
-     428,   428,   428,   430,   429,   432,   431,   433,   433,   433,
-     434,   434,   434,   434,   434,   434,   434,   434,   434,   434,
-     434,   434,   434,   434,   434,   434,   434,   434,   434,   434,
-     434,   434,   434,   434,   434,   434,   434,   434,   434,   434,
-     434,   434,   434,   434,   434,   434,   434,   434,   434,   434,
-     434,   434,   434,   434,   434,   434,   434,   434,   436,   435,
-     438,   437,   440,   439,   442,   441,   444,   443,   446,   445,
-     448,   447,   449,   450,   451,   452,   454,   453,   455,   455,
-     456,   456,   456,   458,   457,   459,   459,   459,   460,   460,
-     460,   460,   460,   460,   460,   460,   460,   460,   460,   460,
-     460,   460,   460,   460,   460,   460,   460,   460,   460,   460,
-     460,   460,   460,   460,   460,   460,   460,   460,   460,   460,
-     460,   460,   460,   460,   460,   460,   460,   460,   460,   460,
-     460,   462,   461,   464,   463,   465,   465,   466,   466,   466,
-     468,   467,   470,   469,   471,   471,   472,   472,   472,   473,
-     473,   473,   473,   473,   473,   473,   473,   473,   473,   474,
-     475,   476,   478,   477,   480,   479,   482,   481,   483,   485,
-     484,   486,   488,   487,   489,   489,   490,   490,   490,   492,
-     491,   494,   493,   495,   495,   496,   496,   496,   497,   497,
-     497,   497,   497,   497,   497,   497,   497,   497,   497,   498,
-     500,   499,   501,   502,   503,   504,   505,   507,   506,   509,
-     508,   510,   510,   511,   511,   511,   513,   512,   515,   514,
-     516,   516,   516,   517,   517,   517,   517,   517,   517,   517,
-     517,   519,   518,   520,   522,   521,   524,   523,   526,   525,
-     527,   527,   528,   528,   528,   530,   529,   532,   531,   533,
-     533,   534,   534,   534,   535,   535,   535,   535,   535,   535,
-     535,   535,   535,   535,   535,   535,   535,   535,   535,   537,
-     536,   539,   538,   541,   540,   543,   542,   545,   544,   547,
-     546,   549,   548,   551,   550,   553,   552,   555,   554,   557,
-     556,   559,   558,   560,   562,   561,   564,   563,   565,   565,
-     565,   567,   566,   568,   568,   569,   569,   569,   570,   570,
-     570,   570,   570,   570,   570,   570,   570,   570,   570,   570,
-     570,   570,   570,   570,   571,   573,   572,   575,   574,   576,
-     577,   579,   578,   581,   580,   582,   582,   583,   583,   583,
-     585,   584,   586,   586,   586,   587,   587,   587,   587,   587,
-     587,   587,   587,   587,   587,   587,   587,   589,   588,   590,
-     590,   590,   592,   591,   594,   593,   595,   596,   598,   597,
-     599,   599,   599,   600,   600,   600,   600,   600,   600,   600,
-     602,   601,   603,   605,   604,   607,   606,   609,   608,   610,
-     610,   611,   611,   611,   613,   612,   614,   614,   614,   615,
-     615,   615,   615,   615,   615,   615,   617,   616,   619,   618,
-     621,   620,   622,   622,   622,   623,   623,   623,   623,   623,
-     623,   624,   626,   625,   627,   629,   628,   631,   630,   633,
-     632,   634,   634,   634,   635,   635,   635,   635,   635,   635,
-     635,   635,   635,   635,   635,   636,   638,   637,   639,   641,
-     640,   642,   643,   645,   644,   646,   646,   648,   647,   650,
-     649,   652,   651,   653,   653,   653,   654,   654,   656,   655,
-     657,   659,   658,   660,   660,   660,   662,   661,   663,   663,
-     663,   664,   664,   664,   664,   664,   664,   664,   665,   667,
-     666,   669,   668,   670,   670,   670,   672,   671,   673,   673,
-     673,   674,   674,   674,   674,   674,   676,   675,   677,   678,
-     679,   681,   680,   683,   682,   684,   684,   684,   685,   685,
-     685,   685,   685,   686,   687,   688,   689
+       0,   229,   231,   230,   232,   230,   233,   230,   234,   230,
+     235,   230,   236,   230,   237,   230,   238,   230,   239,   230,
+     240,   230,   241,   230,   242,   230,   243,   230,   244,   244,
+     244,   244,   244,   244,   244,   245,   247,   246,   248,   249,
+     249,   250,   250,   250,   252,   251,   253,   253,   254,   254,
+     254,   256,   255,   257,   257,   258,   258,   258,   259,   261,
+     260,   263,   262,   262,   264,   266,   265,   267,   267,   267,
+     268,   268,   268,   268,   268,   268,   268,   268,   268,   268,
+     268,   268,   268,   268,   268,   268,   268,   268,   268,   268,
+     268,   268,   268,   268,   268,   268,   268,   268,   268,   268,
+     268,   268,   268,   268,   268,   268,   268,   268,   268,   268,
+     268,   268,   268,   268,   268,   268,   268,   268,   268,   268,
+     268,   268,   268,   268,   268,   268,   268,   268,   268,   268,
+     268,   268,   268,   268,   268,   268,   268,   268,   268,   269,
+     270,   271,   272,   273,   274,   275,   276,   277,   278,   279,
+     281,   280,   282,   284,   283,   285,   286,   287,   288,   289,
+     290,   292,   291,   293,   293,   293,   293,   293,   295,   294,
+     297,   296,   298,   299,   301,   300,   302,   302,   302,   302,
+     303,   305,   304,   307,   306,   308,   309,   310,   311,   312,
+     313,   314,   315,   317,   316,   318,   318,   318,   319,   319,
+     319,   319,   319,   319,   319,   319,   319,   319,   321,   320,
+     323,   322,   325,   324,   326,   326,   328,   327,   329,   329,
+     330,   331,   332,   333,   335,   334,   337,   336,   338,   338,
+     338,   339,   339,   341,   340,   343,   342,   345,   344,   347,
+     346,   348,   348,   349,   349,   349,   351,   350,   352,   352,
+     352,   353,   353,   353,   353,   353,   353,   353,   353,   353,
+     353,   353,   353,   353,   353,   353,   353,   353,   353,   353,
+     353,   353,   353,   353,   355,   354,   357,   356,   359,   358,
+     361,   360,   362,   364,   363,   365,   366,   367,   368,   369,
+     370,   371,   372,   373,   375,   374,   376,   376,   376,   377,
+     378,   380,   379,   382,   381,   384,   383,   386,   385,   388,
+     387,   389,   389,   389,   390,   390,   390,   390,   390,   391,
+     392,   393,   394,   395,   397,   396,   398,   398,   398,   399,
+     399,   399,   399,   399,   399,   400,   401,   402,   404,   403,
+     405,   405,   406,   406,   406,   408,   407,   410,   409,   411,
+     411,   411,   411,   412,   412,   414,   413,   416,   415,   418,
+     417,   419,   419,   419,   420,   420,   420,   420,   420,   420,
+     421,   422,   423,   424,   425,   426,   428,   427,   429,   429,
+     430,   430,   430,   432,   431,   434,   433,   435,   435,   435,
+     436,   436,   436,   436,   436,   436,   436,   436,   436,   436,
+     436,   436,   436,   436,   436,   436,   436,   436,   436,   436,
+     436,   436,   436,   436,   436,   436,   436,   436,   436,   436,
+     436,   436,   436,   436,   436,   436,   436,   436,   436,   436,
+     436,   436,   436,   436,   436,   436,   436,   436,   436,   438,
+     437,   440,   439,   442,   441,   444,   443,   446,   445,   448,
+     447,   450,   449,   452,   451,   453,   454,   455,   456,   458,
+     457,   459,   459,   460,   460,   460,   462,   461,   463,   463,
+     463,   464,   464,   464,   464,   464,   464,   464,   464,   464,
+     464,   464,   464,   464,   464,   464,   464,   464,   464,   464,
+     464,   464,   464,   464,   464,   464,   464,   464,   464,   464,
+     464,   464,   464,   464,   464,   464,   464,   464,   464,   464,
+     464,   464,   464,   464,   464,   466,   465,   468,   467,   469,
+     469,   470,   470,   470,   472,   471,   474,   473,   475,   475,
+     476,   476,   476,   477,   477,   477,   477,   477,   477,   477,
+     477,   477,   477,   478,   479,   480,   482,   481,   484,   483,
+     486,   485,   487,   489,   488,   490,   492,   491,   493,   493,
+     494,   494,   494,   496,   495,   498,   497,   499,   499,   500,
+     500,   500,   501,   501,   501,   501,   501,   501,   501,   501,
+     501,   501,   501,   502,   504,   503,   505,   506,   507,   508,
+     509,   511,   510,   513,   512,   514,   514,   515,   515,   515,
+     517,   516,   519,   518,   520,   520,   520,   521,   521,   521,
+     521,   521,   521,   521,   521,   521,   523,   522,   524,   526,
+     525,   528,   527,   530,   529,   531,   531,   532,   532,   532,
+     534,   533,   536,   535,   537,   537,   538,   538,   538,   539,
+     539,   539,   539,   539,   539,   539,   539,   539,   539,   539,
+     539,   539,   539,   539,   541,   540,   543,   542,   545,   544,
+     547,   546,   549,   548,   551,   550,   553,   552,   555,   554,
+     557,   556,   559,   558,   561,   560,   563,   562,   564,   566,
+     565,   568,   567,   569,   569,   569,   571,   570,   572,   572,
+     573,   573,   573,   574,   574,   574,   574,   574,   574,   574,
+     574,   574,   574,   574,   574,   574,   574,   574,   574,   574,
+     575,   577,   576,   579,   578,   580,   581,   582,   584,   583,
+     586,   585,   587,   587,   588,   588,   588,   590,   589,   591,
+     591,   591,   592,   592,   592,   592,   592,   592,   592,   592,
+     592,   592,   592,   592,   594,   593,   595,   595,   595,   597,
+     596,   599,   598,   600,   601,   603,   602,   604,   604,   604,
+     605,   605,   605,   605,   605,   605,   605,   607,   606,   608,
+     610,   609,   612,   611,   614,   613,   615,   615,   616,   616,
+     616,   618,   617,   619,   619,   619,   620,   620,   620,   620,
+     620,   620,   620,   622,   621,   624,   623,   626,   625,   627,
+     627,   627,   628,   628,   628,   628,   628,   628,   629,   631,
+     630,   632,   634,   633,   636,   635,   638,   637,   639,   639,
+     639,   640,   640,   640,   640,   640,   640,   640,   640,   640,
+     640,   640,   641,   643,   642,   644,   646,   645,   647,   648,
+     650,   649,   651,   651,   653,   652,   655,   654,   657,   656,
+     658,   658,   658,   659,   659,   661,   660,   662,   664,   663,
+     665,   665,   665,   667,   666,   668,   668,   668,   669,   669,
+     669,   669,   669,   669,   669,   670,   672,   671,   674,   673,
+     675,   675,   675,   677,   676,   678,   678,   678,   679,   679,
+     679,   679,   679,   681,   680,   682,   683,   684,   686,   685,
+     688,   687,   689,   689,   689,   690,   690,   690,   690,   690,
+     691,   692,   693,   694
   };
 
   const signed char
@@ -6305,54 +6344,55 @@ namespace isc { namespace dhcp {
        1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
        1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
        1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-       1,     1,     1,     1,     1,     1,     1,     1,     0,     4,
-       0,     4,     0,     4,     0,     4,     0,     4,     0,     4,
-       0,     4,     3,     3,     3,     3,     0,     6,     0,     1,
-       1,     3,     2,     0,     4,     1,     3,     2,     1,     1,
-       1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
+       1,     1,     1,     1,     1,     1,     1,     1,     1,     0,
+       4,     0,     4,     0,     4,     0,     4,     0,     4,     0,
+       4,     0,     4,     0,     4,     3,     3,     3,     3,     0,
+       6,     0,     1,     1,     3,     2,     0,     4,     1,     3,
+       2,     1,     1,     1,     1,     1,     1,     1,     1,     1,
        1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
        1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
        1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-       1,     0,     6,     0,     4,     0,     1,     1,     3,     2,
+       1,     1,     1,     1,     1,     0,     6,     0,     4,     0,
+       1,     1,     3,     2,     0,     4,     0,     4,     0,     1,
+       1,     3,     2,     1,     1,     1,     1,     1,     1,     1,
+       1,     1,     1,     1,     3,     1,     0,     4,     0,     4,
+       0,     4,     1,     0,     4,     3,     0,     6,     0,     1,
+       1,     3,     2,     0,     4,     0,     4,     0,     1,     1,
+       3,     2,     1,     1,     1,     1,     1,     1,     1,     1,
+       1,     1,     1,     1,     0,     4,     1,     1,     3,     3,
+       3,     0,     4,     0,     6,     0,     1,     1,     3,     2,
+       0,     4,     0,     4,     1,     3,     2,     1,     1,     1,
+       1,     1,     1,     1,     1,     1,     0,     4,     3,     0,
+       4,     0,     4,     0,     6,     0,     1,     1,     3,     2,
        0,     4,     0,     4,     0,     1,     1,     3,     2,     1,
        1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-       3,     1,     0,     4,     0,     4,     0,     4,     1,     0,
-       4,     3,     0,     6,     0,     1,     1,     3,     2,     0,
-       4,     0,     4,     0,     1,     1,     3,     2,     1,     1,
-       1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-       0,     4,     1,     1,     3,     3,     3,     0,     4,     0,
-       6,     0,     1,     1,     3,     2,     0,     4,     0,     4,
+       1,     1,     1,     1,     0,     4,     0,     4,     0,     4,
+       0,     4,     0,     4,     0,     4,     0,     4,     0,     4,
+       0,     4,     0,     4,     0,     4,     0,     6,     1,     0,
+       4,     0,     6,     1,     3,     2,     0,     4,     0,     1,
        1,     3,     2,     1,     1,     1,     1,     1,     1,     1,
-       1,     0,     4,     3,     0,     4,     0,     4,     0,     6,
-       0,     1,     1,     3,     2,     0,     4,     0,     4,     0,
-       1,     1,     3,     2,     1,     1,     1,     1,     1,     1,
-       1,     1,     1,     1,     1,     1,     1,     1,     1,     0,
-       4,     0,     4,     0,     4,     0,     4,     0,     4,     0,
-       4,     0,     4,     0,     4,     0,     4,     0,     4,     0,
-       4,     0,     6,     1,     0,     4,     0,     6,     1,     3,
-       2,     0,     4,     0,     1,     1,     3,     2,     1,     1,
        1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-       1,     1,     1,     1,     1,     0,     4,     0,     4,     3,
-       3,     0,     6,     0,     6,     0,     1,     1,     3,     2,
-       0,     4,     1,     3,     2,     1,     1,     1,     1,     1,
+       1,     0,     4,     0,     4,     3,     3,     3,     0,     6,
+       0,     6,     0,     1,     1,     3,     2,     0,     4,     1,
+       3,     2,     1,     1,     1,     1,     1,     1,     1,     1,
+       1,     1,     1,     1,     0,     4,     1,     1,     1,     0,
+       4,     0,     4,     3,     3,     0,     6,     1,     3,     2,
        1,     1,     1,     1,     1,     1,     1,     0,     4,     1,
-       1,     1,     0,     4,     0,     4,     3,     3,     0,     6,
-       1,     3,     2,     1,     1,     1,     1,     1,     1,     1,
-       0,     4,     1,     0,     4,     0,     4,     0,     6,     0,
-       1,     1,     3,     2,     0,     4,     1,     3,     2,     1,
-       1,     1,     1,     1,     1,     1,     0,     4,     0,     4,
+       0,     4,     0,     4,     0,     6,     0,     1,     1,     3,
+       2,     0,     4,     1,     3,     2,     1,     1,     1,     1,
+       1,     1,     1,     0,     4,     0,     4,     0,     6,     1,
+       3,     2,     1,     1,     1,     1,     1,     1,     3,     0,
+       4,     3,     0,     4,     0,     6,     0,     4,     1,     3,
+       2,     1,     1,     1,     1,     1,     1,     1,     1,     1,
+       1,     1,     3,     0,     4,     3,     0,     4,     3,     3,
+       0,     4,     1,     1,     0,     4,     0,     6,     0,     4,
+       1,     3,     2,     1,     1,     0,     6,     3,     0,     6,
+       1,     3,     2,     0,     4,     1,     3,     2,     1,     1,
+       1,     1,     1,     1,     1,     3,     0,     4,     0,     6,
+       1,     3,     2,     0,     4,     1,     3,     2,     1,     1,
+       1,     1,     1,     0,     4,     3,     3,     3,     0,     4,
        0,     6,     1,     3,     2,     1,     1,     1,     1,     1,
-       1,     3,     0,     4,     3,     0,     4,     0,     6,     0,
-       4,     1,     3,     2,     1,     1,     1,     1,     1,     1,
-       1,     1,     1,     1,     1,     3,     0,     4,     3,     0,
-       4,     3,     3,     0,     4,     1,     1,     0,     4,     0,
-       6,     0,     4,     1,     3,     2,     1,     1,     0,     6,
-       3,     0,     6,     1,     3,     2,     0,     4,     1,     3,
-       2,     1,     1,     1,     1,     1,     1,     1,     3,     0,
-       4,     0,     6,     1,     3,     2,     0,     4,     1,     3,
-       2,     1,     1,     1,     1,     1,     0,     4,     3,     3,
-       3,     0,     4,     0,     6,     1,     3,     2,     1,     1,
-       1,     1,     1,     3,     3,     3,     3
+       3,     3,     3,     3
   };
 
 
@@ -6404,8 +6444,9 @@ namespace isc { namespace dhcp {
   "\"interface\"", "\"id\"", "\"reservations-global\"",
   "\"reservations-in-subnet\"", "\"reservations-out-of-pool\"",
   "\"host-reservation-identifiers\"", "\"client-classes\"",
-  "\"require-client-classes\"", "\"test\"", "\"template-test\"",
-  "\"only-if-required\"", "\"client-class\"", "\"pool-id\"",
+  "\"require-client-classes\"", "\"evaluate-additional-classes\"",
+  "\"test\"", "\"template-test\"", "\"only-if-required\"",
+  "\"only-in-additional-list\"", "\"client-class\"", "\"pool-id\"",
   "\"reservations\"", "\"ip-address\"", "\"duid\"", "\"hw-address\"",
   "\"circuit-id\"", "\"client-id\"", "\"hostname\"", "\"flex-id\"",
   "\"relay\"", "\"ip-addresses\"", "\"hooks-libraries\"", "\"library\"",
@@ -6493,65 +6534,65 @@ namespace isc { namespace dhcp {
   "sub_subnet4", "$@60", "subnet4_params", "subnet4_param", "subnet",
   "$@61", "subnet_4o6_interface", "$@62", "subnet_4o6_interface_id",
   "$@63", "subnet_4o6_subnet", "$@64", "interface", "$@65", "client_class",
-  "$@66", "require_client_classes", "$@67", "reservations_global",
-  "reservations_in_subnet", "reservations_out_of_pool", "id",
-  "shared_networks", "$@68", "shared_networks_content",
-  "shared_networks_list", "shared_network", "$@69",
-  "shared_network_params", "shared_network_param", "option_def_list",
-  "$@70", "sub_option_def_list", "$@71", "option_def_list_content",
-  "not_empty_option_def_list", "option_def_entry", "$@72",
-  "sub_option_def", "$@73", "option_def_params",
-  "not_empty_option_def_params", "option_def_param", "option_def_name",
-  "code", "option_def_code", "option_def_type", "$@74",
-  "option_def_record_types", "$@75", "space", "$@76", "option_def_space",
-  "option_def_encapsulate", "$@77", "option_def_array", "option_data_list",
-  "$@78", "option_data_list_content", "not_empty_option_data_list",
-  "option_data_entry", "$@79", "sub_option_data", "$@80",
+  "$@66", "require_client_classes", "$@67", "evaluate_additional_classes",
+  "$@68", "reservations_global", "reservations_in_subnet",
+  "reservations_out_of_pool", "id", "shared_networks", "$@69",
+  "shared_networks_content", "shared_networks_list", "shared_network",
+  "$@70", "shared_network_params", "shared_network_param",
+  "option_def_list", "$@71", "sub_option_def_list", "$@72",
+  "option_def_list_content", "not_empty_option_def_list",
+  "option_def_entry", "$@73", "sub_option_def", "$@74",
+  "option_def_params", "not_empty_option_def_params", "option_def_param",
+  "option_def_name", "code", "option_def_code", "option_def_type", "$@75",
+  "option_def_record_types", "$@76", "space", "$@77", "option_def_space",
+  "option_def_encapsulate", "$@78", "option_def_array", "option_data_list",
+  "$@79", "option_data_list_content", "not_empty_option_data_list",
+  "option_data_entry", "$@80", "sub_option_data", "$@81",
   "option_data_params", "not_empty_option_data_params",
-  "option_data_param", "option_data_name", "option_data_data", "$@81",
+  "option_data_param", "option_data_name", "option_data_data", "$@82",
   "option_data_code", "option_data_space", "option_data_csv_format",
   "option_data_always_send", "option_data_never_send",
-  "option_data_client_classes", "$@82", "pools_list", "$@83",
-  "pools_list_content", "not_empty_pools_list", "pool_list_entry", "$@84",
-  "sub_pool4", "$@85", "pool_params", "pool_param", "pool_entry", "$@86",
-  "pool_id", "user_context", "$@87", "comment", "$@88", "reservations",
-  "$@89", "reservations_list", "not_empty_reservations_list",
-  "reservation", "$@90", "sub_reservation", "$@91", "reservation_params",
+  "option_data_client_classes", "$@83", "pools_list", "$@84",
+  "pools_list_content", "not_empty_pools_list", "pool_list_entry", "$@85",
+  "sub_pool4", "$@86", "pool_params", "pool_param", "pool_entry", "$@87",
+  "pool_id", "user_context", "$@88", "comment", "$@89", "reservations",
+  "$@90", "reservations_list", "not_empty_reservations_list",
+  "reservation", "$@91", "sub_reservation", "$@92", "reservation_params",
   "not_empty_reservation_params", "reservation_param", "next_server",
-  "$@92", "server_hostname", "$@93", "boot_file_name", "$@94",
-  "ip_address", "$@95", "duid", "$@96", "hw_address", "$@97",
-  "client_id_value", "$@98", "circuit_id_value", "$@99", "flex_id_value",
-  "$@100", "hostname", "$@101", "reservation_client_classes", "$@102",
-  "relay", "$@103", "relay_map", "ip_addresses", "$@104", "client_classes",
-  "$@105", "client_classes_list", "client_class_entry", "$@106",
+  "$@93", "server_hostname", "$@94", "boot_file_name", "$@95",
+  "ip_address", "$@96", "duid", "$@97", "hw_address", "$@98",
+  "client_id_value", "$@99", "circuit_id_value", "$@100", "flex_id_value",
+  "$@101", "hostname", "$@102", "reservation_client_classes", "$@103",
+  "relay", "$@104", "relay_map", "ip_addresses", "$@105", "client_classes",
+  "$@106", "client_classes_list", "client_class_entry", "$@107",
   "client_class_params", "not_empty_client_class_params",
-  "client_class_param", "client_class_name", "client_class_test", "$@107",
-  "client_class_template_test", "$@108", "only_if_required",
-  "dhcp4o6_port", "control_socket", "$@109", "control_sockets", "$@110",
-  "control_socket_list", "not_empty_control_socket_list",
-  "control_socket_entry", "$@111", "control_socket_params",
-  "control_socket_param", "control_socket_type", "$@112",
-  "control_socket_type_value", "control_socket_name", "$@113",
-  "control_socket_address", "$@114", "control_socket_port",
-  "cert_required", "authentication", "$@115", "auth_params", "auth_param",
-  "auth_type", "$@116", "auth_type_value", "realm", "$@117", "directory",
-  "$@118", "clients", "$@119", "clients_list", "not_empty_clients_list",
-  "basic_auth", "$@120", "clients_params", "clients_param", "user_file",
-  "$@121", "password_file", "$@122", "dhcp_queue_control", "$@123",
+  "client_class_param", "client_class_name", "client_class_test", "$@108",
+  "client_class_template_test", "$@109", "only_if_required",
+  "only_in_additional_list", "dhcp4o6_port", "control_socket", "$@110",
+  "control_sockets", "$@111", "control_socket_list",
+  "not_empty_control_socket_list", "control_socket_entry", "$@112",
+  "control_socket_params", "control_socket_param", "control_socket_type",
+  "$@113", "control_socket_type_value", "control_socket_name", "$@114",
+  "control_socket_address", "$@115", "control_socket_port",
+  "cert_required", "authentication", "$@116", "auth_params", "auth_param",
+  "auth_type", "$@117", "auth_type_value", "realm", "$@118", "directory",
+  "$@119", "clients", "$@120", "clients_list", "not_empty_clients_list",
+  "basic_auth", "$@121", "clients_params", "clients_param", "user_file",
+  "$@122", "password_file", "$@123", "dhcp_queue_control", "$@124",
   "queue_control_params", "queue_control_param", "enable_queue",
-  "queue_type", "$@124", "capacity", "arbitrary_map_entry", "$@125",
-  "dhcp_ddns", "$@126", "sub_dhcp_ddns", "$@127", "dhcp_ddns_params",
-  "dhcp_ddns_param", "enable_updates", "server_ip", "$@128", "server_port",
-  "sender_ip", "$@129", "sender_port", "max_queue_size", "ncr_protocol",
-  "$@130", "ncr_protocol_value", "ncr_format", "$@131", "config_control",
-  "$@132", "sub_config_control", "$@133", "config_control_params",
-  "config_control_param", "config_databases", "$@134",
-  "config_fetch_wait_time", "loggers", "$@135", "loggers_entries",
-  "logger_entry", "$@136", "logger_params", "logger_param", "debuglevel",
-  "severity", "$@137", "output_options_list", "$@138",
-  "output_options_list_content", "output_entry", "$@139",
-  "output_params_list", "output_params", "output", "$@140", "flush",
-  "maxsize", "maxver", "pattern", "$@141", "compatibility", "$@142",
+  "queue_type", "$@125", "capacity", "arbitrary_map_entry", "$@126",
+  "dhcp_ddns", "$@127", "sub_dhcp_ddns", "$@128", "dhcp_ddns_params",
+  "dhcp_ddns_param", "enable_updates", "server_ip", "$@129", "server_port",
+  "sender_ip", "$@130", "sender_port", "max_queue_size", "ncr_protocol",
+  "$@131", "ncr_protocol_value", "ncr_format", "$@132", "config_control",
+  "$@133", "sub_config_control", "$@134", "config_control_params",
+  "config_control_param", "config_databases", "$@135",
+  "config_fetch_wait_time", "loggers", "$@136", "loggers_entries",
+  "logger_entry", "$@137", "logger_params", "logger_param", "debuglevel",
+  "severity", "$@138", "output_options_list", "$@139",
+  "output_options_list_content", "output_entry", "$@140",
+  "output_params_list", "output_params", "output", "$@141", "flush",
+  "maxsize", "maxver", "pattern", "$@142", "compatibility", "$@143",
   "compatibility_params", "compatibility_param", "lenient_option_parsing",
   "ignore_dhcp_server_identifier", "ignore_rai_link_selection",
   "exclude_first_last_24", YY_NULLPTR
@@ -6563,97 +6604,98 @@ namespace isc { namespace dhcp {
   const short
   Dhcp4Parser::yyrline_[] =
   {
-       0,   322,   322,   322,   323,   323,   324,   324,   325,   325,
-     326,   326,   327,   327,   328,   328,   329,   329,   330,   330,
-     331,   331,   332,   332,   333,   333,   334,   334,   342,   343,
-     344,   345,   346,   347,   348,   351,   356,   356,   367,   370,
-     371,   374,   379,   385,   390,   390,   397,   398,   401,   405,
-     409,   415,   415,   422,   423,   426,   430,   434,   444,   453,
-     453,   468,   468,   482,   485,   491,   491,   500,   501,   502,
-     509,   510,   511,   512,   513,   514,   515,   516,   517,   518,
-     519,   520,   521,   522,   523,   524,   525,   526,   527,   528,
-     529,   530,   531,   532,   533,   534,   535,   536,   537,   538,
-     539,   540,   541,   542,   543,   544,   545,   546,   547,   548,
-     549,   550,   551,   552,   553,   554,   555,   556,   557,   558,
-     559,   560,   561,   562,   563,   564,   565,   566,   567,   568,
-     569,   570,   571,   572,   573,   574,   575,   576,   577,   580,
-     586,   592,   598,   604,   610,   616,   622,   628,   634,   640,
-     646,   646,   655,   661,   661,   670,   676,   682,   688,   694,
-     700,   706,   706,   715,   718,   721,   724,   727,   733,   733,
-     742,   742,   751,   760,   770,   770,   779,   782,   785,   788,
-     793,   799,   799,   808,   808,   817,   823,   829,   835,   841,
-     847,   853,   859,   865,   865,   877,   878,   879,   884,   885,
-     886,   887,   888,   889,   890,   891,   892,   893,   896,   896,
-     905,   905,   916,   916,   924,   925,   928,   928,   936,   938,
-     942,   948,   954,   960,   966,   966,   979,   979,   990,   991,
-     992,   997,   998,  1001,  1001,  1020,  1020,  1038,  1038,  1051,
-    1051,  1062,  1063,  1066,  1067,  1068,  1073,  1073,  1083,  1084,
-    1085,  1090,  1091,  1092,  1093,  1094,  1095,  1096,  1097,  1098,
-    1099,  1100,  1101,  1102,  1103,  1104,  1105,  1106,  1107,  1108,
-    1109,  1110,  1111,  1112,  1115,  1115,  1124,  1124,  1133,  1133,
-    1142,  1142,  1151,  1157,  1157,  1166,  1172,  1178,  1184,  1190,
-    1196,  1202,  1208,  1214,  1220,  1220,  1228,  1229,  1230,  1233,
-    1239,  1245,  1245,  1254,  1254,  1263,  1263,  1272,  1272,  1281,
-    1281,  1292,  1293,  1294,  1299,  1300,  1301,  1302,  1303,  1306,
-    1311,  1316,  1321,  1326,  1333,  1333,  1346,  1347,  1348,  1353,
-    1354,  1355,  1356,  1357,  1358,  1361,  1367,  1373,  1379,  1379,
-    1390,  1391,  1394,  1395,  1396,  1401,  1401,  1411,  1411,  1421,
-    1422,  1423,  1426,  1429,  1430,  1433,  1433,  1442,  1442,  1451,
-    1451,  1463,  1464,  1465,  1470,  1471,  1472,  1473,  1474,  1475,
-    1478,  1484,  1490,  1496,  1502,  1508,  1517,  1517,  1531,  1532,
-    1535,  1536,  1537,  1546,  1546,  1572,  1572,  1583,  1584,  1585,
-    1591,  1592,  1593,  1594,  1595,  1596,  1597,  1598,  1599,  1600,
-    1601,  1602,  1603,  1604,  1605,  1606,  1607,  1608,  1609,  1610,
-    1611,  1612,  1613,  1614,  1615,  1616,  1617,  1618,  1619,  1620,
-    1621,  1622,  1623,  1624,  1625,  1626,  1627,  1628,  1629,  1630,
-    1631,  1632,  1633,  1634,  1635,  1636,  1637,  1638,  1641,  1641,
-    1650,  1650,  1659,  1659,  1668,  1668,  1677,  1677,  1686,  1686,
-    1695,  1695,  1706,  1712,  1718,  1724,  1732,  1732,  1744,  1745,
-    1749,  1750,  1751,  1756,  1756,  1764,  1765,  1766,  1771,  1772,
-    1773,  1774,  1775,  1776,  1777,  1778,  1779,  1780,  1781,  1782,
-    1783,  1784,  1785,  1786,  1787,  1788,  1789,  1790,  1791,  1792,
-    1793,  1794,  1795,  1796,  1797,  1798,  1799,  1800,  1801,  1802,
-    1803,  1804,  1805,  1806,  1807,  1808,  1809,  1810,  1811,  1812,
-    1813,  1820,  1820,  1834,  1834,  1843,  1844,  1847,  1848,  1849,
-    1856,  1856,  1871,  1871,  1885,  1886,  1889,  1890,  1891,  1896,
-    1897,  1898,  1899,  1900,  1901,  1902,  1903,  1904,  1905,  1908,
-    1910,  1916,  1918,  1918,  1927,  1927,  1936,  1936,  1945,  1947,
-    1947,  1956,  1966,  1966,  1979,  1980,  1985,  1986,  1987,  1994,
-    1994,  2006,  2006,  2018,  2019,  2024,  2025,  2026,  2033,  2034,
-    2035,  2036,  2037,  2038,  2039,  2040,  2041,  2042,  2043,  2046,
-    2048,  2048,  2057,  2059,  2061,  2067,  2073,  2079,  2079,  2093,
-    2093,  2106,  2107,  2110,  2111,  2112,  2117,  2117,  2127,  2127,
-    2137,  2138,  2139,  2144,  2145,  2146,  2147,  2148,  2149,  2150,
-    2151,  2154,  2154,  2163,  2169,  2169,  2194,  2194,  2224,  2224,
-    2235,  2236,  2239,  2240,  2241,  2246,  2246,  2255,  2255,  2264,
-    2265,  2268,  2269,  2270,  2276,  2277,  2278,  2279,  2280,  2281,
-    2282,  2283,  2284,  2285,  2286,  2287,  2288,  2289,  2290,  2293,
-    2293,  2302,  2302,  2311,  2311,  2320,  2320,  2329,  2329,  2338,
-    2338,  2347,  2347,  2356,  2356,  2365,  2365,  2374,  2374,  2383,
-    2383,  2397,  2397,  2408,  2411,  2411,  2425,  2425,  2436,  2437,
-    2438,  2443,  2443,  2453,  2454,  2457,  2458,  2459,  2464,  2465,
-    2466,  2467,  2468,  2469,  2470,  2471,  2472,  2473,  2474,  2475,
-    2476,  2477,  2478,  2479,  2482,  2484,  2484,  2493,  2493,  2502,
-    2510,  2518,  2518,  2530,  2530,  2542,  2543,  2546,  2547,  2548,
-    2553,  2553,  2561,  2562,  2563,  2568,  2569,  2570,  2571,  2572,
-    2573,  2574,  2575,  2576,  2577,  2578,  2579,  2582,  2582,  2591,
-    2592,  2593,  2596,  2596,  2606,  2606,  2616,  2622,  2630,  2630,
-    2643,  2644,  2645,  2650,  2651,  2652,  2653,  2654,  2655,  2656,
-    2659,  2659,  2667,  2670,  2670,  2679,  2679,  2688,  2688,  2699,
-    2700,  2703,  2704,  2705,  2710,  2710,  2718,  2719,  2720,  2725,
-    2726,  2727,  2728,  2729,  2730,  2731,  2734,  2734,  2743,  2743,
-    2754,  2754,  2767,  2768,  2769,  2774,  2775,  2776,  2777,  2778,
-    2779,  2782,  2788,  2788,  2797,  2803,  2803,  2813,  2813,  2826,
-    2826,  2836,  2837,  2838,  2843,  2844,  2845,  2846,  2847,  2848,
-    2849,  2850,  2851,  2852,  2853,  2856,  2862,  2862,  2871,  2877,
-    2877,  2886,  2892,  2898,  2898,  2907,  2908,  2911,  2911,  2922,
-    2922,  2934,  2934,  2944,  2945,  2946,  2952,  2953,  2956,  2956,
-    2967,  2975,  2975,  2988,  2989,  2990,  2996,  2996,  3004,  3005,
-    3006,  3011,  3012,  3013,  3014,  3015,  3016,  3017,  3020,  3026,
-    3026,  3035,  3035,  3046,  3047,  3048,  3053,  3053,  3061,  3062,
-    3063,  3068,  3069,  3070,  3071,  3072,  3075,  3075,  3084,  3090,
-    3096,  3102,  3102,  3111,  3111,  3122,  3123,  3124,  3129,  3130,
-    3131,  3132,  3133,  3136,  3142,  3148,  3154
+       0,   324,   324,   324,   325,   325,   326,   326,   327,   327,
+     328,   328,   329,   329,   330,   330,   331,   331,   332,   332,
+     333,   333,   334,   334,   335,   335,   336,   336,   344,   345,
+     346,   347,   348,   349,   350,   353,   358,   358,   369,   372,
+     373,   376,   381,   387,   392,   392,   399,   400,   403,   407,
+     411,   417,   417,   424,   425,   428,   432,   436,   446,   455,
+     455,   470,   470,   484,   487,   493,   493,   502,   503,   504,
+     511,   512,   513,   514,   515,   516,   517,   518,   519,   520,
+     521,   522,   523,   524,   525,   526,   527,   528,   529,   530,
+     531,   532,   533,   534,   535,   536,   537,   538,   539,   540,
+     541,   542,   543,   544,   545,   546,   547,   548,   549,   550,
+     551,   552,   553,   554,   555,   556,   557,   558,   559,   560,
+     561,   562,   563,   564,   565,   566,   567,   568,   569,   570,
+     571,   572,   573,   574,   575,   576,   577,   578,   579,   582,
+     588,   594,   600,   606,   612,   618,   624,   630,   636,   642,
+     648,   648,   657,   663,   663,   672,   678,   684,   690,   696,
+     702,   708,   708,   717,   720,   723,   726,   729,   735,   735,
+     744,   744,   753,   762,   772,   772,   781,   784,   787,   790,
+     795,   801,   801,   810,   810,   819,   825,   831,   837,   843,
+     849,   855,   861,   867,   867,   879,   880,   881,   886,   887,
+     888,   889,   890,   891,   892,   893,   894,   895,   898,   898,
+     907,   907,   918,   918,   926,   927,   930,   930,   938,   940,
+     944,   950,   956,   962,   968,   968,   981,   981,   992,   993,
+     994,   999,  1000,  1003,  1003,  1022,  1022,  1040,  1040,  1053,
+    1053,  1064,  1065,  1068,  1069,  1070,  1075,  1075,  1085,  1086,
+    1087,  1092,  1093,  1094,  1095,  1096,  1097,  1098,  1099,  1100,
+    1101,  1102,  1103,  1104,  1105,  1106,  1107,  1108,  1109,  1110,
+    1111,  1112,  1113,  1114,  1117,  1117,  1126,  1126,  1135,  1135,
+    1144,  1144,  1153,  1159,  1159,  1168,  1174,  1180,  1186,  1192,
+    1198,  1204,  1210,  1216,  1222,  1222,  1230,  1231,  1232,  1235,
+    1241,  1247,  1247,  1256,  1256,  1265,  1265,  1274,  1274,  1283,
+    1283,  1294,  1295,  1296,  1301,  1302,  1303,  1304,  1305,  1308,
+    1313,  1318,  1323,  1328,  1335,  1335,  1348,  1349,  1350,  1355,
+    1356,  1357,  1358,  1359,  1360,  1363,  1369,  1375,  1381,  1381,
+    1392,  1393,  1396,  1397,  1398,  1403,  1403,  1413,  1413,  1423,
+    1424,  1425,  1428,  1431,  1432,  1435,  1435,  1444,  1444,  1453,
+    1453,  1465,  1466,  1467,  1472,  1473,  1474,  1475,  1476,  1477,
+    1480,  1486,  1492,  1498,  1504,  1510,  1519,  1519,  1533,  1534,
+    1537,  1538,  1539,  1548,  1548,  1574,  1574,  1585,  1586,  1587,
+    1593,  1594,  1595,  1596,  1597,  1598,  1599,  1600,  1601,  1602,
+    1603,  1604,  1605,  1606,  1607,  1608,  1609,  1610,  1611,  1612,
+    1613,  1614,  1615,  1616,  1617,  1618,  1619,  1620,  1621,  1622,
+    1623,  1624,  1625,  1626,  1627,  1628,  1629,  1630,  1631,  1632,
+    1633,  1634,  1635,  1636,  1637,  1638,  1639,  1640,  1641,  1644,
+    1644,  1653,  1653,  1662,  1662,  1671,  1671,  1680,  1680,  1689,
+    1689,  1699,  1699,  1710,  1710,  1722,  1728,  1734,  1740,  1748,
+    1748,  1760,  1761,  1765,  1766,  1767,  1772,  1772,  1780,  1781,
+    1782,  1787,  1788,  1789,  1790,  1791,  1792,  1793,  1794,  1795,
+    1796,  1797,  1798,  1799,  1800,  1801,  1802,  1803,  1804,  1805,
+    1806,  1807,  1808,  1809,  1810,  1811,  1812,  1813,  1814,  1815,
+    1816,  1817,  1818,  1819,  1820,  1821,  1822,  1823,  1824,  1825,
+    1826,  1827,  1828,  1829,  1830,  1837,  1837,  1851,  1851,  1860,
+    1861,  1864,  1865,  1866,  1873,  1873,  1888,  1888,  1902,  1903,
+    1906,  1907,  1908,  1913,  1914,  1915,  1916,  1917,  1918,  1919,
+    1920,  1921,  1922,  1925,  1927,  1933,  1935,  1935,  1944,  1944,
+    1953,  1953,  1962,  1964,  1964,  1973,  1983,  1983,  1996,  1997,
+    2002,  2003,  2004,  2011,  2011,  2023,  2023,  2035,  2036,  2041,
+    2042,  2043,  2050,  2051,  2052,  2053,  2054,  2055,  2056,  2057,
+    2058,  2059,  2060,  2063,  2065,  2065,  2074,  2076,  2078,  2084,
+    2090,  2096,  2096,  2110,  2110,  2123,  2124,  2127,  2128,  2129,
+    2134,  2134,  2144,  2144,  2154,  2155,  2156,  2161,  2162,  2163,
+    2164,  2165,  2166,  2167,  2168,  2169,  2172,  2172,  2181,  2187,
+    2187,  2212,  2212,  2242,  2242,  2253,  2254,  2257,  2258,  2259,
+    2264,  2264,  2273,  2273,  2282,  2283,  2286,  2287,  2288,  2294,
+    2295,  2296,  2297,  2298,  2299,  2300,  2301,  2302,  2303,  2304,
+    2305,  2306,  2307,  2308,  2311,  2311,  2320,  2320,  2329,  2329,
+    2338,  2338,  2347,  2347,  2356,  2356,  2365,  2365,  2374,  2374,
+    2383,  2383,  2392,  2392,  2401,  2401,  2415,  2415,  2426,  2429,
+    2429,  2443,  2443,  2454,  2455,  2456,  2461,  2461,  2471,  2472,
+    2475,  2476,  2477,  2482,  2483,  2484,  2485,  2486,  2487,  2488,
+    2489,  2490,  2491,  2492,  2493,  2494,  2495,  2496,  2497,  2498,
+    2501,  2503,  2503,  2512,  2512,  2522,  2528,  2536,  2544,  2544,
+    2556,  2556,  2568,  2569,  2572,  2573,  2574,  2579,  2579,  2587,
+    2588,  2589,  2594,  2595,  2596,  2597,  2598,  2599,  2600,  2601,
+    2602,  2603,  2604,  2605,  2608,  2608,  2617,  2618,  2619,  2622,
+    2622,  2632,  2632,  2642,  2648,  2656,  2656,  2669,  2670,  2671,
+    2676,  2677,  2678,  2679,  2680,  2681,  2682,  2685,  2685,  2693,
+    2696,  2696,  2705,  2705,  2714,  2714,  2725,  2726,  2729,  2730,
+    2731,  2736,  2736,  2744,  2745,  2746,  2751,  2752,  2753,  2754,
+    2755,  2756,  2757,  2760,  2760,  2769,  2769,  2780,  2780,  2793,
+    2794,  2795,  2800,  2801,  2802,  2803,  2804,  2805,  2808,  2814,
+    2814,  2823,  2829,  2829,  2839,  2839,  2852,  2852,  2862,  2863,
+    2864,  2869,  2870,  2871,  2872,  2873,  2874,  2875,  2876,  2877,
+    2878,  2879,  2882,  2888,  2888,  2897,  2903,  2903,  2912,  2918,
+    2924,  2924,  2933,  2934,  2937,  2937,  2948,  2948,  2960,  2960,
+    2970,  2971,  2972,  2978,  2979,  2982,  2982,  2993,  3001,  3001,
+    3014,  3015,  3016,  3022,  3022,  3030,  3031,  3032,  3037,  3038,
+    3039,  3040,  3041,  3042,  3043,  3046,  3052,  3052,  3061,  3061,
+    3072,  3073,  3074,  3079,  3079,  3087,  3088,  3089,  3094,  3095,
+    3096,  3097,  3098,  3101,  3101,  3110,  3116,  3122,  3128,  3128,
+    3137,  3137,  3148,  3149,  3150,  3155,  3156,  3157,  3158,  3159,
+    3162,  3168,  3174,  3180
   };
 
   void
@@ -6686,9 +6728,9 @@ namespace isc { namespace dhcp {
 
 #line 14 "dhcp4_parser.yy"
 } } // isc::dhcp
-#line 6690 "dhcp4_parser.cc"
+#line 6732 "dhcp4_parser.cc"
 
-#line 3160 "dhcp4_parser.yy"
+#line 3186 "dhcp4_parser.yy"
 
 
 void
index bf46c4f663898e568a7e40dd8664fb72c52ebbc8..83c51ddc425fe54aad851de7c6baf1be4656cf87 100644 (file)
@@ -622,108 +622,110 @@ namespace isc { namespace dhcp {
     TOKEN_HOST_RESERVATION_IDENTIFIERS = 377, // "host-reservation-identifiers"
     TOKEN_CLIENT_CLASSES = 378,    // "client-classes"
     TOKEN_REQUIRE_CLIENT_CLASSES = 379, // "require-client-classes"
-    TOKEN_TEST = 380,              // "test"
-    TOKEN_TEMPLATE_TEST = 381,     // "template-test"
-    TOKEN_ONLY_IF_REQUIRED = 382,  // "only-if-required"
-    TOKEN_CLIENT_CLASS = 383,      // "client-class"
-    TOKEN_POOL_ID = 384,           // "pool-id"
-    TOKEN_RESERVATIONS = 385,      // "reservations"
-    TOKEN_IP_ADDRESS = 386,        // "ip-address"
-    TOKEN_DUID = 387,              // "duid"
-    TOKEN_HW_ADDRESS = 388,        // "hw-address"
-    TOKEN_CIRCUIT_ID = 389,        // "circuit-id"
-    TOKEN_CLIENT_ID = 390,         // "client-id"
-    TOKEN_HOSTNAME = 391,          // "hostname"
-    TOKEN_FLEX_ID = 392,           // "flex-id"
-    TOKEN_RELAY = 393,             // "relay"
-    TOKEN_IP_ADDRESSES = 394,      // "ip-addresses"
-    TOKEN_HOOKS_LIBRARIES = 395,   // "hooks-libraries"
-    TOKEN_LIBRARY = 396,           // "library"
-    TOKEN_PARAMETERS = 397,        // "parameters"
-    TOKEN_EXPIRED_LEASES_PROCESSING = 398, // "expired-leases-processing"
-    TOKEN_RECLAIM_TIMER_WAIT_TIME = 399, // "reclaim-timer-wait-time"
-    TOKEN_FLUSH_RECLAIMED_TIMER_WAIT_TIME = 400, // "flush-reclaimed-timer-wait-time"
-    TOKEN_HOLD_RECLAIMED_TIME = 401, // "hold-reclaimed-time"
-    TOKEN_MAX_RECLAIM_LEASES = 402, // "max-reclaim-leases"
-    TOKEN_MAX_RECLAIM_TIME = 403,  // "max-reclaim-time"
-    TOKEN_UNWARNED_RECLAIM_CYCLES = 404, // "unwarned-reclaim-cycles"
-    TOKEN_DHCP4O6_PORT = 405,      // "dhcp4o6-port"
-    TOKEN_DHCP_MULTI_THREADING = 406, // "multi-threading"
-    TOKEN_ENABLE_MULTI_THREADING = 407, // "enable-multi-threading"
-    TOKEN_THREAD_POOL_SIZE = 408,  // "thread-pool-size"
-    TOKEN_PACKET_QUEUE_SIZE = 409, // "packet-queue-size"
-    TOKEN_CONTROL_SOCKET = 410,    // "control-socket"
-    TOKEN_CONTROL_SOCKETS = 411,   // "control-sockets"
-    TOKEN_SOCKET_TYPE = 412,       // "socket-type"
-    TOKEN_UNIX = 413,              // "unix"
-    TOKEN_HTTP = 414,              // "http"
-    TOKEN_HTTPS = 415,             // "https"
-    TOKEN_SOCKET_NAME = 416,       // "socket-name"
-    TOKEN_SOCKET_ADDRESS = 417,    // "socket-address"
-    TOKEN_SOCKET_PORT = 418,       // "socket-port"
-    TOKEN_AUTHENTICATION = 419,    // "authentication"
-    TOKEN_BASIC = 420,             // "basic"
-    TOKEN_REALM = 421,             // "realm"
-    TOKEN_DIRECTORY = 422,         // "directory"
-    TOKEN_CLIENTS = 423,           // "clients"
-    TOKEN_USER_FILE = 424,         // "user-file"
-    TOKEN_PASSWORD_FILE = 425,     // "password-file"
-    TOKEN_CERT_REQUIRED = 426,     // "cert-required"
-    TOKEN_DHCP_QUEUE_CONTROL = 427, // "dhcp-queue-control"
-    TOKEN_ENABLE_QUEUE = 428,      // "enable-queue"
-    TOKEN_QUEUE_TYPE = 429,        // "queue-type"
-    TOKEN_CAPACITY = 430,          // "capacity"
-    TOKEN_DHCP_DDNS = 431,         // "dhcp-ddns"
-    TOKEN_ENABLE_UPDATES = 432,    // "enable-updates"
-    TOKEN_SERVER_IP = 433,         // "server-ip"
-    TOKEN_SERVER_PORT = 434,       // "server-port"
-    TOKEN_SENDER_IP = 435,         // "sender-ip"
-    TOKEN_SENDER_PORT = 436,       // "sender-port"
-    TOKEN_MAX_QUEUE_SIZE = 437,    // "max-queue-size"
-    TOKEN_NCR_PROTOCOL = 438,      // "ncr-protocol"
-    TOKEN_NCR_FORMAT = 439,        // "ncr-format"
-    TOKEN_TCP = 440,               // "tcp"
-    TOKEN_JSON = 441,              // "JSON"
-    TOKEN_WHEN_PRESENT = 442,      // "when-present"
-    TOKEN_NEVER = 443,             // "never"
-    TOKEN_ALWAYS = 444,            // "always"
-    TOKEN_WHEN_NOT_PRESENT = 445,  // "when-not-present"
-    TOKEN_HOSTNAME_CHAR_SET = 446, // "hostname-char-set"
-    TOKEN_HOSTNAME_CHAR_REPLACEMENT = 447, // "hostname-char-replacement"
-    TOKEN_EARLY_GLOBAL_RESERVATIONS_LOOKUP = 448, // "early-global-reservations-lookup"
-    TOKEN_IP_RESERVATIONS_UNIQUE = 449, // "ip-reservations-unique"
-    TOKEN_RESERVATIONS_LOOKUP_FIRST = 450, // "reservations-lookup-first"
-    TOKEN_LOGGERS = 451,           // "loggers"
-    TOKEN_OUTPUT_OPTIONS = 452,    // "output-options"
-    TOKEN_OUTPUT = 453,            // "output"
-    TOKEN_DEBUGLEVEL = 454,        // "debuglevel"
-    TOKEN_SEVERITY = 455,          // "severity"
-    TOKEN_FLUSH = 456,             // "flush"
-    TOKEN_MAXSIZE = 457,           // "maxsize"
-    TOKEN_MAXVER = 458,            // "maxver"
-    TOKEN_PATTERN = 459,           // "pattern"
-    TOKEN_COMPATIBILITY = 460,     // "compatibility"
-    TOKEN_LENIENT_OPTION_PARSING = 461, // "lenient-option-parsing"
-    TOKEN_IGNORE_DHCP_SERVER_ID = 462, // "ignore-dhcp-server-identifier"
-    TOKEN_IGNORE_RAI_LINK_SEL = 463, // "ignore-rai-link-selection"
-    TOKEN_EXCLUDE_FIRST_LAST_24 = 464, // "exclude-first-last-24"
-    TOKEN_TOPLEVEL_JSON = 465,     // TOPLEVEL_JSON
-    TOKEN_TOPLEVEL_DHCP4 = 466,    // TOPLEVEL_DHCP4
-    TOKEN_SUB_DHCP4 = 467,         // SUB_DHCP4
-    TOKEN_SUB_INTERFACES4 = 468,   // SUB_INTERFACES4
-    TOKEN_SUB_SUBNET4 = 469,       // SUB_SUBNET4
-    TOKEN_SUB_POOL4 = 470,         // SUB_POOL4
-    TOKEN_SUB_RESERVATION = 471,   // SUB_RESERVATION
-    TOKEN_SUB_OPTION_DEFS = 472,   // SUB_OPTION_DEFS
-    TOKEN_SUB_OPTION_DEF = 473,    // SUB_OPTION_DEF
-    TOKEN_SUB_OPTION_DATA = 474,   // SUB_OPTION_DATA
-    TOKEN_SUB_HOOKS_LIBRARY = 475, // SUB_HOOKS_LIBRARY
-    TOKEN_SUB_DHCP_DDNS = 476,     // SUB_DHCP_DDNS
-    TOKEN_SUB_CONFIG_CONTROL = 477, // SUB_CONFIG_CONTROL
-    TOKEN_STRING = 478,            // "constant string"
-    TOKEN_INTEGER = 479,           // "integer"
-    TOKEN_FLOAT = 480,             // "floating point"
-    TOKEN_BOOLEAN = 481            // "boolean"
+    TOKEN_EVALUATE_ADDITIONAL_CLASSES = 380, // "evaluate-additional-classes"
+    TOKEN_TEST = 381,              // "test"
+    TOKEN_TEMPLATE_TEST = 382,     // "template-test"
+    TOKEN_ONLY_IF_REQUIRED = 383,  // "only-if-required"
+    TOKEN_ONLY_IN_ADDITIONAL_LIST = 384, // "only-in-additional-list"
+    TOKEN_CLIENT_CLASS = 385,      // "client-class"
+    TOKEN_POOL_ID = 386,           // "pool-id"
+    TOKEN_RESERVATIONS = 387,      // "reservations"
+    TOKEN_IP_ADDRESS = 388,        // "ip-address"
+    TOKEN_DUID = 389,              // "duid"
+    TOKEN_HW_ADDRESS = 390,        // "hw-address"
+    TOKEN_CIRCUIT_ID = 391,        // "circuit-id"
+    TOKEN_CLIENT_ID = 392,         // "client-id"
+    TOKEN_HOSTNAME = 393,          // "hostname"
+    TOKEN_FLEX_ID = 394,           // "flex-id"
+    TOKEN_RELAY = 395,             // "relay"
+    TOKEN_IP_ADDRESSES = 396,      // "ip-addresses"
+    TOKEN_HOOKS_LIBRARIES = 397,   // "hooks-libraries"
+    TOKEN_LIBRARY = 398,           // "library"
+    TOKEN_PARAMETERS = 399,        // "parameters"
+    TOKEN_EXPIRED_LEASES_PROCESSING = 400, // "expired-leases-processing"
+    TOKEN_RECLAIM_TIMER_WAIT_TIME = 401, // "reclaim-timer-wait-time"
+    TOKEN_FLUSH_RECLAIMED_TIMER_WAIT_TIME = 402, // "flush-reclaimed-timer-wait-time"
+    TOKEN_HOLD_RECLAIMED_TIME = 403, // "hold-reclaimed-time"
+    TOKEN_MAX_RECLAIM_LEASES = 404, // "max-reclaim-leases"
+    TOKEN_MAX_RECLAIM_TIME = 405,  // "max-reclaim-time"
+    TOKEN_UNWARNED_RECLAIM_CYCLES = 406, // "unwarned-reclaim-cycles"
+    TOKEN_DHCP4O6_PORT = 407,      // "dhcp4o6-port"
+    TOKEN_DHCP_MULTI_THREADING = 408, // "multi-threading"
+    TOKEN_ENABLE_MULTI_THREADING = 409, // "enable-multi-threading"
+    TOKEN_THREAD_POOL_SIZE = 410,  // "thread-pool-size"
+    TOKEN_PACKET_QUEUE_SIZE = 411, // "packet-queue-size"
+    TOKEN_CONTROL_SOCKET = 412,    // "control-socket"
+    TOKEN_CONTROL_SOCKETS = 413,   // "control-sockets"
+    TOKEN_SOCKET_TYPE = 414,       // "socket-type"
+    TOKEN_UNIX = 415,              // "unix"
+    TOKEN_HTTP = 416,              // "http"
+    TOKEN_HTTPS = 417,             // "https"
+    TOKEN_SOCKET_NAME = 418,       // "socket-name"
+    TOKEN_SOCKET_ADDRESS = 419,    // "socket-address"
+    TOKEN_SOCKET_PORT = 420,       // "socket-port"
+    TOKEN_AUTHENTICATION = 421,    // "authentication"
+    TOKEN_BASIC = 422,             // "basic"
+    TOKEN_REALM = 423,             // "realm"
+    TOKEN_DIRECTORY = 424,         // "directory"
+    TOKEN_CLIENTS = 425,           // "clients"
+    TOKEN_USER_FILE = 426,         // "user-file"
+    TOKEN_PASSWORD_FILE = 427,     // "password-file"
+    TOKEN_CERT_REQUIRED = 428,     // "cert-required"
+    TOKEN_DHCP_QUEUE_CONTROL = 429, // "dhcp-queue-control"
+    TOKEN_ENABLE_QUEUE = 430,      // "enable-queue"
+    TOKEN_QUEUE_TYPE = 431,        // "queue-type"
+    TOKEN_CAPACITY = 432,          // "capacity"
+    TOKEN_DHCP_DDNS = 433,         // "dhcp-ddns"
+    TOKEN_ENABLE_UPDATES = 434,    // "enable-updates"
+    TOKEN_SERVER_IP = 435,         // "server-ip"
+    TOKEN_SERVER_PORT = 436,       // "server-port"
+    TOKEN_SENDER_IP = 437,         // "sender-ip"
+    TOKEN_SENDER_PORT = 438,       // "sender-port"
+    TOKEN_MAX_QUEUE_SIZE = 439,    // "max-queue-size"
+    TOKEN_NCR_PROTOCOL = 440,      // "ncr-protocol"
+    TOKEN_NCR_FORMAT = 441,        // "ncr-format"
+    TOKEN_TCP = 442,               // "tcp"
+    TOKEN_JSON = 443,              // "JSON"
+    TOKEN_WHEN_PRESENT = 444,      // "when-present"
+    TOKEN_NEVER = 445,             // "never"
+    TOKEN_ALWAYS = 446,            // "always"
+    TOKEN_WHEN_NOT_PRESENT = 447,  // "when-not-present"
+    TOKEN_HOSTNAME_CHAR_SET = 448, // "hostname-char-set"
+    TOKEN_HOSTNAME_CHAR_REPLACEMENT = 449, // "hostname-char-replacement"
+    TOKEN_EARLY_GLOBAL_RESERVATIONS_LOOKUP = 450, // "early-global-reservations-lookup"
+    TOKEN_IP_RESERVATIONS_UNIQUE = 451, // "ip-reservations-unique"
+    TOKEN_RESERVATIONS_LOOKUP_FIRST = 452, // "reservations-lookup-first"
+    TOKEN_LOGGERS = 453,           // "loggers"
+    TOKEN_OUTPUT_OPTIONS = 454,    // "output-options"
+    TOKEN_OUTPUT = 455,            // "output"
+    TOKEN_DEBUGLEVEL = 456,        // "debuglevel"
+    TOKEN_SEVERITY = 457,          // "severity"
+    TOKEN_FLUSH = 458,             // "flush"
+    TOKEN_MAXSIZE = 459,           // "maxsize"
+    TOKEN_MAXVER = 460,            // "maxver"
+    TOKEN_PATTERN = 461,           // "pattern"
+    TOKEN_COMPATIBILITY = 462,     // "compatibility"
+    TOKEN_LENIENT_OPTION_PARSING = 463, // "lenient-option-parsing"
+    TOKEN_IGNORE_DHCP_SERVER_ID = 464, // "ignore-dhcp-server-identifier"
+    TOKEN_IGNORE_RAI_LINK_SEL = 465, // "ignore-rai-link-selection"
+    TOKEN_EXCLUDE_FIRST_LAST_24 = 466, // "exclude-first-last-24"
+    TOKEN_TOPLEVEL_JSON = 467,     // TOPLEVEL_JSON
+    TOKEN_TOPLEVEL_DHCP4 = 468,    // TOPLEVEL_DHCP4
+    TOKEN_SUB_DHCP4 = 469,         // SUB_DHCP4
+    TOKEN_SUB_INTERFACES4 = 470,   // SUB_INTERFACES4
+    TOKEN_SUB_SUBNET4 = 471,       // SUB_SUBNET4
+    TOKEN_SUB_POOL4 = 472,         // SUB_POOL4
+    TOKEN_SUB_RESERVATION = 473,   // SUB_RESERVATION
+    TOKEN_SUB_OPTION_DEFS = 474,   // SUB_OPTION_DEFS
+    TOKEN_SUB_OPTION_DEF = 475,    // SUB_OPTION_DEF
+    TOKEN_SUB_OPTION_DATA = 476,   // SUB_OPTION_DATA
+    TOKEN_SUB_HOOKS_LIBRARY = 477, // SUB_HOOKS_LIBRARY
+    TOKEN_SUB_DHCP_DDNS = 478,     // SUB_DHCP_DDNS
+    TOKEN_SUB_CONFIG_CONTROL = 479, // SUB_CONFIG_CONTROL
+    TOKEN_STRING = 480,            // "constant string"
+    TOKEN_INTEGER = 481,           // "integer"
+    TOKEN_FLOAT = 482,             // "floating point"
+    TOKEN_BOOLEAN = 483            // "boolean"
       };
       /// Backward compatibility alias (Bison 3.6).
       typedef token_kind_type yytokentype;
@@ -740,7 +742,7 @@ namespace isc { namespace dhcp {
     {
       enum symbol_kind_type
       {
-        YYNTOKENS = 227, ///< Number of tokens.
+        YYNTOKENS = 229, ///< Number of tokens.
         S_YYEMPTY = -2,
         S_YYEOF = 0,                             // "end of file"
         S_YYerror = 1,                           // error
@@ -867,571 +869,576 @@ namespace isc { namespace dhcp {
         S_HOST_RESERVATION_IDENTIFIERS = 122,    // "host-reservation-identifiers"
         S_CLIENT_CLASSES = 123,                  // "client-classes"
         S_REQUIRE_CLIENT_CLASSES = 124,          // "require-client-classes"
-        S_TEST = 125,                            // "test"
-        S_TEMPLATE_TEST = 126,                   // "template-test"
-        S_ONLY_IF_REQUIRED = 127,                // "only-if-required"
-        S_CLIENT_CLASS = 128,                    // "client-class"
-        S_POOL_ID = 129,                         // "pool-id"
-        S_RESERVATIONS = 130,                    // "reservations"
-        S_IP_ADDRESS = 131,                      // "ip-address"
-        S_DUID = 132,                            // "duid"
-        S_HW_ADDRESS = 133,                      // "hw-address"
-        S_CIRCUIT_ID = 134,                      // "circuit-id"
-        S_CLIENT_ID = 135,                       // "client-id"
-        S_HOSTNAME = 136,                        // "hostname"
-        S_FLEX_ID = 137,                         // "flex-id"
-        S_RELAY = 138,                           // "relay"
-        S_IP_ADDRESSES = 139,                    // "ip-addresses"
-        S_HOOKS_LIBRARIES = 140,                 // "hooks-libraries"
-        S_LIBRARY = 141,                         // "library"
-        S_PARAMETERS = 142,                      // "parameters"
-        S_EXPIRED_LEASES_PROCESSING = 143,       // "expired-leases-processing"
-        S_RECLAIM_TIMER_WAIT_TIME = 144,         // "reclaim-timer-wait-time"
-        S_FLUSH_RECLAIMED_TIMER_WAIT_TIME = 145, // "flush-reclaimed-timer-wait-time"
-        S_HOLD_RECLAIMED_TIME = 146,             // "hold-reclaimed-time"
-        S_MAX_RECLAIM_LEASES = 147,              // "max-reclaim-leases"
-        S_MAX_RECLAIM_TIME = 148,                // "max-reclaim-time"
-        S_UNWARNED_RECLAIM_CYCLES = 149,         // "unwarned-reclaim-cycles"
-        S_DHCP4O6_PORT = 150,                    // "dhcp4o6-port"
-        S_DHCP_MULTI_THREADING = 151,            // "multi-threading"
-        S_ENABLE_MULTI_THREADING = 152,          // "enable-multi-threading"
-        S_THREAD_POOL_SIZE = 153,                // "thread-pool-size"
-        S_PACKET_QUEUE_SIZE = 154,               // "packet-queue-size"
-        S_CONTROL_SOCKET = 155,                  // "control-socket"
-        S_CONTROL_SOCKETS = 156,                 // "control-sockets"
-        S_SOCKET_TYPE = 157,                     // "socket-type"
-        S_UNIX = 158,                            // "unix"
-        S_HTTP = 159,                            // "http"
-        S_HTTPS = 160,                           // "https"
-        S_SOCKET_NAME = 161,                     // "socket-name"
-        S_SOCKET_ADDRESS = 162,                  // "socket-address"
-        S_SOCKET_PORT = 163,                     // "socket-port"
-        S_AUTHENTICATION = 164,                  // "authentication"
-        S_BASIC = 165,                           // "basic"
-        S_REALM = 166,                           // "realm"
-        S_DIRECTORY = 167,                       // "directory"
-        S_CLIENTS = 168,                         // "clients"
-        S_USER_FILE = 169,                       // "user-file"
-        S_PASSWORD_FILE = 170,                   // "password-file"
-        S_CERT_REQUIRED = 171,                   // "cert-required"
-        S_DHCP_QUEUE_CONTROL = 172,              // "dhcp-queue-control"
-        S_ENABLE_QUEUE = 173,                    // "enable-queue"
-        S_QUEUE_TYPE = 174,                      // "queue-type"
-        S_CAPACITY = 175,                        // "capacity"
-        S_DHCP_DDNS = 176,                       // "dhcp-ddns"
-        S_ENABLE_UPDATES = 177,                  // "enable-updates"
-        S_SERVER_IP = 178,                       // "server-ip"
-        S_SERVER_PORT = 179,                     // "server-port"
-        S_SENDER_IP = 180,                       // "sender-ip"
-        S_SENDER_PORT = 181,                     // "sender-port"
-        S_MAX_QUEUE_SIZE = 182,                  // "max-queue-size"
-        S_NCR_PROTOCOL = 183,                    // "ncr-protocol"
-        S_NCR_FORMAT = 184,                      // "ncr-format"
-        S_TCP = 185,                             // "tcp"
-        S_JSON = 186,                            // "JSON"
-        S_WHEN_PRESENT = 187,                    // "when-present"
-        S_NEVER = 188,                           // "never"
-        S_ALWAYS = 189,                          // "always"
-        S_WHEN_NOT_PRESENT = 190,                // "when-not-present"
-        S_HOSTNAME_CHAR_SET = 191,               // "hostname-char-set"
-        S_HOSTNAME_CHAR_REPLACEMENT = 192,       // "hostname-char-replacement"
-        S_EARLY_GLOBAL_RESERVATIONS_LOOKUP = 193, // "early-global-reservations-lookup"
-        S_IP_RESERVATIONS_UNIQUE = 194,          // "ip-reservations-unique"
-        S_RESERVATIONS_LOOKUP_FIRST = 195,       // "reservations-lookup-first"
-        S_LOGGERS = 196,                         // "loggers"
-        S_OUTPUT_OPTIONS = 197,                  // "output-options"
-        S_OUTPUT = 198,                          // "output"
-        S_DEBUGLEVEL = 199,                      // "debuglevel"
-        S_SEVERITY = 200,                        // "severity"
-        S_FLUSH = 201,                           // "flush"
-        S_MAXSIZE = 202,                         // "maxsize"
-        S_MAXVER = 203,                          // "maxver"
-        S_PATTERN = 204,                         // "pattern"
-        S_COMPATIBILITY = 205,                   // "compatibility"
-        S_LENIENT_OPTION_PARSING = 206,          // "lenient-option-parsing"
-        S_IGNORE_DHCP_SERVER_ID = 207,           // "ignore-dhcp-server-identifier"
-        S_IGNORE_RAI_LINK_SEL = 208,             // "ignore-rai-link-selection"
-        S_EXCLUDE_FIRST_LAST_24 = 209,           // "exclude-first-last-24"
-        S_TOPLEVEL_JSON = 210,                   // TOPLEVEL_JSON
-        S_TOPLEVEL_DHCP4 = 211,                  // TOPLEVEL_DHCP4
-        S_SUB_DHCP4 = 212,                       // SUB_DHCP4
-        S_SUB_INTERFACES4 = 213,                 // SUB_INTERFACES4
-        S_SUB_SUBNET4 = 214,                     // SUB_SUBNET4
-        S_SUB_POOL4 = 215,                       // SUB_POOL4
-        S_SUB_RESERVATION = 216,                 // SUB_RESERVATION
-        S_SUB_OPTION_DEFS = 217,                 // SUB_OPTION_DEFS
-        S_SUB_OPTION_DEF = 218,                  // SUB_OPTION_DEF
-        S_SUB_OPTION_DATA = 219,                 // SUB_OPTION_DATA
-        S_SUB_HOOKS_LIBRARY = 220,               // SUB_HOOKS_LIBRARY
-        S_SUB_DHCP_DDNS = 221,                   // SUB_DHCP_DDNS
-        S_SUB_CONFIG_CONTROL = 222,              // SUB_CONFIG_CONTROL
-        S_STRING = 223,                          // "constant string"
-        S_INTEGER = 224,                         // "integer"
-        S_FLOAT = 225,                           // "floating point"
-        S_BOOLEAN = 226,                         // "boolean"
-        S_YYACCEPT = 227,                        // $accept
-        S_start = 228,                           // start
-        S_229_1 = 229,                           // $@1
-        S_230_2 = 230,                           // $@2
-        S_231_3 = 231,                           // $@3
-        S_232_4 = 232,                           // $@4
-        S_233_5 = 233,                           // $@5
-        S_234_6 = 234,                           // $@6
-        S_235_7 = 235,                           // $@7
-        S_236_8 = 236,                           // $@8
-        S_237_9 = 237,                           // $@9
-        S_238_10 = 238,                          // $@10
-        S_239_11 = 239,                          // $@11
-        S_240_12 = 240,                          // $@12
-        S_241_13 = 241,                          // $@13
-        S_value = 242,                           // value
-        S_sub_json = 243,                        // sub_json
-        S_map2 = 244,                            // map2
-        S_245_14 = 245,                          // $@14
-        S_map_value = 246,                       // map_value
-        S_map_content = 247,                     // map_content
-        S_not_empty_map = 248,                   // not_empty_map
-        S_list_generic = 249,                    // list_generic
-        S_250_15 = 250,                          // $@15
-        S_list_content = 251,                    // list_content
-        S_not_empty_list = 252,                  // not_empty_list
-        S_list_strings = 253,                    // list_strings
-        S_254_16 = 254,                          // $@16
-        S_list_strings_content = 255,            // list_strings_content
-        S_not_empty_list_strings = 256,          // not_empty_list_strings
-        S_unknown_map_entry = 257,               // unknown_map_entry
-        S_syntax_map = 258,                      // syntax_map
-        S_259_17 = 259,                          // $@17
-        S_global_object = 260,                   // global_object
-        S_261_18 = 261,                          // $@18
-        S_global_object_comma = 262,             // global_object_comma
-        S_sub_dhcp4 = 263,                       // sub_dhcp4
-        S_264_19 = 264,                          // $@19
-        S_global_params = 265,                   // global_params
-        S_global_param = 266,                    // global_param
-        S_valid_lifetime = 267,                  // valid_lifetime
-        S_min_valid_lifetime = 268,              // min_valid_lifetime
-        S_max_valid_lifetime = 269,              // max_valid_lifetime
-        S_renew_timer = 270,                     // renew_timer
-        S_rebind_timer = 271,                    // rebind_timer
-        S_calculate_tee_times = 272,             // calculate_tee_times
-        S_t1_percent = 273,                      // t1_percent
-        S_t2_percent = 274,                      // t2_percent
-        S_cache_threshold = 275,                 // cache_threshold
-        S_cache_max_age = 276,                   // cache_max_age
-        S_decline_probation_period = 277,        // decline_probation_period
-        S_server_tag = 278,                      // server_tag
-        S_279_20 = 279,                          // $@20
-        S_parked_packet_limit = 280,             // parked_packet_limit
-        S_allocator = 281,                       // allocator
-        S_282_21 = 282,                          // $@21
-        S_echo_client_id = 283,                  // echo_client_id
-        S_match_client_id = 284,                 // match_client_id
-        S_authoritative = 285,                   // authoritative
-        S_ddns_send_updates = 286,               // ddns_send_updates
-        S_ddns_override_no_update = 287,         // ddns_override_no_update
-        S_ddns_override_client_update = 288,     // ddns_override_client_update
-        S_ddns_replace_client_name = 289,        // ddns_replace_client_name
-        S_290_22 = 290,                          // $@22
-        S_ddns_replace_client_name_value = 291,  // ddns_replace_client_name_value
-        S_ddns_generated_prefix = 292,           // ddns_generated_prefix
-        S_293_23 = 293,                          // $@23
-        S_ddns_qualifying_suffix = 294,          // ddns_qualifying_suffix
-        S_295_24 = 295,                          // $@24
-        S_ddns_update_on_renew = 296,            // ddns_update_on_renew
-        S_ddns_use_conflict_resolution = 297,    // ddns_use_conflict_resolution
-        S_ddns_conflict_resolution_mode = 298,   // ddns_conflict_resolution_mode
-        S_299_25 = 299,                          // $@25
-        S_ddns_conflict_resolution_mode_value = 300, // ddns_conflict_resolution_mode_value
-        S_ddns_ttl_percent = 301,                // ddns_ttl_percent
-        S_hostname_char_set = 302,               // hostname_char_set
-        S_303_26 = 303,                          // $@26
-        S_hostname_char_replacement = 304,       // hostname_char_replacement
-        S_305_27 = 305,                          // $@27
-        S_store_extended_info = 306,             // store_extended_info
-        S_statistic_default_sample_count = 307,  // statistic_default_sample_count
-        S_statistic_default_sample_age = 308,    // statistic_default_sample_age
-        S_early_global_reservations_lookup = 309, // early_global_reservations_lookup
-        S_ip_reservations_unique = 310,          // ip_reservations_unique
-        S_reservations_lookup_first = 311,       // reservations_lookup_first
-        S_offer_lifetime = 312,                  // offer_lifetime
-        S_stash_agent_options = 313,             // stash_agent_options
-        S_interfaces_config = 314,               // interfaces_config
-        S_315_28 = 315,                          // $@28
-        S_interfaces_config_params = 316,        // interfaces_config_params
-        S_interfaces_config_param = 317,         // interfaces_config_param
-        S_sub_interfaces4 = 318,                 // sub_interfaces4
-        S_319_29 = 319,                          // $@29
-        S_interfaces_list = 320,                 // interfaces_list
-        S_321_30 = 321,                          // $@30
-        S_dhcp_socket_type = 322,                // dhcp_socket_type
-        S_323_31 = 323,                          // $@31
-        S_socket_type = 324,                     // socket_type
-        S_outbound_interface = 325,              // outbound_interface
-        S_326_32 = 326,                          // $@32
-        S_outbound_interface_value = 327,        // outbound_interface_value
-        S_re_detect = 328,                       // re_detect
-        S_service_sockets_require_all = 329,     // service_sockets_require_all
-        S_service_sockets_retry_wait_time = 330, // service_sockets_retry_wait_time
-        S_service_sockets_max_retries = 331,     // service_sockets_max_retries
-        S_lease_database = 332,                  // lease_database
-        S_333_33 = 333,                          // $@33
-        S_sanity_checks = 334,                   // sanity_checks
-        S_335_34 = 335,                          // $@34
-        S_sanity_checks_params = 336,            // sanity_checks_params
-        S_sanity_checks_param = 337,             // sanity_checks_param
-        S_lease_checks = 338,                    // lease_checks
-        S_339_35 = 339,                          // $@35
-        S_extended_info_checks = 340,            // extended_info_checks
-        S_341_36 = 341,                          // $@36
-        S_hosts_database = 342,                  // hosts_database
-        S_343_37 = 343,                          // $@37
-        S_hosts_databases = 344,                 // hosts_databases
-        S_345_38 = 345,                          // $@38
-        S_database_list = 346,                   // database_list
-        S_not_empty_database_list = 347,         // not_empty_database_list
-        S_database = 348,                        // database
-        S_349_39 = 349,                          // $@39
-        S_database_map_params = 350,             // database_map_params
-        S_database_map_param = 351,              // database_map_param
-        S_database_type = 352,                   // database_type
-        S_353_40 = 353,                          // $@40
-        S_user = 354,                            // user
-        S_355_41 = 355,                          // $@41
-        S_password = 356,                        // password
-        S_357_42 = 357,                          // $@42
-        S_host = 358,                            // host
-        S_359_43 = 359,                          // $@43
-        S_port = 360,                            // port
-        S_name = 361,                            // name
-        S_362_44 = 362,                          // $@44
-        S_persist = 363,                         // persist
-        S_lfc_interval = 364,                    // lfc_interval
-        S_readonly = 365,                        // readonly
-        S_connect_timeout = 366,                 // connect_timeout
-        S_read_timeout = 367,                    // read_timeout
-        S_write_timeout = 368,                   // write_timeout
-        S_tcp_user_timeout = 369,                // tcp_user_timeout
-        S_max_reconnect_tries = 370,             // max_reconnect_tries
-        S_reconnect_wait_time = 371,             // reconnect_wait_time
-        S_on_fail = 372,                         // on_fail
-        S_373_45 = 373,                          // $@45
-        S_on_fail_mode = 374,                    // on_fail_mode
-        S_retry_on_startup = 375,                // retry_on_startup
-        S_max_row_errors = 376,                  // max_row_errors
-        S_trust_anchor = 377,                    // trust_anchor
-        S_378_46 = 378,                          // $@46
-        S_cert_file = 379,                       // cert_file
-        S_380_47 = 380,                          // $@47
-        S_key_file = 381,                        // key_file
-        S_382_48 = 382,                          // $@48
-        S_cipher_list = 383,                     // cipher_list
-        S_384_49 = 384,                          // $@49
-        S_host_reservation_identifiers = 385,    // host_reservation_identifiers
-        S_386_50 = 386,                          // $@50
-        S_host_reservation_identifiers_list = 387, // host_reservation_identifiers_list
-        S_host_reservation_identifier = 388,     // host_reservation_identifier
-        S_duid_id = 389,                         // duid_id
-        S_hw_address_id = 390,                   // hw_address_id
-        S_circuit_id = 391,                      // circuit_id
-        S_client_id = 392,                       // client_id
-        S_flex_id = 393,                         // flex_id
-        S_dhcp_multi_threading = 394,            // dhcp_multi_threading
-        S_395_51 = 395,                          // $@51
-        S_multi_threading_params = 396,          // multi_threading_params
-        S_multi_threading_param = 397,           // multi_threading_param
-        S_enable_multi_threading = 398,          // enable_multi_threading
-        S_thread_pool_size = 399,                // thread_pool_size
-        S_packet_queue_size = 400,               // packet_queue_size
-        S_hooks_libraries = 401,                 // hooks_libraries
-        S_402_52 = 402,                          // $@52
-        S_hooks_libraries_list = 403,            // hooks_libraries_list
-        S_not_empty_hooks_libraries_list = 404,  // not_empty_hooks_libraries_list
-        S_hooks_library = 405,                   // hooks_library
-        S_406_53 = 406,                          // $@53
-        S_sub_hooks_library = 407,               // sub_hooks_library
-        S_408_54 = 408,                          // $@54
-        S_hooks_params = 409,                    // hooks_params
-        S_hooks_param = 410,                     // hooks_param
-        S_library = 411,                         // library
-        S_412_55 = 412,                          // $@55
-        S_parameters = 413,                      // parameters
-        S_414_56 = 414,                          // $@56
-        S_expired_leases_processing = 415,       // expired_leases_processing
-        S_416_57 = 416,                          // $@57
-        S_expired_leases_params = 417,           // expired_leases_params
-        S_expired_leases_param = 418,            // expired_leases_param
-        S_reclaim_timer_wait_time = 419,         // reclaim_timer_wait_time
-        S_flush_reclaimed_timer_wait_time = 420, // flush_reclaimed_timer_wait_time
-        S_hold_reclaimed_time = 421,             // hold_reclaimed_time
-        S_max_reclaim_leases = 422,              // max_reclaim_leases
-        S_max_reclaim_time = 423,                // max_reclaim_time
-        S_unwarned_reclaim_cycles = 424,         // unwarned_reclaim_cycles
-        S_subnet4_list = 425,                    // subnet4_list
-        S_426_58 = 426,                          // $@58
-        S_subnet4_list_content = 427,            // subnet4_list_content
-        S_not_empty_subnet4_list = 428,          // not_empty_subnet4_list
-        S_subnet4 = 429,                         // subnet4
-        S_430_59 = 430,                          // $@59
-        S_sub_subnet4 = 431,                     // sub_subnet4
-        S_432_60 = 432,                          // $@60
-        S_subnet4_params = 433,                  // subnet4_params
-        S_subnet4_param = 434,                   // subnet4_param
-        S_subnet = 435,                          // subnet
-        S_436_61 = 436,                          // $@61
-        S_subnet_4o6_interface = 437,            // subnet_4o6_interface
-        S_438_62 = 438,                          // $@62
-        S_subnet_4o6_interface_id = 439,         // subnet_4o6_interface_id
-        S_440_63 = 440,                          // $@63
-        S_subnet_4o6_subnet = 441,               // subnet_4o6_subnet
-        S_442_64 = 442,                          // $@64
-        S_interface = 443,                       // interface
-        S_444_65 = 444,                          // $@65
-        S_client_class = 445,                    // client_class
-        S_446_66 = 446,                          // $@66
-        S_require_client_classes = 447,          // require_client_classes
-        S_448_67 = 448,                          // $@67
-        S_reservations_global = 449,             // reservations_global
-        S_reservations_in_subnet = 450,          // reservations_in_subnet
-        S_reservations_out_of_pool = 451,        // reservations_out_of_pool
-        S_id = 452,                              // id
-        S_shared_networks = 453,                 // shared_networks
-        S_454_68 = 454,                          // $@68
-        S_shared_networks_content = 455,         // shared_networks_content
-        S_shared_networks_list = 456,            // shared_networks_list
-        S_shared_network = 457,                  // shared_network
+        S_EVALUATE_ADDITIONAL_CLASSES = 125,     // "evaluate-additional-classes"
+        S_TEST = 126,                            // "test"
+        S_TEMPLATE_TEST = 127,                   // "template-test"
+        S_ONLY_IF_REQUIRED = 128,                // "only-if-required"
+        S_ONLY_IN_ADDITIONAL_LIST = 129,         // "only-in-additional-list"
+        S_CLIENT_CLASS = 130,                    // "client-class"
+        S_POOL_ID = 131,                         // "pool-id"
+        S_RESERVATIONS = 132,                    // "reservations"
+        S_IP_ADDRESS = 133,                      // "ip-address"
+        S_DUID = 134,                            // "duid"
+        S_HW_ADDRESS = 135,                      // "hw-address"
+        S_CIRCUIT_ID = 136,                      // "circuit-id"
+        S_CLIENT_ID = 137,                       // "client-id"
+        S_HOSTNAME = 138,                        // "hostname"
+        S_FLEX_ID = 139,                         // "flex-id"
+        S_RELAY = 140,                           // "relay"
+        S_IP_ADDRESSES = 141,                    // "ip-addresses"
+        S_HOOKS_LIBRARIES = 142,                 // "hooks-libraries"
+        S_LIBRARY = 143,                         // "library"
+        S_PARAMETERS = 144,                      // "parameters"
+        S_EXPIRED_LEASES_PROCESSING = 145,       // "expired-leases-processing"
+        S_RECLAIM_TIMER_WAIT_TIME = 146,         // "reclaim-timer-wait-time"
+        S_FLUSH_RECLAIMED_TIMER_WAIT_TIME = 147, // "flush-reclaimed-timer-wait-time"
+        S_HOLD_RECLAIMED_TIME = 148,             // "hold-reclaimed-time"
+        S_MAX_RECLAIM_LEASES = 149,              // "max-reclaim-leases"
+        S_MAX_RECLAIM_TIME = 150,                // "max-reclaim-time"
+        S_UNWARNED_RECLAIM_CYCLES = 151,         // "unwarned-reclaim-cycles"
+        S_DHCP4O6_PORT = 152,                    // "dhcp4o6-port"
+        S_DHCP_MULTI_THREADING = 153,            // "multi-threading"
+        S_ENABLE_MULTI_THREADING = 154,          // "enable-multi-threading"
+        S_THREAD_POOL_SIZE = 155,                // "thread-pool-size"
+        S_PACKET_QUEUE_SIZE = 156,               // "packet-queue-size"
+        S_CONTROL_SOCKET = 157,                  // "control-socket"
+        S_CONTROL_SOCKETS = 158,                 // "control-sockets"
+        S_SOCKET_TYPE = 159,                     // "socket-type"
+        S_UNIX = 160,                            // "unix"
+        S_HTTP = 161,                            // "http"
+        S_HTTPS = 162,                           // "https"
+        S_SOCKET_NAME = 163,                     // "socket-name"
+        S_SOCKET_ADDRESS = 164,                  // "socket-address"
+        S_SOCKET_PORT = 165,                     // "socket-port"
+        S_AUTHENTICATION = 166,                  // "authentication"
+        S_BASIC = 167,                           // "basic"
+        S_REALM = 168,                           // "realm"
+        S_DIRECTORY = 169,                       // "directory"
+        S_CLIENTS = 170,                         // "clients"
+        S_USER_FILE = 171,                       // "user-file"
+        S_PASSWORD_FILE = 172,                   // "password-file"
+        S_CERT_REQUIRED = 173,                   // "cert-required"
+        S_DHCP_QUEUE_CONTROL = 174,              // "dhcp-queue-control"
+        S_ENABLE_QUEUE = 175,                    // "enable-queue"
+        S_QUEUE_TYPE = 176,                      // "queue-type"
+        S_CAPACITY = 177,                        // "capacity"
+        S_DHCP_DDNS = 178,                       // "dhcp-ddns"
+        S_ENABLE_UPDATES = 179,                  // "enable-updates"
+        S_SERVER_IP = 180,                       // "server-ip"
+        S_SERVER_PORT = 181,                     // "server-port"
+        S_SENDER_IP = 182,                       // "sender-ip"
+        S_SENDER_PORT = 183,                     // "sender-port"
+        S_MAX_QUEUE_SIZE = 184,                  // "max-queue-size"
+        S_NCR_PROTOCOL = 185,                    // "ncr-protocol"
+        S_NCR_FORMAT = 186,                      // "ncr-format"
+        S_TCP = 187,                             // "tcp"
+        S_JSON = 188,                            // "JSON"
+        S_WHEN_PRESENT = 189,                    // "when-present"
+        S_NEVER = 190,                           // "never"
+        S_ALWAYS = 191,                          // "always"
+        S_WHEN_NOT_PRESENT = 192,                // "when-not-present"
+        S_HOSTNAME_CHAR_SET = 193,               // "hostname-char-set"
+        S_HOSTNAME_CHAR_REPLACEMENT = 194,       // "hostname-char-replacement"
+        S_EARLY_GLOBAL_RESERVATIONS_LOOKUP = 195, // "early-global-reservations-lookup"
+        S_IP_RESERVATIONS_UNIQUE = 196,          // "ip-reservations-unique"
+        S_RESERVATIONS_LOOKUP_FIRST = 197,       // "reservations-lookup-first"
+        S_LOGGERS = 198,                         // "loggers"
+        S_OUTPUT_OPTIONS = 199,                  // "output-options"
+        S_OUTPUT = 200,                          // "output"
+        S_DEBUGLEVEL = 201,                      // "debuglevel"
+        S_SEVERITY = 202,                        // "severity"
+        S_FLUSH = 203,                           // "flush"
+        S_MAXSIZE = 204,                         // "maxsize"
+        S_MAXVER = 205,                          // "maxver"
+        S_PATTERN = 206,                         // "pattern"
+        S_COMPATIBILITY = 207,                   // "compatibility"
+        S_LENIENT_OPTION_PARSING = 208,          // "lenient-option-parsing"
+        S_IGNORE_DHCP_SERVER_ID = 209,           // "ignore-dhcp-server-identifier"
+        S_IGNORE_RAI_LINK_SEL = 210,             // "ignore-rai-link-selection"
+        S_EXCLUDE_FIRST_LAST_24 = 211,           // "exclude-first-last-24"
+        S_TOPLEVEL_JSON = 212,                   // TOPLEVEL_JSON
+        S_TOPLEVEL_DHCP4 = 213,                  // TOPLEVEL_DHCP4
+        S_SUB_DHCP4 = 214,                       // SUB_DHCP4
+        S_SUB_INTERFACES4 = 215,                 // SUB_INTERFACES4
+        S_SUB_SUBNET4 = 216,                     // SUB_SUBNET4
+        S_SUB_POOL4 = 217,                       // SUB_POOL4
+        S_SUB_RESERVATION = 218,                 // SUB_RESERVATION
+        S_SUB_OPTION_DEFS = 219,                 // SUB_OPTION_DEFS
+        S_SUB_OPTION_DEF = 220,                  // SUB_OPTION_DEF
+        S_SUB_OPTION_DATA = 221,                 // SUB_OPTION_DATA
+        S_SUB_HOOKS_LIBRARY = 222,               // SUB_HOOKS_LIBRARY
+        S_SUB_DHCP_DDNS = 223,                   // SUB_DHCP_DDNS
+        S_SUB_CONFIG_CONTROL = 224,              // SUB_CONFIG_CONTROL
+        S_STRING = 225,                          // "constant string"
+        S_INTEGER = 226,                         // "integer"
+        S_FLOAT = 227,                           // "floating point"
+        S_BOOLEAN = 228,                         // "boolean"
+        S_YYACCEPT = 229,                        // $accept
+        S_start = 230,                           // start
+        S_231_1 = 231,                           // $@1
+        S_232_2 = 232,                           // $@2
+        S_233_3 = 233,                           // $@3
+        S_234_4 = 234,                           // $@4
+        S_235_5 = 235,                           // $@5
+        S_236_6 = 236,                           // $@6
+        S_237_7 = 237,                           // $@7
+        S_238_8 = 238,                           // $@8
+        S_239_9 = 239,                           // $@9
+        S_240_10 = 240,                          // $@10
+        S_241_11 = 241,                          // $@11
+        S_242_12 = 242,                          // $@12
+        S_243_13 = 243,                          // $@13
+        S_value = 244,                           // value
+        S_sub_json = 245,                        // sub_json
+        S_map2 = 246,                            // map2
+        S_247_14 = 247,                          // $@14
+        S_map_value = 248,                       // map_value
+        S_map_content = 249,                     // map_content
+        S_not_empty_map = 250,                   // not_empty_map
+        S_list_generic = 251,                    // list_generic
+        S_252_15 = 252,                          // $@15
+        S_list_content = 253,                    // list_content
+        S_not_empty_list = 254,                  // not_empty_list
+        S_list_strings = 255,                    // list_strings
+        S_256_16 = 256,                          // $@16
+        S_list_strings_content = 257,            // list_strings_content
+        S_not_empty_list_strings = 258,          // not_empty_list_strings
+        S_unknown_map_entry = 259,               // unknown_map_entry
+        S_syntax_map = 260,                      // syntax_map
+        S_261_17 = 261,                          // $@17
+        S_global_object = 262,                   // global_object
+        S_263_18 = 263,                          // $@18
+        S_global_object_comma = 264,             // global_object_comma
+        S_sub_dhcp4 = 265,                       // sub_dhcp4
+        S_266_19 = 266,                          // $@19
+        S_global_params = 267,                   // global_params
+        S_global_param = 268,                    // global_param
+        S_valid_lifetime = 269,                  // valid_lifetime
+        S_min_valid_lifetime = 270,              // min_valid_lifetime
+        S_max_valid_lifetime = 271,              // max_valid_lifetime
+        S_renew_timer = 272,                     // renew_timer
+        S_rebind_timer = 273,                    // rebind_timer
+        S_calculate_tee_times = 274,             // calculate_tee_times
+        S_t1_percent = 275,                      // t1_percent
+        S_t2_percent = 276,                      // t2_percent
+        S_cache_threshold = 277,                 // cache_threshold
+        S_cache_max_age = 278,                   // cache_max_age
+        S_decline_probation_period = 279,        // decline_probation_period
+        S_server_tag = 280,                      // server_tag
+        S_281_20 = 281,                          // $@20
+        S_parked_packet_limit = 282,             // parked_packet_limit
+        S_allocator = 283,                       // allocator
+        S_284_21 = 284,                          // $@21
+        S_echo_client_id = 285,                  // echo_client_id
+        S_match_client_id = 286,                 // match_client_id
+        S_authoritative = 287,                   // authoritative
+        S_ddns_send_updates = 288,               // ddns_send_updates
+        S_ddns_override_no_update = 289,         // ddns_override_no_update
+        S_ddns_override_client_update = 290,     // ddns_override_client_update
+        S_ddns_replace_client_name = 291,        // ddns_replace_client_name
+        S_292_22 = 292,                          // $@22
+        S_ddns_replace_client_name_value = 293,  // ddns_replace_client_name_value
+        S_ddns_generated_prefix = 294,           // ddns_generated_prefix
+        S_295_23 = 295,                          // $@23
+        S_ddns_qualifying_suffix = 296,          // ddns_qualifying_suffix
+        S_297_24 = 297,                          // $@24
+        S_ddns_update_on_renew = 298,            // ddns_update_on_renew
+        S_ddns_use_conflict_resolution = 299,    // ddns_use_conflict_resolution
+        S_ddns_conflict_resolution_mode = 300,   // ddns_conflict_resolution_mode
+        S_301_25 = 301,                          // $@25
+        S_ddns_conflict_resolution_mode_value = 302, // ddns_conflict_resolution_mode_value
+        S_ddns_ttl_percent = 303,                // ddns_ttl_percent
+        S_hostname_char_set = 304,               // hostname_char_set
+        S_305_26 = 305,                          // $@26
+        S_hostname_char_replacement = 306,       // hostname_char_replacement
+        S_307_27 = 307,                          // $@27
+        S_store_extended_info = 308,             // store_extended_info
+        S_statistic_default_sample_count = 309,  // statistic_default_sample_count
+        S_statistic_default_sample_age = 310,    // statistic_default_sample_age
+        S_early_global_reservations_lookup = 311, // early_global_reservations_lookup
+        S_ip_reservations_unique = 312,          // ip_reservations_unique
+        S_reservations_lookup_first = 313,       // reservations_lookup_first
+        S_offer_lifetime = 314,                  // offer_lifetime
+        S_stash_agent_options = 315,             // stash_agent_options
+        S_interfaces_config = 316,               // interfaces_config
+        S_317_28 = 317,                          // $@28
+        S_interfaces_config_params = 318,        // interfaces_config_params
+        S_interfaces_config_param = 319,         // interfaces_config_param
+        S_sub_interfaces4 = 320,                 // sub_interfaces4
+        S_321_29 = 321,                          // $@29
+        S_interfaces_list = 322,                 // interfaces_list
+        S_323_30 = 323,                          // $@30
+        S_dhcp_socket_type = 324,                // dhcp_socket_type
+        S_325_31 = 325,                          // $@31
+        S_socket_type = 326,                     // socket_type
+        S_outbound_interface = 327,              // outbound_interface
+        S_328_32 = 328,                          // $@32
+        S_outbound_interface_value = 329,        // outbound_interface_value
+        S_re_detect = 330,                       // re_detect
+        S_service_sockets_require_all = 331,     // service_sockets_require_all
+        S_service_sockets_retry_wait_time = 332, // service_sockets_retry_wait_time
+        S_service_sockets_max_retries = 333,     // service_sockets_max_retries
+        S_lease_database = 334,                  // lease_database
+        S_335_33 = 335,                          // $@33
+        S_sanity_checks = 336,                   // sanity_checks
+        S_337_34 = 337,                          // $@34
+        S_sanity_checks_params = 338,            // sanity_checks_params
+        S_sanity_checks_param = 339,             // sanity_checks_param
+        S_lease_checks = 340,                    // lease_checks
+        S_341_35 = 341,                          // $@35
+        S_extended_info_checks = 342,            // extended_info_checks
+        S_343_36 = 343,                          // $@36
+        S_hosts_database = 344,                  // hosts_database
+        S_345_37 = 345,                          // $@37
+        S_hosts_databases = 346,                 // hosts_databases
+        S_347_38 = 347,                          // $@38
+        S_database_list = 348,                   // database_list
+        S_not_empty_database_list = 349,         // not_empty_database_list
+        S_database = 350,                        // database
+        S_351_39 = 351,                          // $@39
+        S_database_map_params = 352,             // database_map_params
+        S_database_map_param = 353,              // database_map_param
+        S_database_type = 354,                   // database_type
+        S_355_40 = 355,                          // $@40
+        S_user = 356,                            // user
+        S_357_41 = 357,                          // $@41
+        S_password = 358,                        // password
+        S_359_42 = 359,                          // $@42
+        S_host = 360,                            // host
+        S_361_43 = 361,                          // $@43
+        S_port = 362,                            // port
+        S_name = 363,                            // name
+        S_364_44 = 364,                          // $@44
+        S_persist = 365,                         // persist
+        S_lfc_interval = 366,                    // lfc_interval
+        S_readonly = 367,                        // readonly
+        S_connect_timeout = 368,                 // connect_timeout
+        S_read_timeout = 369,                    // read_timeout
+        S_write_timeout = 370,                   // write_timeout
+        S_tcp_user_timeout = 371,                // tcp_user_timeout
+        S_max_reconnect_tries = 372,             // max_reconnect_tries
+        S_reconnect_wait_time = 373,             // reconnect_wait_time
+        S_on_fail = 374,                         // on_fail
+        S_375_45 = 375,                          // $@45
+        S_on_fail_mode = 376,                    // on_fail_mode
+        S_retry_on_startup = 377,                // retry_on_startup
+        S_max_row_errors = 378,                  // max_row_errors
+        S_trust_anchor = 379,                    // trust_anchor
+        S_380_46 = 380,                          // $@46
+        S_cert_file = 381,                       // cert_file
+        S_382_47 = 382,                          // $@47
+        S_key_file = 383,                        // key_file
+        S_384_48 = 384,                          // $@48
+        S_cipher_list = 385,                     // cipher_list
+        S_386_49 = 386,                          // $@49
+        S_host_reservation_identifiers = 387,    // host_reservation_identifiers
+        S_388_50 = 388,                          // $@50
+        S_host_reservation_identifiers_list = 389, // host_reservation_identifiers_list
+        S_host_reservation_identifier = 390,     // host_reservation_identifier
+        S_duid_id = 391,                         // duid_id
+        S_hw_address_id = 392,                   // hw_address_id
+        S_circuit_id = 393,                      // circuit_id
+        S_client_id = 394,                       // client_id
+        S_flex_id = 395,                         // flex_id
+        S_dhcp_multi_threading = 396,            // dhcp_multi_threading
+        S_397_51 = 397,                          // $@51
+        S_multi_threading_params = 398,          // multi_threading_params
+        S_multi_threading_param = 399,           // multi_threading_param
+        S_enable_multi_threading = 400,          // enable_multi_threading
+        S_thread_pool_size = 401,                // thread_pool_size
+        S_packet_queue_size = 402,               // packet_queue_size
+        S_hooks_libraries = 403,                 // hooks_libraries
+        S_404_52 = 404,                          // $@52
+        S_hooks_libraries_list = 405,            // hooks_libraries_list
+        S_not_empty_hooks_libraries_list = 406,  // not_empty_hooks_libraries_list
+        S_hooks_library = 407,                   // hooks_library
+        S_408_53 = 408,                          // $@53
+        S_sub_hooks_library = 409,               // sub_hooks_library
+        S_410_54 = 410,                          // $@54
+        S_hooks_params = 411,                    // hooks_params
+        S_hooks_param = 412,                     // hooks_param
+        S_library = 413,                         // library
+        S_414_55 = 414,                          // $@55
+        S_parameters = 415,                      // parameters
+        S_416_56 = 416,                          // $@56
+        S_expired_leases_processing = 417,       // expired_leases_processing
+        S_418_57 = 418,                          // $@57
+        S_expired_leases_params = 419,           // expired_leases_params
+        S_expired_leases_param = 420,            // expired_leases_param
+        S_reclaim_timer_wait_time = 421,         // reclaim_timer_wait_time
+        S_flush_reclaimed_timer_wait_time = 422, // flush_reclaimed_timer_wait_time
+        S_hold_reclaimed_time = 423,             // hold_reclaimed_time
+        S_max_reclaim_leases = 424,              // max_reclaim_leases
+        S_max_reclaim_time = 425,                // max_reclaim_time
+        S_unwarned_reclaim_cycles = 426,         // unwarned_reclaim_cycles
+        S_subnet4_list = 427,                    // subnet4_list
+        S_428_58 = 428,                          // $@58
+        S_subnet4_list_content = 429,            // subnet4_list_content
+        S_not_empty_subnet4_list = 430,          // not_empty_subnet4_list
+        S_subnet4 = 431,                         // subnet4
+        S_432_59 = 432,                          // $@59
+        S_sub_subnet4 = 433,                     // sub_subnet4
+        S_434_60 = 434,                          // $@60
+        S_subnet4_params = 435,                  // subnet4_params
+        S_subnet4_param = 436,                   // subnet4_param
+        S_subnet = 437,                          // subnet
+        S_438_61 = 438,                          // $@61
+        S_subnet_4o6_interface = 439,            // subnet_4o6_interface
+        S_440_62 = 440,                          // $@62
+        S_subnet_4o6_interface_id = 441,         // subnet_4o6_interface_id
+        S_442_63 = 442,                          // $@63
+        S_subnet_4o6_subnet = 443,               // subnet_4o6_subnet
+        S_444_64 = 444,                          // $@64
+        S_interface = 445,                       // interface
+        S_446_65 = 446,                          // $@65
+        S_client_class = 447,                    // client_class
+        S_448_66 = 448,                          // $@66
+        S_require_client_classes = 449,          // require_client_classes
+        S_450_67 = 450,                          // $@67
+        S_evaluate_additional_classes = 451,     // evaluate_additional_classes
+        S_452_68 = 452,                          // $@68
+        S_reservations_global = 453,             // reservations_global
+        S_reservations_in_subnet = 454,          // reservations_in_subnet
+        S_reservations_out_of_pool = 455,        // reservations_out_of_pool
+        S_id = 456,                              // id
+        S_shared_networks = 457,                 // shared_networks
         S_458_69 = 458,                          // $@69
-        S_shared_network_params = 459,           // shared_network_params
-        S_shared_network_param = 460,            // shared_network_param
-        S_option_def_list = 461,                 // option_def_list
+        S_shared_networks_content = 459,         // shared_networks_content
+        S_shared_networks_list = 460,            // shared_networks_list
+        S_shared_network = 461,                  // shared_network
         S_462_70 = 462,                          // $@70
-        S_sub_option_def_list = 463,             // sub_option_def_list
-        S_464_71 = 464,                          // $@71
-        S_option_def_list_content = 465,         // option_def_list_content
-        S_not_empty_option_def_list = 466,       // not_empty_option_def_list
-        S_option_def_entry = 467,                // option_def_entry
+        S_shared_network_params = 463,           // shared_network_params
+        S_shared_network_param = 464,            // shared_network_param
+        S_option_def_list = 465,                 // option_def_list
+        S_466_71 = 466,                          // $@71
+        S_sub_option_def_list = 467,             // sub_option_def_list
         S_468_72 = 468,                          // $@72
-        S_sub_option_def = 469,                  // sub_option_def
-        S_470_73 = 470,                          // $@73
-        S_option_def_params = 471,               // option_def_params
-        S_not_empty_option_def_params = 472,     // not_empty_option_def_params
-        S_option_def_param = 473,                // option_def_param
-        S_option_def_name = 474,                 // option_def_name
-        S_code = 475,                            // code
-        S_option_def_code = 476,                 // option_def_code
-        S_option_def_type = 477,                 // option_def_type
-        S_478_74 = 478,                          // $@74
-        S_option_def_record_types = 479,         // option_def_record_types
-        S_480_75 = 480,                          // $@75
-        S_space = 481,                           // space
-        S_482_76 = 482,                          // $@76
-        S_option_def_space = 483,                // option_def_space
-        S_option_def_encapsulate = 484,          // option_def_encapsulate
-        S_485_77 = 485,                          // $@77
-        S_option_def_array = 486,                // option_def_array
-        S_option_data_list = 487,                // option_data_list
-        S_488_78 = 488,                          // $@78
-        S_option_data_list_content = 489,        // option_data_list_content
-        S_not_empty_option_data_list = 490,      // not_empty_option_data_list
-        S_option_data_entry = 491,               // option_data_entry
+        S_option_def_list_content = 469,         // option_def_list_content
+        S_not_empty_option_def_list = 470,       // not_empty_option_def_list
+        S_option_def_entry = 471,                // option_def_entry
+        S_472_73 = 472,                          // $@73
+        S_sub_option_def = 473,                  // sub_option_def
+        S_474_74 = 474,                          // $@74
+        S_option_def_params = 475,               // option_def_params
+        S_not_empty_option_def_params = 476,     // not_empty_option_def_params
+        S_option_def_param = 477,                // option_def_param
+        S_option_def_name = 478,                 // option_def_name
+        S_code = 479,                            // code
+        S_option_def_code = 480,                 // option_def_code
+        S_option_def_type = 481,                 // option_def_type
+        S_482_75 = 482,                          // $@75
+        S_option_def_record_types = 483,         // option_def_record_types
+        S_484_76 = 484,                          // $@76
+        S_space = 485,                           // space
+        S_486_77 = 486,                          // $@77
+        S_option_def_space = 487,                // option_def_space
+        S_option_def_encapsulate = 488,          // option_def_encapsulate
+        S_489_78 = 489,                          // $@78
+        S_option_def_array = 490,                // option_def_array
+        S_option_data_list = 491,                // option_data_list
         S_492_79 = 492,                          // $@79
-        S_sub_option_data = 493,                 // sub_option_data
-        S_494_80 = 494,                          // $@80
-        S_option_data_params = 495,              // option_data_params
-        S_not_empty_option_data_params = 496,    // not_empty_option_data_params
-        S_option_data_param = 497,               // option_data_param
-        S_option_data_name = 498,                // option_data_name
-        S_option_data_data = 499,                // option_data_data
-        S_500_81 = 500,                          // $@81
-        S_option_data_code = 501,                // option_data_code
-        S_option_data_space = 502,               // option_data_space
-        S_option_data_csv_format = 503,          // option_data_csv_format
-        S_option_data_always_send = 504,         // option_data_always_send
-        S_option_data_never_send = 505,          // option_data_never_send
-        S_option_data_client_classes = 506,      // option_data_client_classes
-        S_507_82 = 507,                          // $@82
-        S_pools_list = 508,                      // pools_list
-        S_509_83 = 509,                          // $@83
-        S_pools_list_content = 510,              // pools_list_content
-        S_not_empty_pools_list = 511,            // not_empty_pools_list
-        S_pool_list_entry = 512,                 // pool_list_entry
+        S_option_data_list_content = 493,        // option_data_list_content
+        S_not_empty_option_data_list = 494,      // not_empty_option_data_list
+        S_option_data_entry = 495,               // option_data_entry
+        S_496_80 = 496,                          // $@80
+        S_sub_option_data = 497,                 // sub_option_data
+        S_498_81 = 498,                          // $@81
+        S_option_data_params = 499,              // option_data_params
+        S_not_empty_option_data_params = 500,    // not_empty_option_data_params
+        S_option_data_param = 501,               // option_data_param
+        S_option_data_name = 502,                // option_data_name
+        S_option_data_data = 503,                // option_data_data
+        S_504_82 = 504,                          // $@82
+        S_option_data_code = 505,                // option_data_code
+        S_option_data_space = 506,               // option_data_space
+        S_option_data_csv_format = 507,          // option_data_csv_format
+        S_option_data_always_send = 508,         // option_data_always_send
+        S_option_data_never_send = 509,          // option_data_never_send
+        S_option_data_client_classes = 510,      // option_data_client_classes
+        S_511_83 = 511,                          // $@83
+        S_pools_list = 512,                      // pools_list
         S_513_84 = 513,                          // $@84
-        S_sub_pool4 = 514,                       // sub_pool4
-        S_515_85 = 515,                          // $@85
-        S_pool_params = 516,                     // pool_params
-        S_pool_param = 517,                      // pool_param
-        S_pool_entry = 518,                      // pool_entry
+        S_pools_list_content = 514,              // pools_list_content
+        S_not_empty_pools_list = 515,            // not_empty_pools_list
+        S_pool_list_entry = 516,                 // pool_list_entry
+        S_517_85 = 517,                          // $@85
+        S_sub_pool4 = 518,                       // sub_pool4
         S_519_86 = 519,                          // $@86
-        S_pool_id = 520,                         // pool_id
-        S_user_context = 521,                    // user_context
-        S_522_87 = 522,                          // $@87
-        S_comment = 523,                         // comment
-        S_524_88 = 524,                          // $@88
-        S_reservations = 525,                    // reservations
-        S_526_89 = 526,                          // $@89
-        S_reservations_list = 527,               // reservations_list
-        S_not_empty_reservations_list = 528,     // not_empty_reservations_list
-        S_reservation = 529,                     // reservation
+        S_pool_params = 520,                     // pool_params
+        S_pool_param = 521,                      // pool_param
+        S_pool_entry = 522,                      // pool_entry
+        S_523_87 = 523,                          // $@87
+        S_pool_id = 524,                         // pool_id
+        S_user_context = 525,                    // user_context
+        S_526_88 = 526,                          // $@88
+        S_comment = 527,                         // comment
+        S_528_89 = 528,                          // $@89
+        S_reservations = 529,                    // reservations
         S_530_90 = 530,                          // $@90
-        S_sub_reservation = 531,                 // sub_reservation
-        S_532_91 = 532,                          // $@91
-        S_reservation_params = 533,              // reservation_params
-        S_not_empty_reservation_params = 534,    // not_empty_reservation_params
-        S_reservation_param = 535,               // reservation_param
-        S_next_server = 536,                     // next_server
-        S_537_92 = 537,                          // $@92
-        S_server_hostname = 538,                 // server_hostname
-        S_539_93 = 539,                          // $@93
-        S_boot_file_name = 540,                  // boot_file_name
-        S_541_94 = 541,                          // $@94
-        S_ip_address = 542,                      // ip_address
-        S_543_95 = 543,                          // $@95
-        S_duid = 544,                            // duid
-        S_545_96 = 545,                          // $@96
-        S_hw_address = 546,                      // hw_address
-        S_547_97 = 547,                          // $@97
-        S_client_id_value = 548,                 // client_id_value
-        S_549_98 = 549,                          // $@98
-        S_circuit_id_value = 550,                // circuit_id_value
-        S_551_99 = 551,                          // $@99
-        S_flex_id_value = 552,                   // flex_id_value
-        S_553_100 = 553,                         // $@100
-        S_hostname = 554,                        // hostname
-        S_555_101 = 555,                         // $@101
-        S_reservation_client_classes = 556,      // reservation_client_classes
-        S_557_102 = 557,                         // $@102
-        S_relay = 558,                           // relay
-        S_559_103 = 559,                         // $@103
-        S_relay_map = 560,                       // relay_map
-        S_ip_addresses = 561,                    // ip_addresses
-        S_562_104 = 562,                         // $@104
-        S_client_classes = 563,                  // client_classes
-        S_564_105 = 564,                         // $@105
-        S_client_classes_list = 565,             // client_classes_list
-        S_client_class_entry = 566,              // client_class_entry
-        S_567_106 = 567,                         // $@106
-        S_client_class_params = 568,             // client_class_params
-        S_not_empty_client_class_params = 569,   // not_empty_client_class_params
-        S_client_class_param = 570,              // client_class_param
-        S_client_class_name = 571,               // client_class_name
-        S_client_class_test = 572,               // client_class_test
-        S_573_107 = 573,                         // $@107
-        S_client_class_template_test = 574,      // client_class_template_test
-        S_575_108 = 575,                         // $@108
-        S_only_if_required = 576,                // only_if_required
-        S_dhcp4o6_port = 577,                    // dhcp4o6_port
-        S_control_socket = 578,                  // control_socket
+        S_reservations_list = 531,               // reservations_list
+        S_not_empty_reservations_list = 532,     // not_empty_reservations_list
+        S_reservation = 533,                     // reservation
+        S_534_91 = 534,                          // $@91
+        S_sub_reservation = 535,                 // sub_reservation
+        S_536_92 = 536,                          // $@92
+        S_reservation_params = 537,              // reservation_params
+        S_not_empty_reservation_params = 538,    // not_empty_reservation_params
+        S_reservation_param = 539,               // reservation_param
+        S_next_server = 540,                     // next_server
+        S_541_93 = 541,                          // $@93
+        S_server_hostname = 542,                 // server_hostname
+        S_543_94 = 543,                          // $@94
+        S_boot_file_name = 544,                  // boot_file_name
+        S_545_95 = 545,                          // $@95
+        S_ip_address = 546,                      // ip_address
+        S_547_96 = 547,                          // $@96
+        S_duid = 548,                            // duid
+        S_549_97 = 549,                          // $@97
+        S_hw_address = 550,                      // hw_address
+        S_551_98 = 551,                          // $@98
+        S_client_id_value = 552,                 // client_id_value
+        S_553_99 = 553,                          // $@99
+        S_circuit_id_value = 554,                // circuit_id_value
+        S_555_100 = 555,                         // $@100
+        S_flex_id_value = 556,                   // flex_id_value
+        S_557_101 = 557,                         // $@101
+        S_hostname = 558,                        // hostname
+        S_559_102 = 559,                         // $@102
+        S_reservation_client_classes = 560,      // reservation_client_classes
+        S_561_103 = 561,                         // $@103
+        S_relay = 562,                           // relay
+        S_563_104 = 563,                         // $@104
+        S_relay_map = 564,                       // relay_map
+        S_ip_addresses = 565,                    // ip_addresses
+        S_566_105 = 566,                         // $@105
+        S_client_classes = 567,                  // client_classes
+        S_568_106 = 568,                         // $@106
+        S_client_classes_list = 569,             // client_classes_list
+        S_client_class_entry = 570,              // client_class_entry
+        S_571_107 = 571,                         // $@107
+        S_client_class_params = 572,             // client_class_params
+        S_not_empty_client_class_params = 573,   // not_empty_client_class_params
+        S_client_class_param = 574,              // client_class_param
+        S_client_class_name = 575,               // client_class_name
+        S_client_class_test = 576,               // client_class_test
+        S_577_108 = 577,                         // $@108
+        S_client_class_template_test = 578,      // client_class_template_test
         S_579_109 = 579,                         // $@109
-        S_control_sockets = 580,                 // control_sockets
-        S_581_110 = 581,                         // $@110
-        S_control_socket_list = 582,             // control_socket_list
-        S_not_empty_control_socket_list = 583,   // not_empty_control_socket_list
-        S_control_socket_entry = 584,            // control_socket_entry
-        S_585_111 = 585,                         // $@111
-        S_control_socket_params = 586,           // control_socket_params
-        S_control_socket_param = 587,            // control_socket_param
-        S_control_socket_type = 588,             // control_socket_type
-        S_589_112 = 589,                         // $@112
-        S_control_socket_type_value = 590,       // control_socket_type_value
-        S_control_socket_name = 591,             // control_socket_name
-        S_592_113 = 592,                         // $@113
-        S_control_socket_address = 593,          // control_socket_address
-        S_594_114 = 594,                         // $@114
-        S_control_socket_port = 595,             // control_socket_port
-        S_cert_required = 596,                   // cert_required
-        S_authentication = 597,                  // authentication
-        S_598_115 = 598,                         // $@115
-        S_auth_params = 599,                     // auth_params
-        S_auth_param = 600,                      // auth_param
-        S_auth_type = 601,                       // auth_type
-        S_602_116 = 602,                         // $@116
-        S_auth_type_value = 603,                 // auth_type_value
-        S_realm = 604,                           // realm
-        S_605_117 = 605,                         // $@117
-        S_directory = 606,                       // directory
-        S_607_118 = 607,                         // $@118
-        S_clients = 608,                         // clients
-        S_609_119 = 609,                         // $@119
-        S_clients_list = 610,                    // clients_list
-        S_not_empty_clients_list = 611,          // not_empty_clients_list
-        S_basic_auth = 612,                      // basic_auth
-        S_613_120 = 613,                         // $@120
-        S_clients_params = 614,                  // clients_params
-        S_clients_param = 615,                   // clients_param
-        S_user_file = 616,                       // user_file
-        S_617_121 = 617,                         // $@121
-        S_password_file = 618,                   // password_file
-        S_619_122 = 619,                         // $@122
-        S_dhcp_queue_control = 620,              // dhcp_queue_control
-        S_621_123 = 621,                         // $@123
-        S_queue_control_params = 622,            // queue_control_params
-        S_queue_control_param = 623,             // queue_control_param
-        S_enable_queue = 624,                    // enable_queue
-        S_queue_type = 625,                      // queue_type
+        S_only_if_required = 580,                // only_if_required
+        S_only_in_additional_list = 581,         // only_in_additional_list
+        S_dhcp4o6_port = 582,                    // dhcp4o6_port
+        S_control_socket = 583,                  // control_socket
+        S_584_110 = 584,                         // $@110
+        S_control_sockets = 585,                 // control_sockets
+        S_586_111 = 586,                         // $@111
+        S_control_socket_list = 587,             // control_socket_list
+        S_not_empty_control_socket_list = 588,   // not_empty_control_socket_list
+        S_control_socket_entry = 589,            // control_socket_entry
+        S_590_112 = 590,                         // $@112
+        S_control_socket_params = 591,           // control_socket_params
+        S_control_socket_param = 592,            // control_socket_param
+        S_control_socket_type = 593,             // control_socket_type
+        S_594_113 = 594,                         // $@113
+        S_control_socket_type_value = 595,       // control_socket_type_value
+        S_control_socket_name = 596,             // control_socket_name
+        S_597_114 = 597,                         // $@114
+        S_control_socket_address = 598,          // control_socket_address
+        S_599_115 = 599,                         // $@115
+        S_control_socket_port = 600,             // control_socket_port
+        S_cert_required = 601,                   // cert_required
+        S_authentication = 602,                  // authentication
+        S_603_116 = 603,                         // $@116
+        S_auth_params = 604,                     // auth_params
+        S_auth_param = 605,                      // auth_param
+        S_auth_type = 606,                       // auth_type
+        S_607_117 = 607,                         // $@117
+        S_auth_type_value = 608,                 // auth_type_value
+        S_realm = 609,                           // realm
+        S_610_118 = 610,                         // $@118
+        S_directory = 611,                       // directory
+        S_612_119 = 612,                         // $@119
+        S_clients = 613,                         // clients
+        S_614_120 = 614,                         // $@120
+        S_clients_list = 615,                    // clients_list
+        S_not_empty_clients_list = 616,          // not_empty_clients_list
+        S_basic_auth = 617,                      // basic_auth
+        S_618_121 = 618,                         // $@121
+        S_clients_params = 619,                  // clients_params
+        S_clients_param = 620,                   // clients_param
+        S_user_file = 621,                       // user_file
+        S_622_122 = 622,                         // $@122
+        S_password_file = 623,                   // password_file
+        S_624_123 = 624,                         // $@123
+        S_dhcp_queue_control = 625,              // dhcp_queue_control
         S_626_124 = 626,                         // $@124
-        S_capacity = 627,                        // capacity
-        S_arbitrary_map_entry = 628,             // arbitrary_map_entry
-        S_629_125 = 629,                         // $@125
-        S_dhcp_ddns = 630,                       // dhcp_ddns
-        S_631_126 = 631,                         // $@126
-        S_sub_dhcp_ddns = 632,                   // sub_dhcp_ddns
-        S_633_127 = 633,                         // $@127
-        S_dhcp_ddns_params = 634,                // dhcp_ddns_params
-        S_dhcp_ddns_param = 635,                 // dhcp_ddns_param
-        S_enable_updates = 636,                  // enable_updates
-        S_server_ip = 637,                       // server_ip
+        S_queue_control_params = 627,            // queue_control_params
+        S_queue_control_param = 628,             // queue_control_param
+        S_enable_queue = 629,                    // enable_queue
+        S_queue_type = 630,                      // queue_type
+        S_631_125 = 631,                         // $@125
+        S_capacity = 632,                        // capacity
+        S_arbitrary_map_entry = 633,             // arbitrary_map_entry
+        S_634_126 = 634,                         // $@126
+        S_dhcp_ddns = 635,                       // dhcp_ddns
+        S_636_127 = 636,                         // $@127
+        S_sub_dhcp_ddns = 637,                   // sub_dhcp_ddns
         S_638_128 = 638,                         // $@128
-        S_server_port = 639,                     // server_port
-        S_sender_ip = 640,                       // sender_ip
-        S_641_129 = 641,                         // $@129
-        S_sender_port = 642,                     // sender_port
-        S_max_queue_size = 643,                  // max_queue_size
-        S_ncr_protocol = 644,                    // ncr_protocol
-        S_645_130 = 645,                         // $@130
-        S_ncr_protocol_value = 646,              // ncr_protocol_value
-        S_ncr_format = 647,                      // ncr_format
-        S_648_131 = 648,                         // $@131
-        S_config_control = 649,                  // config_control
-        S_650_132 = 650,                         // $@132
-        S_sub_config_control = 651,              // sub_config_control
-        S_652_133 = 652,                         // $@133
-        S_config_control_params = 653,           // config_control_params
-        S_config_control_param = 654,            // config_control_param
-        S_config_databases = 655,                // config_databases
-        S_656_134 = 656,                         // $@134
-        S_config_fetch_wait_time = 657,          // config_fetch_wait_time
-        S_loggers = 658,                         // loggers
-        S_659_135 = 659,                         // $@135
-        S_loggers_entries = 660,                 // loggers_entries
-        S_logger_entry = 661,                    // logger_entry
-        S_662_136 = 662,                         // $@136
-        S_logger_params = 663,                   // logger_params
-        S_logger_param = 664,                    // logger_param
-        S_debuglevel = 665,                      // debuglevel
-        S_severity = 666,                        // severity
+        S_dhcp_ddns_params = 639,                // dhcp_ddns_params
+        S_dhcp_ddns_param = 640,                 // dhcp_ddns_param
+        S_enable_updates = 641,                  // enable_updates
+        S_server_ip = 642,                       // server_ip
+        S_643_129 = 643,                         // $@129
+        S_server_port = 644,                     // server_port
+        S_sender_ip = 645,                       // sender_ip
+        S_646_130 = 646,                         // $@130
+        S_sender_port = 647,                     // sender_port
+        S_max_queue_size = 648,                  // max_queue_size
+        S_ncr_protocol = 649,                    // ncr_protocol
+        S_650_131 = 650,                         // $@131
+        S_ncr_protocol_value = 651,              // ncr_protocol_value
+        S_ncr_format = 652,                      // ncr_format
+        S_653_132 = 653,                         // $@132
+        S_config_control = 654,                  // config_control
+        S_655_133 = 655,                         // $@133
+        S_sub_config_control = 656,              // sub_config_control
+        S_657_134 = 657,                         // $@134
+        S_config_control_params = 658,           // config_control_params
+        S_config_control_param = 659,            // config_control_param
+        S_config_databases = 660,                // config_databases
+        S_661_135 = 661,                         // $@135
+        S_config_fetch_wait_time = 662,          // config_fetch_wait_time
+        S_loggers = 663,                         // loggers
+        S_664_136 = 664,                         // $@136
+        S_loggers_entries = 665,                 // loggers_entries
+        S_logger_entry = 666,                    // logger_entry
         S_667_137 = 667,                         // $@137
-        S_output_options_list = 668,             // output_options_list
-        S_669_138 = 669,                         // $@138
-        S_output_options_list_content = 670,     // output_options_list_content
-        S_output_entry = 671,                    // output_entry
-        S_672_139 = 672,                         // $@139
-        S_output_params_list = 673,              // output_params_list
-        S_output_params = 674,                   // output_params
-        S_output = 675,                          // output
-        S_676_140 = 676,                         // $@140
-        S_flush = 677,                           // flush
-        S_maxsize = 678,                         // maxsize
-        S_maxver = 679,                          // maxver
-        S_pattern = 680,                         // pattern
+        S_logger_params = 668,                   // logger_params
+        S_logger_param = 669,                    // logger_param
+        S_debuglevel = 670,                      // debuglevel
+        S_severity = 671,                        // severity
+        S_672_138 = 672,                         // $@138
+        S_output_options_list = 673,             // output_options_list
+        S_674_139 = 674,                         // $@139
+        S_output_options_list_content = 675,     // output_options_list_content
+        S_output_entry = 676,                    // output_entry
+        S_677_140 = 677,                         // $@140
+        S_output_params_list = 678,              // output_params_list
+        S_output_params = 679,                   // output_params
+        S_output = 680,                          // output
         S_681_141 = 681,                         // $@141
-        S_compatibility = 682,                   // compatibility
-        S_683_142 = 683,                         // $@142
-        S_compatibility_params = 684,            // compatibility_params
-        S_compatibility_param = 685,             // compatibility_param
-        S_lenient_option_parsing = 686,          // lenient_option_parsing
-        S_ignore_dhcp_server_identifier = 687,   // ignore_dhcp_server_identifier
-        S_ignore_rai_link_selection = 688,       // ignore_rai_link_selection
-        S_exclude_first_last_24 = 689            // exclude_first_last_24
+        S_flush = 682,                           // flush
+        S_maxsize = 683,                         // maxsize
+        S_maxver = 684,                          // maxver
+        S_pattern = 685,                         // pattern
+        S_686_142 = 686,                         // $@142
+        S_compatibility = 687,                   // compatibility
+        S_688_143 = 688,                         // $@143
+        S_compatibility_params = 689,            // compatibility_params
+        S_compatibility_param = 690,             // compatibility_param
+        S_lenient_option_parsing = 691,          // lenient_option_parsing
+        S_ignore_dhcp_server_identifier = 692,   // ignore_dhcp_server_identifier
+        S_ignore_rai_link_selection = 693,       // ignore_rai_link_selection
+        S_exclude_first_last_24 = 694            // exclude_first_last_24
       };
     };
 
@@ -3715,6 +3722,21 @@ switch (yykind)
         return symbol_type (token::TOKEN_REQUIRE_CLIENT_CLASSES, l);
       }
 #endif
+#if 201103L <= YY_CPLUSPLUS
+      static
+      symbol_type
+      make_EVALUATE_ADDITIONAL_CLASSES (location_type l)
+      {
+        return symbol_type (token::TOKEN_EVALUATE_ADDITIONAL_CLASSES, std::move (l));
+      }
+#else
+      static
+      symbol_type
+      make_EVALUATE_ADDITIONAL_CLASSES (const location_type& l)
+      {
+        return symbol_type (token::TOKEN_EVALUATE_ADDITIONAL_CLASSES, l);
+      }
+#endif
 #if 201103L <= YY_CPLUSPLUS
       static
       symbol_type
@@ -3760,6 +3782,21 @@ switch (yykind)
         return symbol_type (token::TOKEN_ONLY_IF_REQUIRED, l);
       }
 #endif
+#if 201103L <= YY_CPLUSPLUS
+      static
+      symbol_type
+      make_ONLY_IN_ADDITIONAL_LIST (location_type l)
+      {
+        return symbol_type (token::TOKEN_ONLY_IN_ADDITIONAL_LIST, std::move (l));
+      }
+#else
+      static
+      symbol_type
+      make_ONLY_IN_ADDITIONAL_LIST (const location_type& l)
+      {
+        return symbol_type (token::TOKEN_ONLY_IN_ADDITIONAL_LIST, l);
+      }
+#endif
 #if 201103L <= YY_CPLUSPLUS
       static
       symbol_type
@@ -5575,8 +5612,8 @@ switch (yykind)
     /// Constants.
     enum
     {
-      yylast_ = 1544,     ///< Last index in yytable_.
-      yynnts_ = 463,  ///< Number of nonterminal symbols.
+      yylast_ = 1566,     ///< Last index in yytable_.
+      yynnts_ = 466,  ///< Number of nonterminal symbols.
       yyfinal_ = 28 ///< Termination state number.
     };
 
@@ -5644,10 +5681,10 @@ switch (yykind)
      195,   196,   197,   198,   199,   200,   201,   202,   203,   204,
      205,   206,   207,   208,   209,   210,   211,   212,   213,   214,
      215,   216,   217,   218,   219,   220,   221,   222,   223,   224,
-     225,   226
+     225,   226,   227,   228
     };
     // Last valid token kind.
-    const int code_max = 481;
+    const int code_max = 483;
 
     if (t <= 0)
       return symbol_kind::S_YYEOF;
@@ -5822,7 +5859,7 @@ switch (yykind)
 
 #line 14 "dhcp4_parser.yy"
 } } // isc::dhcp
-#line 5826 "dhcp4_parser.h"
+#line 5863 "dhcp4_parser.h"
 
 
 
index 77a78c2325581e89ab456764e7fac64799a19f18..d4c97e4c79b01ba8e98a5c7b700ba690c4541e56 100644 (file)
@@ -180,9 +180,11 @@ using namespace std;
 
   CLIENT_CLASSES "client-classes"
   REQUIRE_CLIENT_CLASSES "require-client-classes"
+  EVALUATE_ADDITIONAL_CLASSES "evaluate-additional-classes"
   TEST "test"
   TEMPLATE_TEST "template-test"
   ONLY_IF_REQUIRED "only-if-required"
+  ONLY_IN_ADDITIONAL_LIST "only-in-additional-list"
   CLIENT_CLASS "client-class"
   POOL_ID "pool-id"
 
@@ -1600,6 +1602,7 @@ subnet4_param: valid_lifetime
              | id
              | client_class
              | require_client_classes
+             | evaluate_additional_classes
              | reservations
              | reservations_global
              | reservations_in_subnet
@@ -1692,6 +1695,7 @@ client_class: CLIENT_CLASS {
     ctx.leave();
 };
 
+// Deprecated.
 require_client_classes: REQUIRE_CLIENT_CLASSES {
     ctx.unique("require-client-classes", ctx.loc2pos(@1));
     ElementPtr c(new ListElement(ctx.loc2pos(@1)));
@@ -1703,6 +1707,18 @@ require_client_classes: REQUIRE_CLIENT_CLASSES {
     ctx.leave();
 };
 
+evaluate_additional_classes: EVALUATE_ADDITIONAL_CLASSES {
+    ctx.unique("evaluate-additional-classes", ctx.loc2pos(@1));
+    ElementPtr c(new ListElement(ctx.loc2pos(@1)));
+    ctx.stack_.back()->set("evaluate-additional-classes", c);
+    ctx.stack_.push_back(c);
+    ctx.enter(ctx.NO_KEYWORD);
+} COLON list_strings {
+    ctx.stack_.pop_back();
+    ctx.leave();
+};
+
+
 reservations_global: RESERVATIONS_GLOBAL COLON BOOLEAN {
     ctx.unique("reservations-global", ctx.loc2pos(@1));
     ElementPtr b(new BoolElement($3, ctx.loc2pos(@3)));
@@ -1785,6 +1801,7 @@ shared_network_param: name
                     | reservations_out_of_pool
                     | client_class
                     | require_client_classes
+                    | evaluate_additional_classes
                     | valid_lifetime
                     | min_valid_lifetime
                     | max_valid_lifetime
@@ -2146,6 +2163,7 @@ pool_param: pool_entry
           | option_data_list
           | client_class
           | require_client_classes
+          | evaluate_additional_classes
           | user_context
           | comment
           | unknown_map_entry
@@ -2465,6 +2483,7 @@ client_class_param: client_class_name
                   | client_class_test
                   | client_class_template_test
                   | only_if_required
+                  | only_in_additional_list
                   | option_def_list
                   | option_data_list
                   | next_server
@@ -2499,12 +2518,19 @@ client_class_template_test: TEMPLATE_TEST {
     ctx.leave();
 };
 
+// Deprecated.
 only_if_required: ONLY_IF_REQUIRED COLON BOOLEAN {
     ctx.unique("only-if-required", ctx.loc2pos(@1));
     ElementPtr b(new BoolElement($3, ctx.loc2pos(@3)));
     ctx.stack_.back()->set("only-if-required", b);
 };
 
+only_in_additional_list: ONLY_IN_ADDITIONAL_LIST COLON BOOLEAN {
+    ctx.unique("only-in-additional-list", ctx.loc2pos(@1));
+    ElementPtr b(new BoolElement($3, ctx.loc2pos(@3)));
+    ctx.stack_.back()->set("only-in-additional-list", b);
+};
+
 // --- end of client classes ---------------------------------
 
 dhcp4o6_port: DHCP4O6_PORT COLON INTEGER {
index 41c7eab579f967d81c6ca12024e041859dff5e36..34b55d83b62cc314770ed3f2b445b4ca7190b7eb 100644 (file)
@@ -270,7 +270,7 @@ const char* CONFIGS[] = {
         "    \"subnet\": \"10.0.0.0/24\", "
         "    \"id\": 1,"
         "    \"pools\": [ { \"pool\": \"10.0.0.10-10.0.0.100\" } ],"
-        "    \"require-client-classes\": [ \"pxe2\" ]"
+        "    \"evaluate-additional-classes\": [ \"pxe2\" ]"
         " } ]"
     "}",
 
@@ -1052,14 +1052,14 @@ TEST_F(ClassifyTest, precedencePool) {
         "],"
         "\"shared-networks\": [ {"
         "    \"name\": \"frog\","
-        "    \"require-client-classes\": [ \"for-network\" ],"
+        "    \"evaluate-additional-classes\": [ \"for-network\" ],"
         "    \"subnet4\": [ { "
         "        \"subnet\": \"10.0.0.0/24\","
         "        \"id\": 1,"
-        "        \"require-client-classes\": [ \"for-subnet\" ],"
+        "        \"evaluate-additional-classes\": [ \"for-subnet\" ],"
         "        \"pools\": [ { "
         "            \"pool\": \"10.0.0.10-10.0.0.100\","
-        "            \"require-client-classes\": [ \"for-pool\" ]"
+        "            \"evaluate-additional-classes\": [ \"for-pool\" ]"
         "         } ]"
         "    } ]"
         "} ]"
@@ -1129,11 +1129,11 @@ TEST_F(ClassifyTest, precedenceSubnet) {
         "],"
         "\"shared-networks\": [ {"
         "    \"name\": \"frog\","
-        "    \"require-client-classes\": [ \"for-network\" ],"
+        "    \"evaluate-additional-classes\": [ \"for-network\" ],"
         "    \"subnet4\": [ { "
         "        \"subnet\": \"10.0.0.0/24\","
         "        \"id\": 1,"
-        "        \"require-client-classes\": [ \"for-subnet\" ],"
+        "        \"evaluate-additional-classes\": [ \"for-subnet\" ],"
         "        \"pools\": [ { "
         "            \"pool\": \"10.0.0.10-10.0.0.100\""
         "         } ]"
@@ -1205,7 +1205,7 @@ TEST_F(ClassifyTest, precedenceNetwork) {
         "],"
         "\"shared-networks\": [ {"
         "    \"name\": \"frog\","
-        "    \"require-client-classes\": [ \"for-network\" ],"
+        "    \"evaluate-additional-classes\": [ \"for-network\" ],"
         "    \"subnet4\": [ { "
         "        \"subnet\": \"10.0.0.0/24\","
         "        \"id\": 1,"
@@ -1260,7 +1260,7 @@ TEST_F(ClassifyTest, requiredNoTest) {
         "],"
         "\"shared-networks\": [ {"
         "    \"name\": \"frog\","
-        "    \"require-client-classes\": [ \"for-network\" ],"
+        "    \"evaluate-additional-classes\": [ \"for-network\" ],"
         "    \"subnet4\": [ { "
         "        \"subnet\": \"10.0.0.0/24\","
         "        \"id\": 1,"
@@ -1307,7 +1307,7 @@ TEST_F(ClassifyTest, requiredNotDefined) {
         "\"valid-lifetime\": 600,"
         "\"shared-networks\": [ {"
         "    \"name\": \"frog\","
-        "    \"require-client-classes\": [ \"for-network\" ],"
+        "    \"evaluate-additional-classes\": [ \"for-network\" ],"
         "    \"subnet4\": [ { "
         "        \"subnet\": \"10.0.0.0/24\","
         "        \"id\": 1,"
index 0d2a2548d1c6acaa650e428dbbab98b8ea047b12..8e8d1616727ab8bb44e9f44480d8f947ec285db8 100644 (file)
@@ -8111,4 +8111,125 @@ TEST_F(Dhcp4ParserTest, optionClientClassesDuplicateCheck) {
     EXPECT_EQ(*cclasses, "bar");
 }
 
+// This test verifies that require-client-classes gets translated
+// to evaluate-additional-classes.
+TEST_F(Dhcp4ParserTest, deprecatedRequireClientClassesCheck) {
+    std::string config = "{ " + genIfaceConfig() + ","
+        R"^(
+        "rebind-timer": 2000,
+        "renew-timer": 1000,
+        "subnet4": [{
+            "require-client-classes": [ "foo" ],
+            "pools": [{ "pool":  "192.0.2.0/28" }],
+            "id": 1,
+            "subnet": "192.0.2.0/24"
+        }],
+        "valid-lifetime": 400
+        })^";
+
+    ConstElementPtr json;
+    ASSERT_NO_THROW(json = parseDHCP4(config));
+    extractConfig(config);
+
+    ConstElementPtr status;
+    ASSERT_NO_THROW(status = configureDhcp4Server(*srv_, json));
+    checkResult(status, 0);
+
+    Subnet4Ptr subnet = CfgMgr::instance().getStagingCfg()->
+                            getCfgSubnets4()->selectSubnet(IOAddress("192.0.2.0"));
+    ASSERT_TRUE(subnet);
+
+    const auto& cclass_list = subnet->getAdditionalClasses();
+    EXPECT_EQ(1, cclass_list.size());
+    auto cclasses = cclass_list.begin();
+    EXPECT_EQ(*cclasses, "foo");
+}
+
+// This test verifies that users cannot specify both
+// require-client-classes and evaluate-addtional-classes.
+TEST_F(Dhcp4ParserTest, deprecatedRequireClientClassesCheck2) {
+    std::string config = "{ " + genIfaceConfig() + ","
+        R"^(
+        "rebind-timer": 2000,
+        "renew-timer": 1000,
+        "subnet4": [{
+            "require-client-classes": [ "foo" ],
+            "evaluate-additional-classes": [ "foo" ],
+            "pools": [{ "pool":  "192.0.2.0/28" }],
+            "id": 1,
+            "subnet": "192.0.2.0/24"
+        }],
+        "valid-lifetime": 400
+        })^";
+
+    ConstElementPtr json;
+    ASSERT_NO_THROW(json = parseDHCP4(config));
+    extractConfig(config);
+
+    ConstElementPtr status;
+    ASSERT_NO_THROW(status = configureDhcp4Server(*srv_, json));
+    checkResult(status, 1,
+                "subnet configuration failed: cannot specify both 'require-client-classes'"
+                " and 'evaluate-additional-classes'.  Use only the latter.");
+}
+
+// This test verifies that only-if-required gets translated
+// to only-in-additional-list.
+TEST_F(Dhcp4ParserTest, deprecatedOnlyIfRequiredCheck) {
+    std::string config = "{ " + genIfaceConfig() + ","
+        R"^(
+        "rebind-timer": 2000,
+        "renew-timer": 1000,
+        "client-classes": [{
+            "name": "foo",
+            "only-if-required": true
+        }],
+        "subnet4": [ ],
+        "valid-lifetime": 400
+        })^";
+
+    ConstElementPtr json;
+    ASSERT_NO_THROW(json = parseDHCP4(config));
+    extractConfig(config);
+
+    ConstElementPtr status;
+    ASSERT_NO_THROW(status = configureDhcp4Server(*srv_, json));
+    checkResult(status, 0);
+
+    auto dictionary = CfgMgr::instance().getStagingCfg()->getClientClassDictionary();
+    ASSERT_TRUE(dictionary);
+    EXPECT_EQ(1, dictionary->getClasses()->size());
+
+    ClientClassDefPtr class_def = dictionary->findClass("foo");
+    ASSERT_TRUE(class_def);
+    EXPECT_TRUE(class_def->getAdditional());
+}
+
+// This test verifies that users cannot specify both
+// only-if-required and only-in-additional-list.
+TEST_F(Dhcp4ParserTest, deprecatedOnlyIfRequiredCheck2) {
+    std::string config = "{ " + genIfaceConfig() + ","
+        R"^(
+        "rebind-timer": 2000,
+        "renew-timer": 1000,
+        "client-classes": [{
+            "name": "foo",
+            "only-if-required": true,
+            "only-in-additional-list": true
+        }],
+        "subnet4": [ ],
+        "valid-lifetime": 400
+        })^";
+
+    ConstElementPtr json;
+    ASSERT_NO_THROW(json = parseDHCP4(config));
+    extractConfig(config);
+
+    ConstElementPtr status;
+    ASSERT_NO_THROW(status = configureDhcp4Server(*srv_, json));
+    checkResult(status, 1,
+                "cannot specify both 'only-if-required' and"
+                " 'only-in-additional-list'.  Use only the latter.");
+}
+
 }  // namespace
index 5d93bcd57c43603e43d0f1d077551031f90d8771..fbe0f188f1ceb5aeda5c82e3481813ecda40c156 100644 (file)
@@ -184,7 +184,7 @@ ClientClassDefParser::parse(ClientClassDictionaryPtr& class_dictionary,
                       "'only-in-additional-list'.  Use only the latter.");
         }
     }
-
+            
     bool additional = false;
     if (additional_elem) {
         if (additional_elem->getType() == Element::boolean) {