mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 01:49:48 +00:00
[#3586] addressed review comments
This commit is contained in:
parent
264b7100cb
commit
89b561c638
@ -9,6 +9,11 @@ This hook library implements MySQL database storage for:
|
||||
- Host Backend
|
||||
- Configuration Backend
|
||||
|
||||
.. _mysql-configuration-backend:
|
||||
|
||||
MySQL Configuration Backend
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
This hook library works in conjunction with :ischooklib:`libdhcp_cb_cmds.so` to
|
||||
implement the API to create, read, update, and delete (CRUD) the configuration
|
||||
in a MySQL database. Please see :ref:`hooks-cb-cmds` for more details.
|
||||
|
@ -9,6 +9,11 @@ This hook library implements PostgreSQL database storage for:
|
||||
- Host Backend
|
||||
- Configuration Backend
|
||||
|
||||
.. _pgsql-configuration-backend:
|
||||
|
||||
PostgreSQL Configuration Backend
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
This hook library works in conjunction with :ischooklib:`libdhcp_cb_cmds.so` to
|
||||
implement the API to create, read, update, and delete (CRUD) the configuration
|
||||
in a PostgreSQL database. Please see :ref:`hooks-cb-cmds` for more details.
|
||||
|
@ -7378,8 +7378,8 @@ TEST_F(Dhcp4ParserTest, configControlInfoNoFactory) {
|
||||
// Should fail because "type=mysql" has no factories.
|
||||
configure(config, CONTROL_RESULT_ERROR,
|
||||
"during update from config backend database: "
|
||||
"The Kea server has not been compiled with support for database "
|
||||
"type: mysql. Did you forget to use --with-mysql during "
|
||||
"The Kea server has not been compiled with support for configuration "
|
||||
"database type: mysql. Did you forget to use --with-mysql during "
|
||||
"compilation or to load libdhcp_mysql hook library?");
|
||||
}
|
||||
|
||||
|
@ -8219,8 +8219,8 @@ TEST_F(Dhcp6ParserTest, configControlInfoNoFactory) {
|
||||
// Should fail because "type=mysql" has no factories.
|
||||
configure(config, CONTROL_RESULT_ERROR,
|
||||
"during update from config backend database: "
|
||||
"The Kea server has not been compiled with support for database "
|
||||
"type: mysql. Did you forget to use --with-mysql during "
|
||||
"The Kea server has not been compiled with support for configuration "
|
||||
"database type: mysql. Did you forget to use --with-mysql during "
|
||||
"compilation or to load libdhcp_mysql hook library?");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user