]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2418] Addressed all 'four database' occurrences
authorFrancis Dupont <fdupont@isc.org>
Mon, 13 Jun 2022 14:23:48 +0000 (16:23 +0200)
committerTomek Mrugalski <tomek@isc.org>
Mon, 20 Jun 2022 12:38:40 +0000 (12:38 +0000)
23 files changed:
doc/examples/kea4/advanced.json
doc/examples/kea4/global-reservations.json
doc/examples/kea4/leases-expiration.json
doc/examples/kea4/multiple-options.json
doc/examples/kea4/mysql-reservations.json
doc/examples/kea4/pgsql-reservations.json
doc/examples/kea4/several-subnets.json
doc/examples/kea4/single-subnet.json
doc/examples/kea4/with-ddns.json
doc/examples/kea6/advanced.json
doc/examples/kea6/duid.json
doc/examples/kea6/global-reservations.json
doc/examples/kea6/leases-expiration.json
doc/examples/kea6/multiple-options.json
doc/examples/kea6/mysql-reservations.json
doc/examples/kea6/pgsql-reservations.json
doc/examples/kea6/reservations.json
doc/examples/kea6/several-subnets.json
doc/examples/kea6/simple.json
doc/examples/kea6/tee-times.json
doc/examples/kea6/with-ddns.json
doc/sphinx/arm/dhcp4-srv.rst
doc/sphinx/arm/dhcp6-srv.rst

index bbbd7d48255ac97b335dc0045e30ccc0d76c1930..652acddafde7c81987474fc659f46221e5f9c5a8 100644 (file)
@@ -73,7 +73,7 @@
     } ],
 
     // We need to specify the database used to store leases. As of
-    // September 2016, four database backends are supported: MySQL,
+    // June 2022, three database backends are supported: MySQL,
     // PostgreSQL and the in-memory database, Memfile.
     // We'll use memfile  because it doesn't require any prior set up.
     // For memfile, it's important to always specify lfc-interval, so
index c54ada30ec8e3e28decfd7f8e58dac773bacd34a..3c579df317d0b6ed2f80139a15e0586a53de4b9a 100644 (file)
@@ -14,8 +14,8 @@
     "interfaces": [ "ethX" ]
   },
 
-// We need to specify the database used to store leases. As of September
-// 2016, four database backends are supported: MySQL, PostgreSQL and
+// We need to specify the database used to store leases. As of June
+// 2022, three database backends are supported: MySQL, PostgreSQL and
 // the in-memory database, Memfile.  We'll use memfile because it doesn't
 // require any prior set up.
   "lease-database": {
index ea86a43d6cb6bd5db02f18575e24107efcbf379c..ca4b3db05b187a20a589dba31cbb335fbdb87e79 100644 (file)
@@ -11,7 +11,7 @@
   },
 
 // We need to specify the database used to store leases. As of
-// September 2016, four database backends are supported: MySQL,
+// June 2022, three database backends are supported: MySQL,
 // PostgreSQL and the in-memory database, Memfile.
 // We'll use memfile  because it doesn't require any prior set up.
 // Note, we're setting the maximum number of row read errors to 100,
index 3c791c2feb325a4b68798b0607c7ccd52683db3e..925ef3bbd2e011789538b290157cf7d163dab79d 100644 (file)
@@ -10,7 +10,7 @@
   },
 
 // We need to specify the database used to store leases. As of
-// September 2016, four database backends are supported: MySQL,
+// June 2022, three database backends are supported: MySQL,
 // PostgreSQL and the in-memory database, Memfile.
 // We'll use memfile  because it doesn't require any prior set up.
   "lease-database": {
index 5286d8938ef77647930fc123a6301f2bb490e861..86a7accbcb6635d4afbd08a446b3eda0a961209d 100644 (file)
@@ -12,7 +12,7 @@
   },
 
 // We need to specify the database used to store leases. As of
-// September 2016, four database backends are supported: MySQL,
+// June 2022, three database backends are supported: MySQL,
 // PostgreSQL and the in-memory database, Memfile.
 // We'll use memfile  because it doesn't require any prior set up.
   "lease-database": {
index 3999e6dac4402d8515c78bb59386229b62e8a9b0..ebd101b3f0cae0dd6628582324155db35d7bfbd9 100644 (file)
@@ -12,7 +12,7 @@
 
 
 // We need to specify the database used to store leases. As of
-// September 2016, four database backends are supported: MySQL,
+// June 2022, three database backends are supported: MySQL,
 // PostgreSQL and the in-memory database, Memfile.
 // We'll use memfile  because it doesn't require any prior set up.
   "lease-database": {
index a1935ea2f218f635bea987c7fffd9289bc34b434..bfa58e4e47f00c93230b63255b8810e52d0e018b 100644 (file)
@@ -11,7 +11,7 @@
   },
 
 // We need to specify the database used to store leases. As of
-// September 2016, four database backends are supported: MySQL,
+// June 2022, three database backends are supported: MySQL,
 // PostgreSQL and the in-memory database, Memfile.
 // We'll use memfile  because it doesn't require any prior set up.
   "lease-database": {
index ae7f0cfdf01ee469c8eb2c0e6d5b85962579aa93..65a6e6c14986c2041e28a06e945826383f85a39c 100644 (file)
@@ -11,7 +11,7 @@
   },
 
 // We need to specify the database used to store leases. As of
-// September 2016, four database backends are supported: MySQL,
+// June 2022, three database backends are supported: MySQL,
 // PostgreSQL and the in-memory database, Memfile.
 // We'll use memfile  because it doesn't require any prior set up.
   "lease-database": {
index 8e76f7c548e05a6163880c74b76c0dcefb3ac1f8..5460d6f5b0d6fed4b0f80c71193e4054bf6c3a18 100644 (file)
@@ -11,7 +11,7 @@
   },
 
 // We need to specify the database used to store leases. As of
-// September 2016, four database backends are supported: MySQL,
+// June 2022, three database backends are supported: MySQL,
 // PostgreSQL and the in-memory database, Memfile.
 // We'll use memfile  because it doesn't require any prior set up.
   "lease-database": {
index 3ea1c613ad1da30037156d439c0180e38af01428..5d85adf41cf8006d2d6ee31614dcc5457dd6f550 100644 (file)
@@ -24,7 +24,7 @@
     },
 
     // We need to specify the database used to store leases. As of
-    // September 2016, four database backends are supported: MySQL,
+    // June 2022, three database backends are supported: MySQL,
     // PostgreSQL and the in-memory database, Memfile.
     // We will use memfile  because it doesn't require any prior set up.
     "lease-database": {
index 44e8a9b0094dfd45f0297422b745dcb08ecb2753..5265606a4234073cfe582f717aa7349da2b79b9c 100644 (file)
@@ -31,7 +31,7 @@
   },
 
 // We need to specify the database used to store leases. As of
-// September 2016, four database backends are supported: MySQL,
+// June 2022, three database backends are supported: MySQL,
 // PostgreSQL and the in-memory database, Memfile.
 // We'll use memfile  because it doesn't require any prior set up.
   "lease-database": {
index 986b4cb5a2455f37c47a5cdaee93daac67c79a04..db99beb48e0431092fb98ec4440604e4b4691004 100644 (file)
@@ -15,7 +15,7 @@
   },
 
 // We need to specify the database used to store leases. As of
-// September 2016, four database backends are supported: MySQL,
+// June 2022, three database backends are supported: MySQL,
 // PostgreSQL and the in-memory database, Memfile.
 // We'll use memfile  because it doesn't require any prior set up.
   "lease-database": {
index 12f754e5585b1701fa04d3b912238d7b3e800bc2..a20d5e126f4d4fb2ba32427f307c94c85074dabe 100644 (file)
@@ -11,7 +11,7 @@
   },
 
 // We need to specify the database used to store leases. As of
-// September 2016, four database backends are supported: MySQL,
+// June 2022, three database backends are supported: MySQL,
 // PostgreSQL and the in-memory database, Memfile.
 // We'll use memfile  because it doesn't require any prior set up.
 // Note, we're setting the maximum number of row read errors to 100,
index 0abeba0227c28f3f296ebc86e42f7c39d96a15db..a22559e67fe623c80e920d3a67a7f1ea75f58be5 100644 (file)
@@ -10,7 +10,7 @@
   },
 
 // We need to specify the database used to store leases. As of
-// September 2016, four database backends are supported: MySQL,
+// June 2022, three database backends are supported: MySQL,
 // PostgreSQL and the in-memory database, Memfile.
 // We'll use memfile  because it doesn't require any prior set up.
   "lease-database": {
index 1b4a9d87523dc083975fa053a014f628a24d1358..0553dad2e5d1a28c955c2b2c5522e4e4470d01f6 100644 (file)
@@ -11,7 +11,7 @@
   },
 
 // We need to specify the database used to store leases. As of
-// September 2016, four database backends are supported: MySQL,
+// June 2022, three database backends are supported: MySQL,
 // PostgreSQL and the in-memory database, Memfile.
 // We'll use memfile  because it doesn't require any prior set up.
   "lease-database": {
index 4656541d420ec39bf3d57bd39906b15368c1992d..e27d4d5157a9529c50191e33e40dedc3455e3d87 100644 (file)
@@ -11,7 +11,7 @@
   },
 
 // We need to specify the database used to store leases. As of
-// September 2016, four database backends are supported: MySQL,
+// June 2022, three database backends are supported: MySQL,
 // PostgreSQL and the in-memory database, Memfile.
 // We'll use memfile  because it doesn't require any prior set up.
   "lease-database": {
index 2460deb1a1c31aeae56bdcead356e3e3e90cf979..252b5410b5d5edaa335a2912076f9646cb8a5e7b 100644 (file)
@@ -13,7 +13,7 @@
   },
 
 // We need to specify the database used to store leases. As of
-// September 2016, four database backends are supported: MySQL,
+// June 2022, three database backends are supported: MySQL,
 // PostgreSQL and the in-memory database, Memfile.
 // We'll use memfile  because it doesn't require any prior set up.
   "lease-database": {
index b3f0b1ead5ad4cc39b7b4bbe86790dd43fa8c2f2..5891836f351a372593dd082d28e953d3a806480c 100644 (file)
@@ -11,7 +11,7 @@
   },
 
 // We need to specify the database used to store leases. As of
-// September 2016, four database backends are supported: MySQL,
+// June 2022, three database backends are supported: MySQL,
 // PostgreSQL and the in-memory database, Memfile.
 // We'll use memfile  because it doesn't require any prior set up.
   "lease-database": {
index 8f1b7522ad5f2b3cf53756d40e63d94b184c92d9..83953a112d35247ce001dba3fda9b72442952ade 100644 (file)
@@ -12,7 +12,7 @@
   },
 
 // We need to specify the database used to store leases. As of
-// September 2016, four database backends are supported: MySQL,
+// June 2022, three database backends are supported: MySQL,
 // PostgreSQL and the in-memory database, Memfile.
 // We'll use memfile  because it doesn't require any prior set up.
   "lease-database": {
index d5f80f4c09c062c5681f822b387ddce99e3775c8..d3b969adc786d71dac1b33a4fda2cbaae8998596 100644 (file)
@@ -11,7 +11,7 @@
   },
 
 // We need to specify the database used to store leases. As of
-// September 2016, four database backends are supported: MySQL,
+// June 2022, three database backends are supported: MySQL,
 // PostgreSQL and the in-memory database, Memfile.
 // We'll use memfile  because it doesn't require any prior set up.
   "lease-database": {
index 3506483a084a862903dc54271e63632721e79a08..e611d5112396a48364b63a6755194cc555f2c398 100644 (file)
@@ -12,7 +12,7 @@
   },
 
 // We need to specify the database used to store leases. As of
-// September 2016, four database backends are supported: MySQL,
+// June 2022, three database backends are supported: MySQL,
 // PostgreSQL and the in-memory database, Memfile.
 // We'll use memfile  because it doesn't require any prior set up.
   "lease-database": {
index e36f856585da094827db2e703e4bb9f3b7d827cf..341abbedb9fe5324787339807ff3c57834f3bb44 100644 (file)
@@ -287,7 +287,7 @@ Lease Storage
 -------------
 
 All leases issued by the server are stored in the lease database.
-There are four database backends available: memfile
+There are three database backends available: memfile
 (the default), MySQL, PostgreSQL.
 
 Memfile - Basic Storage for Leases
index d154c0847ddb330245e476dfad1c392923bbf6bd..1009a6ee2dfa3087ab31288109474266020edbee 100644 (file)
@@ -244,7 +244,7 @@ Lease Storage
 -------------
 
 All leases issued by the server are stored in the lease database.
-There are four database backends available: memfile
+There are three database backends available: memfile
 (the default), MySQL, PostgreSQL.
 
 Memfile - Basic Storage for Leases