diff options
author | Razvan Becheriu <razvan@isc.org> | 2022-03-30 11:46:28 +0200 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2022-03-31 10:11:37 +0200 |
commit | d41571ce170bce6f9e87e01ebf9292f4372ce3c6 (patch) | |
tree | b9be5bcb129cc3f16b9fe3d83019e08c928a8251 /src/lib/dhcpsrv/database_backends.dox | |
parent | [#2371] update version in configure.ac (diff) | |
download | kea-d41571ce170bce6f9e87e01ebf9292f4372ce3c6.tar.xz kea-d41571ce170bce6f9e87e01ebf9292f4372ce3c6.zip |
[#2116] remove cql code
Diffstat (limited to 'src/lib/dhcpsrv/database_backends.dox')
-rw-r--r-- | src/lib/dhcpsrv/database_backends.dox | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/lib/dhcpsrv/database_backends.dox b/src/lib/dhcpsrv/database_backends.dox index 38caab268c..cd33b7a083 100644 --- a/src/lib/dhcpsrv/database_backends.dox +++ b/src/lib/dhcpsrv/database_backends.dox @@ -60,8 +60,6 @@ time. - <b>postgresql</b> - Use PostgreSQL as the database. Must be enabled at compilation time. - - <b>cql</b> - Use Cassandra (CQL) as the database. Must be enabled at - compilation time. The following sections list the database-specific keywords: @@ -91,20 +89,6 @@ For details, see @ref isc::db::PgSqlConnection::openDatabase(). - @subsection dhcpdb-keywords-cql Cassandra (CQL) connection string keywords - - - <b>contact-points</b> - a list of comma separated IP addresses of the - cluster contact points> - - <b>port</b> - an integer specifying a connection port. If not specified, the - default port will be used. - - <b>user</b> - a database user name under which the database is accessed. If - not specified, no user name is used - the database is assumed to be open. - - <b>password</b> - an optional password if required for connection - - <b>keyspace</b> - an optional keyspace. If not specified, the default value - of 'keatest' will be used. - - For details, see @ref isc::db::CqlConnection::openDatabase(). - @subsection infinite-valid-lifetime Infinite Valid Lifetime The @c isc::dhcp::Lease class uses cltt (client last transmission time) |