<section>
<title>PostgreSQL</title>
- <para>
- PostgreSQL is able to store leases. The capability to store host
- reservations (that include addresses, prefixes and options) is planned
- for upcoming Kea 1.1.0.
- </para>
-
<para>
A PostgreSQL database must be set up if you want Kea to store
lease and other information in PostgreSQL. This step can be
"Dhcp4": { "lease-database": { <userinput>"type": "mysql"</userinput>, ... }, ... }
</screen>
Next, the name of the database to hold the leases must be set: this is the
- name used when the lease database was created
+ name used when the database was created
(see <xref linkend="mysql-database-create"/>,
<xref linkend="pgsql-database-create"/> or
<xref linkend="cql-database-create"/>).
later, if necessary.</para>
<section id="hosts-database-configuration4">
- <title>IPv4 Hosts Database Configuration</title>
+ <title>DHCPv4 Hosts Database Configuration</title>
<para>Hosts database configuration is controlled through the Dhcp4/hosts-database
parameters. If enabled, the type of the database must be set to "mysql" or
<section id="reservations4-tuning">
- <title>Fine Tuning IPv4 Host Reservation</title>
+ <title>Fine Tuning DHCPv4 Host Reservation</title>
<para>Host reservation capability introduces additional restrictions for the
allocation engine during lease selection and renewal. In particular, three
"Dhcp6": { "lease-database": { <userinput>"type": "mysql"</userinput>, ... }, ... }
</screen>
Next, the name of the database is to hold the leases must be set: this is the
- name used when the lease database was created
+ name used when the database was created
(see <xref linkend="mysql-database-create"/>,
<xref linkend="pgsql-database-create"/>
or <xref linkend="cql-database-create"/>).
later, if necessary.</para>
<section id="hosts-database-configuration6">
- <title>IPv6 Hosts Database Configuration</title>
+ <title>DHCPv6 Hosts Database Configuration</title>
<para>Hosts database configuration is controlled through the Dhcp6/hosts-database
parameters. If enabled, the type of the database must be set to "mysql" or
</section>
<section id="reservations6-tuning">
- <title>Fine Tuning IPv6 Host Reservation</title>
+ <title>Fine Tuning DHCPv6 Host Reservation</title>
<para>Host reservation capability introduces additional restrictions for the
allocation engine during lease selection and renewal. In particular, three