]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1288] code changes for 1.7.9 release
authorWlodek Wencel <wlodek@isc.org>
Mon, 22 Jun 2020 11:57:32 +0000 (13:57 +0200)
committerWlodek Wencel <wlodek@isc.org>
Mon, 22 Jun 2020 11:57:32 +0000 (13:57 +0200)
46 files changed:
ChangeLog
configure.ac
src/bin/agent/agent_parser.cc
src/bin/agent/agent_parser.h
src/bin/agent/location.hh
src/bin/agent/position.hh
src/bin/agent/stack.hh
src/bin/d2/d2_parser.cc
src/bin/d2/d2_parser.h
src/bin/d2/location.hh
src/bin/d2/position.hh
src/bin/d2/stack.hh
src/bin/dhcp4/dhcp4_parser.cc
src/bin/dhcp4/dhcp4_parser.h
src/bin/dhcp4/location.hh
src/bin/dhcp4/position.hh
src/bin/dhcp4/stack.hh
src/bin/dhcp4/tests/kea_controller_unittest.cc
src/bin/dhcp6/dhcp6_parser.cc
src/bin/dhcp6/dhcp6_parser.h
src/bin/dhcp6/location.hh
src/bin/dhcp6/position.hh
src/bin/dhcp6/stack.hh
src/bin/dhcp6/tests/kea_controller_unittest.cc
src/bin/netconf/location.hh
src/bin/netconf/netconf_parser.cc
src/bin/netconf/netconf_parser.h
src/bin/netconf/position.hh
src/bin/netconf/stack.hh
src/lib/asiolink/interval_timer.h
src/lib/dhcpsrv/csv_lease_file4.h
src/lib/dhcpsrv/csv_lease_file6.h
src/lib/dhcpsrv/dhcpsrv_messages.mes
src/lib/dhcpsrv/timer_mgr.h
src/lib/eval/location.hh
src/lib/eval/parser.cc
src/lib/eval/parser.h
src/lib/eval/position.hh
src/lib/eval/stack.hh
src/lib/log/compiler/message.cc
src/lib/log/log_formatter.cc
src/lib/log/log_formatter.h
src/lib/log/tests/log_formatter_unittest.cc
src/lib/pgsql/testutils/pgsql_schema.cc
src/lib/pgsql/testutils/pgsql_schema.h
src/share/database/scripts/pgsql/dhcpdb_create.pgsql

index b7f45aacc61ae4b2bac98daffa073e9d80528461..05791ce55e8a8505baa805bba6a2e7cf2d590d00 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+Kea 1.7.9 (development) released on June 24, 2020
+
 1762.  [bug]           fdupont
        Fixed the control command execution: either it was deferred by
        DHCP packet processing or a spurious error message was logged.
index eb2bc77d829340579f1f0c93b99a71b8312d3458..8cb9850e08e8922ee21233d63152de0083caa7ae 100755 (executable)
@@ -7,7 +7,7 @@ AC_PREREQ([2.69])
 # For GIT versions, this is x.y.z-git, where x.y.z denotes the software
 # version that was used as a base + changes that were made later, but
 # are not released yet.
-AC_INIT(kea,1.7.8-git, kea-dev@lists.isc.org)
+AC_INIT(kea,1.7.9-git, kea-dev@lists.isc.org)
 AC_CONFIG_SRCDIR(README)
 
 # serial-tests is not available in automake version before 1.13, so
index 92f5286ca27ac1b4b8ec2d801c5b8f667de7d35d..46ab60570e387d2c087eded322d58f4a3a991705 100644 (file)
@@ -1,4 +1,4 @@
-// A Bison parser, made by GNU Bison 3.6.2.
+// A Bison parser, made by GNU Bison 3.6.4.
 
 // Skeleton implementation for Bison LALR(1) parsers in C++
 
index 15adcc71a0e0c768e4040233c381a41359162f75..e310eeb5a5ebd87a824fbec058c4dd2dd41f1687 100644 (file)
@@ -1,4 +1,4 @@
-// A Bison parser, made by GNU Bison 3.6.2.
+// A Bison parser, made by GNU Bison 3.6.4.
 
 // Skeleton interface for Bison LALR(1) parsers in C++
 
@@ -1833,41 +1833,41 @@ switch (yykind)
 
 
     // Tables.
-    // YYPACTSTATE-NUM -- Index in YYTABLE of the portion describing
+    // YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
     // STATE-NUM.
     static const short yypact_[];
 
-    // YYDEFACTSTATE-NUM -- Default reduction number in state STATE-NUM.
+    // YYDEFACT[STATE-NUM] -- Default reduction number in state STATE-NUM.
     // Performed when YYTABLE does not specify something else to do.  Zero
     // means the default is an error.
     static const unsigned char yydefact_[];
 
-    // YYPGOTONTERM-NUM.
+    // YYPGOTO[NTERM-NUM].
     static const signed char yypgoto_[];
 
-    // YYDEFGOTONTERM-NUM.
+    // YYDEFGOTO[NTERM-NUM].
     static const short yydefgoto_[];
 
-    // YYTABLEYYPACT[STATE-NUM] -- What to do in state STATE-NUM.  If
+    // YYTABLE[YYPACT[STATE-NUM]] -- What to do in state STATE-NUM.  If
     // positive, shift that token.  If negative, reduce the rule whose
     // number is the opposite.  If YYTABLE_NINF, syntax error.
     static const short yytable_[];
 
     static const short yycheck_[];
 
-    // YYSTOSSTATE-NUM -- The (internal number of the) accessing
+    // YYSTOS[STATE-NUM] -- The (internal number of the) accessing
     // symbol of state STATE-NUM.
     static const unsigned char yystos_[];
 
-    // YYR1YYN -- Symbol number of symbol that rule YYN derives.
+    // YYR1[YYN] -- Symbol number of symbol that rule YYN derives.
     static const unsigned char yyr1_[];
 
-    // YYR2YYN -- Number of symbols on the right hand side of rule YYN.
+    // YYR2[YYN] -- Number of symbols on the right hand side of rule YYN.
     static const signed char yyr2_[];
 
 
 #if AGENT_DEBUG
-    // YYRLINEYYN -- Source line where rule number YYN was defined.
+    // YYRLINE[YYN] -- Source line where rule number YYN was defined.
     static const short yyrline_[];
     /// Report on the debug stream that the rule \a r is going to be reduced.
     virtual void yy_reduce_print_ (int r) const;
index d04c03073c857ef2cbfa6483d4fd59f180abc877..0f5d9d7e5fab4c4cd75672bf82919cd959bbf256 100644 (file)
@@ -1,5 +1,5 @@
-// Generated 202005250532
-// A Bison parser, made by GNU Bison 3.6.2.
+// Generated 202006221148
+// A Bison parser, made by GNU Bison 3.6.4.
 
 // Locations for Bison parsers in C++
 
index 0b4fe042669ee0da364736827c188dd58b357335..e2285605764f37b9d7a1ae09d539e06e2dfab71c 100644 (file)
@@ -1,5 +1,5 @@
-// Generated 202005250532
-// A Bison parser, made by GNU Bison 3.6.2.
+// Generated 202006221148
+// A Bison parser, made by GNU Bison 3.6.4.
 
 // Starting with Bison 3.2, this file is useless: the structure it
 // used to define is now defined in "location.hh".
index b1ed919bb8b13a58c8b8b8a018992228e47925dd..7efd893f7af2582302bca647d98cabde34ce8b0f 100644 (file)
@@ -1,5 +1,5 @@
-// Generated 202005250532
-// A Bison parser, made by GNU Bison 3.6.2.
+// Generated 202006221148
+// A Bison parser, made by GNU Bison 3.6.4.
 
 // Starting with Bison 3.2, this file is useless: the structure it
 // used to define is now defined with the parser itself.
index b610ee479f5c5d46fadc1bf8b68a16708afad635..529c3dfa856b413a5e39d5f8a30ced4889c3afbb 100644 (file)
@@ -1,4 +1,4 @@
-// A Bison parser, made by GNU Bison 3.6.2.
+// A Bison parser, made by GNU Bison 3.6.4.
 
 // Skeleton implementation for Bison LALR(1) parsers in C++
 
index d6eb6f90b80216d07a66f27e4a080c6e7fc667c7..4a92d2b00b01f96b259902fd2cceccb71c3887b2 100644 (file)
@@ -1,4 +1,4 @@
-// A Bison parser, made by GNU Bison 3.6.2.
+// A Bison parser, made by GNU Bison 3.6.4.
 
 // Skeleton interface for Bison LALR(1) parsers in C++
 
@@ -2138,41 +2138,41 @@ switch (yykind)
 
 
     // Tables.
-    // YYPACTSTATE-NUM -- Index in YYTABLE of the portion describing
+    // YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
     // STATE-NUM.
     static const short yypact_[];
 
-    // YYDEFACTSTATE-NUM -- Default reduction number in state STATE-NUM.
+    // YYDEFACT[STATE-NUM] -- Default reduction number in state STATE-NUM.
     // Performed when YYTABLE does not specify something else to do.  Zero
     // means the default is an error.
     static const unsigned char yydefact_[];
 
-    // YYPGOTONTERM-NUM.
+    // YYPGOTO[NTERM-NUM].
     static const short yypgoto_[];
 
-    // YYDEFGOTONTERM-NUM.
+    // YYDEFGOTO[NTERM-NUM].
     static const short yydefgoto_[];
 
-    // YYTABLEYYPACT[STATE-NUM] -- What to do in state STATE-NUM.  If
+    // YYTABLE[YYPACT[STATE-NUM]] -- What to do in state STATE-NUM.  If
     // positive, shift that token.  If negative, reduce the rule whose
     // number is the opposite.  If YYTABLE_NINF, syntax error.
     static const short yytable_[];
 
     static const short yycheck_[];
 
-    // YYSTOSSTATE-NUM -- The (internal number of the) accessing
+    // YYSTOS[STATE-NUM] -- The (internal number of the) accessing
     // symbol of state STATE-NUM.
     static const unsigned char yystos_[];
 
-    // YYR1YYN -- Symbol number of symbol that rule YYN derives.
+    // YYR1[YYN] -- Symbol number of symbol that rule YYN derives.
     static const unsigned char yyr1_[];
 
-    // YYR2YYN -- Number of symbols on the right hand side of rule YYN.
+    // YYR2[YYN] -- Number of symbols on the right hand side of rule YYN.
     static const signed char yyr2_[];
 
 
 #if D2_PARSER_DEBUG
-    // YYRLINEYYN -- Source line where rule number YYN was defined.
+    // YYRLINE[YYN] -- Source line where rule number YYN was defined.
     static const short yyrline_[];
     /// Report on the debug stream that the rule \a r is going to be reduced.
     virtual void yy_reduce_print_ (int r) const;
index 3d67f4eec6cc2398e9ec8c3374b7133af68cecac..e74cfea5cb778ce622cb2e8f328cc22f778b935c 100644 (file)
@@ -1,5 +1,5 @@
-// Generated 202005250532
-// A Bison parser, made by GNU Bison 3.6.2.
+// Generated 202006221148
+// A Bison parser, made by GNU Bison 3.6.4.
 
 // Locations for Bison parsers in C++
 
index 0b4fe042669ee0da364736827c188dd58b357335..e2285605764f37b9d7a1ae09d539e06e2dfab71c 100644 (file)
@@ -1,5 +1,5 @@
-// Generated 202005250532
-// A Bison parser, made by GNU Bison 3.6.2.
+// Generated 202006221148
+// A Bison parser, made by GNU Bison 3.6.4.
 
 // Starting with Bison 3.2, this file is useless: the structure it
 // used to define is now defined in "location.hh".
index b1ed919bb8b13a58c8b8b8a018992228e47925dd..7efd893f7af2582302bca647d98cabde34ce8b0f 100644 (file)
@@ -1,5 +1,5 @@
-// Generated 202005250532
-// A Bison parser, made by GNU Bison 3.6.2.
+// Generated 202006221148
+// A Bison parser, made by GNU Bison 3.6.4.
 
 // Starting with Bison 3.2, this file is useless: the structure it
 // used to define is now defined with the parser itself.
index 7912c90159537359a0dacc5be1c8f01646182db5..1efc043aed3caaeefc91d6041f87c95de4945612 100644 (file)
@@ -1,4 +1,4 @@
-// A Bison parser, made by GNU Bison 3.6.2.
+// A Bison parser, made by GNU Bison 3.6.4.
 
 // Skeleton implementation for Bison LALR(1) parsers in C++
 
index c58202809c31a5f579e67c330e3df7260f73fbb9..c991310509d54d2fe70e5621f40165b0f85fdcd6 100644 (file)
@@ -1,4 +1,4 @@
-// A Bison parser, made by GNU Bison 3.6.2.
+// A Bison parser, made by GNU Bison 3.6.4.
 
 // Skeleton interface for Bison LALR(1) parsers in C++
 
@@ -4700,41 +4700,41 @@ switch (yykind)
 
 
     // Tables.
-    // YYPACTSTATE-NUM -- Index in YYTABLE of the portion describing
+    // YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
     // STATE-NUM.
     static const short yypact_[];
 
-    // YYDEFACTSTATE-NUM -- Default reduction number in state STATE-NUM.
+    // YYDEFACT[STATE-NUM] -- Default reduction number in state STATE-NUM.
     // Performed when YYTABLE does not specify something else to do.  Zero
     // means the default is an error.
     static const short yydefact_[];
 
-    // YYPGOTONTERM-NUM.
+    // YYPGOTO[NTERM-NUM].
     static const short yypgoto_[];
 
-    // YYDEFGOTONTERM-NUM.
+    // YYDEFGOTO[NTERM-NUM].
     static const short yydefgoto_[];
 
-    // YYTABLEYYPACT[STATE-NUM] -- What to do in state STATE-NUM.  If
+    // YYTABLE[YYPACT[STATE-NUM]] -- What to do in state STATE-NUM.  If
     // positive, shift that token.  If negative, reduce the rule whose
     // number is the opposite.  If YYTABLE_NINF, syntax error.
     static const short yytable_[];
 
     static const short yycheck_[];
 
-    // YYSTOSSTATE-NUM -- The (internal number of the) accessing
+    // YYSTOS[STATE-NUM] -- The (internal number of the) accessing
     // symbol of state STATE-NUM.
     static const short yystos_[];
 
-    // YYR1YYN -- Symbol number of symbol that rule YYN derives.
+    // YYR1[YYN] -- Symbol number of symbol that rule YYN derives.
     static const short yyr1_[];
 
-    // YYR2YYN -- Number of symbols on the right hand side of rule YYN.
+    // YYR2[YYN] -- Number of symbols on the right hand side of rule YYN.
     static const signed char yyr2_[];
 
 
 #if PARSER4_DEBUG
-    // YYRLINEYYN -- Source line where rule number YYN was defined.
+    // YYRLINE[YYN] -- Source line where rule number YYN was defined.
     static const short yyrline_[];
     /// Report on the debug stream that the rule \a r is going to be reduced.
     virtual void yy_reduce_print_ (int r) const;
index 0b3df2b6b659bcd192db214a355e015ddc4293f3..d4192bb2a532c28f87e79d8bc21f389ca92fc6b3 100644 (file)
@@ -1,5 +1,5 @@
-// Generated 202005250532
-// A Bison parser, made by GNU Bison 3.6.2.
+// Generated 202006221148
+// A Bison parser, made by GNU Bison 3.6.4.
 
 // Locations for Bison parsers in C++
 
index 0b4fe042669ee0da364736827c188dd58b357335..e2285605764f37b9d7a1ae09d539e06e2dfab71c 100644 (file)
@@ -1,5 +1,5 @@
-// Generated 202005250532
-// A Bison parser, made by GNU Bison 3.6.2.
+// Generated 202006221148
+// A Bison parser, made by GNU Bison 3.6.4.
 
 // Starting with Bison 3.2, this file is useless: the structure it
 // used to define is now defined in "location.hh".
index b1ed919bb8b13a58c8b8b8a018992228e47925dd..7efd893f7af2582302bca647d98cabde34ce8b0f 100644 (file)
@@ -1,5 +1,5 @@
-// Generated 202005250532
-// A Bison parser, made by GNU Bison 3.6.2.
+// Generated 202006221148
+// A Bison parser, made by GNU Bison 3.6.4.
 
 // Starting with Bison 3.2, this file is useless: the structure it
 // used to define is now defined with the parser itself.
index 66ccbaf255c964dd897693cd593f3149434fce9b..f006611b2138735e95fca0ca48d7d9f4f1441bbe 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2020 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index a67ec7330786c108d1ac818e2d908d921201561d..333ecdf0e1985f87f9c23bd22a0cd07b06982aa1 100644 (file)
@@ -1,4 +1,4 @@
-// A Bison parser, made by GNU Bison 3.6.2.
+// A Bison parser, made by GNU Bison 3.6.4.
 
 // Skeleton implementation for Bison LALR(1) parsers in C++
 
index fbf439b60892b8ff2615ce638b80dfd492bb3fe8..797fefc85597498c9b16887e460be4190898d945 100644 (file)
@@ -1,4 +1,4 @@
-// A Bison parser, made by GNU Bison 3.6.2.
+// A Bison parser, made by GNU Bison 3.6.4.
 
 // Skeleton interface for Bison LALR(1) parsers in C++
 
@@ -4853,41 +4853,41 @@ switch (yykind)
 
 
     // Tables.
-    // YYPACTSTATE-NUM -- Index in YYTABLE of the portion describing
+    // YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
     // STATE-NUM.
     static const short yypact_[];
 
-    // YYDEFACTSTATE-NUM -- Default reduction number in state STATE-NUM.
+    // YYDEFACT[STATE-NUM] -- Default reduction number in state STATE-NUM.
     // Performed when YYTABLE does not specify something else to do.  Zero
     // means the default is an error.
     static const short yydefact_[];
 
-    // YYPGOTONTERM-NUM.
+    // YYPGOTO[NTERM-NUM].
     static const short yypgoto_[];
 
-    // YYDEFGOTONTERM-NUM.
+    // YYDEFGOTO[NTERM-NUM].
     static const short yydefgoto_[];
 
-    // YYTABLEYYPACT[STATE-NUM] -- What to do in state STATE-NUM.  If
+    // YYTABLE[YYPACT[STATE-NUM]] -- What to do in state STATE-NUM.  If
     // positive, shift that token.  If negative, reduce the rule whose
     // number is the opposite.  If YYTABLE_NINF, syntax error.
     static const short yytable_[];
 
     static const short yycheck_[];
 
-    // YYSTOSSTATE-NUM -- The (internal number of the) accessing
+    // YYSTOS[STATE-NUM] -- The (internal number of the) accessing
     // symbol of state STATE-NUM.
     static const short yystos_[];
 
-    // YYR1YYN -- Symbol number of symbol that rule YYN derives.
+    // YYR1[YYN] -- Symbol number of symbol that rule YYN derives.
     static const short yyr1_[];
 
-    // YYR2YYN -- Number of symbols on the right hand side of rule YYN.
+    // YYR2[YYN] -- Number of symbols on the right hand side of rule YYN.
     static const signed char yyr2_[];
 
 
 #if PARSER6_DEBUG
-    // YYRLINEYYN -- Source line where rule number YYN was defined.
+    // YYRLINE[YYN] -- Source line where rule number YYN was defined.
     static const short yyrline_[];
     /// Report on the debug stream that the rule \a r is going to be reduced.
     virtual void yy_reduce_print_ (int r) const;
index 28d27622e47b9c12e332097cb3c8e2eea5c85582..1ffdeab4bca3c01e1dada0cde5cb6c7a5ebc76af 100644 (file)
@@ -1,5 +1,5 @@
-// Generated 202005250532
-// A Bison parser, made by GNU Bison 3.6.2.
+// Generated 202006221148
+// A Bison parser, made by GNU Bison 3.6.4.
 
 // Locations for Bison parsers in C++
 
index 0b4fe042669ee0da364736827c188dd58b357335..e2285605764f37b9d7a1ae09d539e06e2dfab71c 100644 (file)
@@ -1,5 +1,5 @@
-// Generated 202005250532
-// A Bison parser, made by GNU Bison 3.6.2.
+// Generated 202006221148
+// A Bison parser, made by GNU Bison 3.6.4.
 
 // Starting with Bison 3.2, this file is useless: the structure it
 // used to define is now defined in "location.hh".
index b1ed919bb8b13a58c8b8b8a018992228e47925dd..7efd893f7af2582302bca647d98cabde34ce8b0f 100644 (file)
@@ -1,5 +1,5 @@
-// Generated 202005250532
-// A Bison parser, made by GNU Bison 3.6.2.
+// Generated 202006221148
+// A Bison parser, made by GNU Bison 3.6.4.
 
 // Starting with Bison 3.2, this file is useless: the structure it
 // used to define is now defined with the parser itself.
index 96f013a1de41fd443c120040274a2a53edc3665f..351455baaf083e70e3cf4134523998f9fd7ab9ed 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2020 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index c6a1c1fec20e99288050540d075c3d04ebe8e8a4..39b22ecbdcda7d632bf931d21b9139a13baadcb0 100644 (file)
@@ -1,5 +1,5 @@
-// Generated 202005250532
-// A Bison parser, made by GNU Bison 3.6.2.
+// Generated 202006221148
+// A Bison parser, made by GNU Bison 3.6.4.
 
 // Locations for Bison parsers in C++
 
index 9e10894f77062b80307e16342ba0192167e73662..42d8ecffe32bf1bd42b97d426ac481d4ade36dda 100644 (file)
@@ -1,4 +1,4 @@
-// A Bison parser, made by GNU Bison 3.6.2.
+// A Bison parser, made by GNU Bison 3.6.4.
 
 // Skeleton implementation for Bison LALR(1) parsers in C++
 
index 9d92a12f7c672478a2c21bca057f21ec6f77387e..032cdebebf9738f41caad9df50cec27d1790b60f 100644 (file)
@@ -1,4 +1,4 @@
-// A Bison parser, made by GNU Bison 3.6.2.
+// A Bison parser, made by GNU Bison 3.6.4.
 
 // Skeleton interface for Bison LALR(1) parsers in C++
 
@@ -1907,41 +1907,41 @@ switch (yykind)
 
 
     // Tables.
-    // YYPACTSTATE-NUM -- Index in YYTABLE of the portion describing
+    // YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
     // STATE-NUM.
     static const short yypact_[];
 
-    // YYDEFACTSTATE-NUM -- Default reduction number in state STATE-NUM.
+    // YYDEFACT[STATE-NUM] -- Default reduction number in state STATE-NUM.
     // Performed when YYTABLE does not specify something else to do.  Zero
     // means the default is an error.
     static const unsigned char yydefact_[];
 
-    // YYPGOTONTERM-NUM.
+    // YYPGOTO[NTERM-NUM].
     static const signed char yypgoto_[];
 
-    // YYDEFGOTONTERM-NUM.
+    // YYDEFGOTO[NTERM-NUM].
     static const short yydefgoto_[];
 
-    // YYTABLEYYPACT[STATE-NUM] -- What to do in state STATE-NUM.  If
+    // YYTABLE[YYPACT[STATE-NUM]] -- What to do in state STATE-NUM.  If
     // positive, shift that token.  If negative, reduce the rule whose
     // number is the opposite.  If YYTABLE_NINF, syntax error.
     static const short yytable_[];
 
     static const short yycheck_[];
 
-    // YYSTOSSTATE-NUM -- The (internal number of the) accessing
+    // YYSTOS[STATE-NUM] -- The (internal number of the) accessing
     // symbol of state STATE-NUM.
     static const unsigned char yystos_[];
 
-    // YYR1YYN -- Symbol number of symbol that rule YYN derives.
+    // YYR1[YYN] -- Symbol number of symbol that rule YYN derives.
     static const unsigned char yyr1_[];
 
-    // YYR2YYN -- Number of symbols on the right hand side of rule YYN.
+    // YYR2[YYN] -- Number of symbols on the right hand side of rule YYN.
     static const signed char yyr2_[];
 
 
 #if NETCONF_DEBUG
-    // YYRLINEYYN -- Source line where rule number YYN was defined.
+    // YYRLINE[YYN] -- Source line where rule number YYN was defined.
     static const short yyrline_[];
     /// Report on the debug stream that the rule \a r is going to be reduced.
     virtual void yy_reduce_print_ (int r) const;
index 0b4fe042669ee0da364736827c188dd58b357335..e2285605764f37b9d7a1ae09d539e06e2dfab71c 100644 (file)
@@ -1,5 +1,5 @@
-// Generated 202005250532
-// A Bison parser, made by GNU Bison 3.6.2.
+// Generated 202006221148
+// A Bison parser, made by GNU Bison 3.6.4.
 
 // Starting with Bison 3.2, this file is useless: the structure it
 // used to define is now defined in "location.hh".
index b1ed919bb8b13a58c8b8b8a018992228e47925dd..7efd893f7af2582302bca647d98cabde34ce8b0f 100644 (file)
@@ -1,5 +1,5 @@
-// Generated 202005250532
-// A Bison parser, made by GNU Bison 3.6.2.
+// Generated 202006221148
+// A Bison parser, made by GNU Bison 3.6.4.
 
 // Starting with Bison 3.2, this file is useless: the structure it
 // used to define is now defined with the parser itself.
index d61988fba91ac43667aee77371a594af050d7e26..a942d8e525c9cecc861126239328146323518100 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2020 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 67df8465363e70bf2c1d2930a661e2e4f21724d6..3e102df8ecfb9c1eaa6a54ca18c7b7b827bcccd5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2020 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 84acbd0a85bdd4e078cffdfdf28b058ee2529f5b..3e0e989213e6dfaf112ad90a3f7c7fb0c3bafa9c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2020 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 2ac5684c036f400db9fc64dea1e8f75b8506c353..fe8b948aa71db46fe097fcefe6c29701711a0426 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2019 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2012-2020 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index cdb95887eaec466f8901f45bb4e07598c524b2a3..a03c8156ede0f24c4eb325777071285a8144c89f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2020 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index fcfcc241bc06cc2680c5b72bdfe19a794e4a6763..914e23f2e713934ac8c54beb91ecc4dc56e249c2 100644 (file)
@@ -1,5 +1,5 @@
-// Generated 202005250532
-// A Bison parser, made by GNU Bison 3.6.2.
+// Generated 202006221148
+// A Bison parser, made by GNU Bison 3.6.4.
 
 // Locations for Bison parsers in C++
 
index 6aa3bd2def9fad4198400294eeddab5c7877a900..6c824d73335e9150ccfdc7a26dfb819fb8700ce1 100644 (file)
@@ -1,4 +1,4 @@
-// A Bison parser, made by GNU Bison 3.6.2.
+// A Bison parser, made by GNU Bison 3.6.4.
 
 // Skeleton implementation for Bison LALR(1) parsers in C++
 
index d5e1a0a7e9d311e0af3d45829dbf2bc7b3943e00..a752f55ade61ecaad2ab99bc79cd53a424cb57ae 100644 (file)
@@ -1,4 +1,4 @@
-// A Bison parser, made by GNU Bison 3.6.2.
+// A Bison parser, made by GNU Bison 3.6.4.
 
 // Skeleton interface for Bison LALR(1) parsers in C++
 
@@ -1973,41 +1973,41 @@ switch (yykind)
 
 
     // Tables.
-    // YYPACTSTATE-NUM -- Index in YYTABLE of the portion describing
+    // YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
     // STATE-NUM.
     static const short yypact_[];
 
-    // YYDEFACTSTATE-NUM -- Default reduction number in state STATE-NUM.
+    // YYDEFACT[STATE-NUM] -- Default reduction number in state STATE-NUM.
     // Performed when YYTABLE does not specify something else to do.  Zero
     // means the default is an error.
     static const signed char yydefact_[];
 
-    // YYPGOTONTERM-NUM.
+    // YYPGOTO[NTERM-NUM].
     static const short yypgoto_[];
 
-    // YYDEFGOTONTERM-NUM.
+    // YYDEFGOTO[NTERM-NUM].
     static const short yydefgoto_[];
 
-    // YYTABLEYYPACT[STATE-NUM] -- What to do in state STATE-NUM.  If
+    // YYTABLE[YYPACT[STATE-NUM]] -- What to do in state STATE-NUM.  If
     // positive, shift that token.  If negative, reduce the rule whose
     // number is the opposite.  If YYTABLE_NINF, syntax error.
     static const unsigned char yytable_[];
 
     static const short yycheck_[];
 
-    // YYSTOSSTATE-NUM -- The (internal number of the) accessing
+    // YYSTOS[STATE-NUM] -- The (internal number of the) accessing
     // symbol of state STATE-NUM.
     static const signed char yystos_[];
 
-    // YYR1YYN -- Symbol number of symbol that rule YYN derives.
+    // YYR1[YYN] -- Symbol number of symbol that rule YYN derives.
     static const signed char yyr1_[];
 
-    // YYR2YYN -- Number of symbols on the right hand side of rule YYN.
+    // YYR2[YYN] -- Number of symbols on the right hand side of rule YYN.
     static const signed char yyr2_[];
 
 
 #if EVALDEBUG
-    // YYRLINEYYN -- Source line where rule number YYN was defined.
+    // YYRLINE[YYN] -- Source line where rule number YYN was defined.
     static const short yyrline_[];
     /// Report on the debug stream that the rule \a r is going to be reduced.
     virtual void yy_reduce_print_ (int r) const;
index 0b4fe042669ee0da364736827c188dd58b357335..e2285605764f37b9d7a1ae09d539e06e2dfab71c 100644 (file)
@@ -1,5 +1,5 @@
-// Generated 202005250532
-// A Bison parser, made by GNU Bison 3.6.2.
+// Generated 202006221148
+// A Bison parser, made by GNU Bison 3.6.4.
 
 // Starting with Bison 3.2, this file is useless: the structure it
 // used to define is now defined in "location.hh".
index b1ed919bb8b13a58c8b8b8a018992228e47925dd..7efd893f7af2582302bca647d98cabde34ce8b0f 100644 (file)
@@ -1,5 +1,5 @@
-// Generated 202005250532
-// A Bison parser, made by GNU Bison 3.6.2.
+// Generated 202006221148
+// A Bison parser, made by GNU Bison 3.6.4.
 
 // Starting with Bison 3.2, this file is useless: the structure it
 // used to define is now defined with the parser itself.
index 93e9acd09893db57f6305a9ef5994997d8cd1448..5d895465e1715532136fb4c997ea645e0005f0cd 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2016 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2020 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index eb08d427f758127cee40e017bd16baa9fbc26d24..dce7fe990a132289b0afff490ab0f87b6d4705f8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2020 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 8963309e802189748973991e6563d7ce002dd256..7fc67f14dc508e096a11135105083daccdb7c100 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2020 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 205050123f0e685a94f63b3ea42707c10477c21b..c0cf8abd7b39ff7f0b5195bc88f3ca8413c8ed88 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2020 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 7d6e5dfe66fe867c1b8041fca1499f49eb3f8ccd..f12bcbfef76e8f1c1d77d91adb45e87173d6213a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2020 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 2ebafa44b5d92fef59ef2fbd7b702ee605a78562..7a664ab4327f2c4266f05f446f7fba35ae9ea9d1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2020 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index ea4595978ccfed8309e5a3f4be7c4354b0a773fb..ce472c4fffa89ee8a08e454111eda686ce9abe57 100644 (file)
@@ -1,4 +1,4 @@
--- Copyright (C) 2012-2019 Internet Systems Consortium, Inc. ("ISC")
+-- Copyright (C) 2012-2020 Internet Systems Consortium, Inc. ("ISC")
 
 -- This Source Code Form is subject to the terms of the Mozilla Public
 -- License, v. 2.0. If a copy of the MPL was not distributed with this