diff options
author | Andrei Pavel <andrei.pavel@qualitance.com> | 2016-12-14 15:58:39 +0100 |
---|---|---|
committer | Andrei Pavel <andrei.pavel@qualitance.com> | 2016-12-14 15:58:39 +0100 |
commit | ac189cbb9498d7ae4ab3a88ec04ad2b26662c947 (patch) | |
tree | 465b4311d93a3af48a63a32ef7c16e9d1cb8c344 /src/lib/dhcpsrv/database_backends.dox | |
parent | [master] Addressed doxygen warnings raised. (diff) | |
download | kea-ac189cbb9498d7ae4ab3a88ec04ad2b26662c947.tar.xz kea-ac189cbb9498d7ae4ab3a88ec04ad2b26662c947.zip |
--with-dhcp-backend -> --with-backend
Diffstat (limited to 'src/lib/dhcpsrv/database_backends.dox')
-rw-r--r-- | src/lib/dhcpsrv/database_backends.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/dhcpsrv/database_backends.dox b/src/lib/dhcpsrv/database_backends.dox index e237666857..8b382a0c2c 100644 --- a/src/lib/dhcpsrv/database_backends.dox +++ b/src/lib/dhcpsrv/database_backends.dox @@ -23,12 +23,12 @@ - The MySQL lease manager uses the freely available MySQL as its backend database. This is not included in Kea DHCP by default: - the \--with-dhcp-mysql switch must be supplied to "configure" for support + the \--with-mysql switch must be supplied to "configure" for support to be compiled into the software. - The PostgreSQL lease manager uses the freely available PostgreSQL as its backend database. This is not included in Kea DHCP by default: - the \--with-dhcp-pgsql switch must be supplied to "configure" for + the \--with-pgsql switch must be supplied to "configure" for support to be compiled into the software. @section dhcpdb-instantiation Instantiation of Lease Managers |