Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
a152df84
Commit
a152df84
authored
Aug 23, 2016
by
Marcin Siodelski
Browse files
[4282] Addressed review comments - minor edits in user's guide.
parent
48cdc9a1
Changes
3
Hide whitespace changes
Inline
Side-by-side
doc/guide/admin.xml
View file @
a152df84
...
...
@@ -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
...
...
doc/guide/dhcp4-srv.xml
View file @
a152df84
...
...
@@ -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>
I
Pv4 Hosts Database Configuration
</title>
<title>
DHC
Pv4 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
I
Pv4 Host Reservation
</title>
<title>
Fine Tuning
DHC
Pv4 Host Reservation
</title>
<para>
Host reservation capability introduces additional restrictions for the
allocation engine during lease selection and renewal. In particular, three
...
...
doc/guide/dhcp6-srv.xml
View file @
a152df84
...
...
@@ -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>
I
Pv6 Hosts Database Configuration
</title>
<title>
DHC
Pv6 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
I
Pv6 Host Reservation
</title>
<title>
Fine Tuning
DHC
Pv6 Host Reservation
</title>
<para>
Host reservation capability introduces additional restrictions for the
allocation engine during lease selection and renewal. In particular, three
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment