diff options
Diffstat (limited to 'src/lib/dhcpsrv/database_backends.dox')
-rw-r--r-- | src/lib/dhcpsrv/database_backends.dox | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/src/lib/dhcpsrv/database_backends.dox b/src/lib/dhcpsrv/database_backends.dox index 0cc54f0863..860c8e5ccf 100644 --- a/src/lib/dhcpsrv/database_backends.dox +++ b/src/lib/dhcpsrv/database_backends.dox @@ -23,13 +23,17 @@ - The MySQL lease manager uses the freely available MySQL as its backend database. This is not included in Kea DHCP by default: - the \--with-mysql switch must be supplied to "configure" for support - to be compiled into the software. + the \--with-mysql switch must be supplied to "configure" for support to be + compiled into the software. This will also compile the "libdhcp_mysql.so" hook + library which must be loaded by adding it to the "hooks-libraries" + configuration parameter. - The PostgreSQL lease manager uses the freely available PostgreSQL as its backend database. This is not included in Kea DHCP by default: - the \--with-pgsql switch must be supplied to "configure" for - support to be compiled into the software. + the \--with-pgsql switch must be supplied to "configure" for support to be + compiled into the software. This will also compile the "libdhcp_pgsql.so" hook + library which must be loaded by adding it to the "hooks-libraries" + configuration parameter. @section dhcpdb-instantiation Instantiation of Lease Managers |