]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[4282] Addressed review comments - minor edits in user's guide.
authorMarcin Siodelski <marcin@isc.org>
Tue, 23 Aug 2016 08:08:35 +0000 (10:08 +0200)
committerMarcin Siodelski <marcin@isc.org>
Tue, 23 Aug 2016 08:08:35 +0000 (10:08 +0200)
doc/guide/admin.xml
doc/guide/dhcp4-srv.xml
doc/guide/dhcp6-srv.xml

index a737d22ef73fdfdee02b22cebcc833e7e9bc7d22..f7e70cafb8dd192d0e0a5e529c8deed9a0916ce2 100644 (file)
@@ -409,12 +409,6 @@ $ <userinput>kea-admin lease-upgrade mysql -u <replaceable>database-user</replac
     <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
index 4b14ae804e4dd3bac48289f9b60dff79f9cb6823..e3bbab5b91b30414e840e62bb2fe7d8ba1c35db4 100644 (file)
@@ -439,7 +439,7 @@ be followed by a comma and another object definition.</para>
 "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"/>).
@@ -500,7 +500,7 @@ If a timeout is given though, it should be an integer greater than zero.
     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
@@ -2844,7 +2844,7 @@ It is merely echoed by the server
 
 
     <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
index b46557ecec55de0e5ac7b0d6c7d07a2ed0fffb63..d7c85e4e159307636abd11ad887026bc997b5ac5 100644 (file)
@@ -440,7 +440,7 @@ be followed by a comma and another object definition.</para>
 "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"/>).
@@ -500,7 +500,7 @@ If a timeout is given though, it should be an integer greater than zero.
     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
@@ -2579,7 +2579,7 @@ should include options from the isc option space:
     </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