]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[github40] Converted missing backend examples.
authorTomek Mrugalski <tomasz@isc.org>
Tue, 6 Feb 2018 17:17:46 +0000 (17:17 +0000)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 6 Feb 2018 17:17:46 +0000 (17:17 +0000)
doc/examples/kea4/backends.json
doc/examples/kea6/backends.json

index 3c79fa24b43e23da52198289aa0dec414f198ef9..dc59289441afe87bafbcb73d2a1ebabb67fa2b7c 100644 (file)
@@ -32,7 +32,7 @@
 // parameters are type and name. If other parameters are not specified,
 // Kea will assume the database is available on localhost, that user and
 // password is not necessary to connect and that timeout is 5 seconds.
-// Kea must be compiled with --with-dhcp-mysql option to use this backend.
+// Kea must be compiled with --with-mysql option to use this backend.
 //  "lease-database": {
 //      "type": "mysql",
 //      "name": "keatest",
@@ -49,7 +49,7 @@
 // parameters are type and name. If other parameters are not specified,
 // Kea will assume the database is available on localhost, that user and
 // password is not necessary to connect and that timeout is 5 seconds.
-// Kea must be compiled with --with-dhcp-pgsql option to use this backend.
+// Kea must be compiled with --with-pgsql option to use this backend.
 //  "lease-database": {
 //      "type": "pgsql",
 //      "name": "keatest",
index 52987070a9ed84fb2e79e76b7c868d787060ce36..7a3c087aacf913c6941edfc2cd6713a04df3ea71 100644 (file)
@@ -32,7 +32,7 @@
 // parameters are type and name. If other parameters are not specified,
 // Kea will assume the database is available on localhost, that user and
 // password is not necessary to connect and that timeout is 5 seconds.
-// Kea must be compiled with --with-dhcp-mysql option to use this backend.
+// Kea must be compiled with --with-mysql option to use this backend.
 //  "lease-database": {
 //      "type": "mysql",
 //      "name": "keatest",
@@ -49,7 +49,7 @@
 // parameters are type and name. If other parameters are not specified,
 // Kea will assume the database is available on localhost, that user and
 // password is not necessary to connect and that timeout is 5 seconds.
-// Kea must be compiled with --with-dhcp-pgsql option to use this backend.
+// Kea must be compiled with --with-pgsql option to use this backend.
 //  "lease-database": {
 //      "type": "pgsql",
 //      "name": "keatest",