summaryrefslogtreecommitdiffstats
path: root/doc/sphinx/arm
diff options
context:
space:
mode:
authorAndrei Pavel <andrei@isc.org>2023-11-15 19:26:02 +0100
committerAndrei Pavel <andrei@isc.org>2023-11-15 19:26:02 +0100
commitbbf71a97d3e8374ade2731bedd6b289bc762b7c6 (patch)
tree1c61ac2de328ea6e4743b6db26936ed915408e1a /doc/sphinx/arm
parent[#2442] address review comments (diff)
downloadkea-bbf71a97d3e8374ade2731bedd6b289bc762b7c6.tar.xz
kea-bbf71a97d3e8374ade2731bedd6b289bc762b7c6.zip
[#2442] code-block without argument not allowed
Plus a few typo fixes.
Diffstat (limited to 'doc/sphinx/arm')
-rw-r--r--doc/sphinx/arm/dhcp4-srv.rst2
-rw-r--r--doc/sphinx/arm/dhcp6-srv.rst2
-rw-r--r--doc/sphinx/arm/hooks-radius.rst26
-rw-r--r--doc/sphinx/arm/hooks.rst2
4 files changed, 16 insertions, 16 deletions
diff --git a/doc/sphinx/arm/dhcp4-srv.rst b/doc/sphinx/arm/dhcp4-srv.rst
index 7cc3a47617..8bfd703740 100644
--- a/doc/sphinx/arm/dhcp4-srv.rst
+++ b/doc/sphinx/arm/dhcp4-srv.rst
@@ -5592,7 +5592,7 @@ If not specified, the default value is:
As soon as a host reservation is found the search is stopped so
when a client has two host reservations using different enabled
identifier types the first is always returned and the second
- ignored. In other words, this is usually a a configuration mistake.
+ ignored. In other words, this is usually a configuration mistake.
In rare cases when having two reservations for the same host makes sense,
you can control which of those will be used by ordering the list of
identifier types in `host-reservation-identifiers`.
diff --git a/doc/sphinx/arm/dhcp6-srv.rst b/doc/sphinx/arm/dhcp6-srv.rst
index 97638cd2b4..76d9d1c1e9 100644
--- a/doc/sphinx/arm/dhcp6-srv.rst
+++ b/doc/sphinx/arm/dhcp6-srv.rst
@@ -4809,7 +4809,7 @@ If not specified, the default value is:
As soon as a host reservation is found the search is stopped so
when a client has two host reservations using different enabled
identifier types the first is always returned and the second
- ignored. In other words, this is usually a a configuration mistake.
+ ignored. In other words, this is usually a configuration mistake.
In rare cases when having two reservations for the same host makes sense,
you can control which of those will be used by ordering the list of
identifier types in `host-reservation-identifiers`.
diff --git a/doc/sphinx/arm/hooks-radius.rst b/doc/sphinx/arm/hooks-radius.rst
index 4b623ae239..39d1ea9067 100644
--- a/doc/sphinx/arm/hooks-radius.rst
+++ b/doc/sphinx/arm/hooks-radius.rst
@@ -427,25 +427,25 @@ set up to enable basic functionality in Kea.
client ID, which would need to be dynamically set in the hook library's
configuration. Here's how the entries can look like:
- .. code-block::
+ ::
- 01:00:0c:01:02:03:04 Cleartext-password := "00:0c:01:02:03:04"
+ 01:00:0c:01:02:03:04 Cleartext-password := "00:0c:01:02:03:04"
- 01:00:0c:01:02:03:05 Cleartext-password := "00:0c:01:02:03:05"
- Framed-IP-Address = "192.0.2.5"
+ 01:00:0c:01:02:03:05 Cleartext-password := "00:0c:01:02:03:05"
+ Framed-IP-Address = "192.0.2.5"
- 01:00:0c:01:02:03:06 Cleartext-password := "00:0c:01:02:03:06"
- Framed-IP-Address = "192.0.2.6"
- Framed-Pool = "classical"
+ 01:00:0c:01:02:03:06 Cleartext-password := "00:0c:01:02:03:06"
+ Framed-IP-Address = "192.0.2.6"
+ Framed-Pool = "classical"
- 00:03:00:01:00:0c:01:02:03:07 Cleartext-password := "00:0c:01:02:03:07"
+ 00:03:00:01:00:0c:01:02:03:07 Cleartext-password := "00:0c:01:02:03:07"
- 00:03:00:01:00:0c:01:02:03:08 Cleartext-password := "00:0c:01:02:03:08"
- Framed-IPv6-Address = "2001:db8::8"
+ 00:03:00:01:00:0c:01:02:03:08 Cleartext-password := "00:0c:01:02:03:08"
+ Framed-IPv6-Address = "2001:db8::8"
- 00:03:00:01:00:0c:01:02:03:09 Cleartext-password := "00:0c:01:02:03:09"
- Framed-IPv6-Address = "2001:db8::9"
- Framed-Pool = "classroom"
+ 00:03:00:01:00:0c:01:02:03:09 Cleartext-password := "00:0c:01:02:03:09"
+ Framed-IPv6-Address = "2001:db8::9"
+ Framed-Pool = "classroom"
7. Accounting should work out of the box with Kea, but customizations are
possible in the accounting file, which can be commonly found at:
diff --git a/doc/sphinx/arm/hooks.rst b/doc/sphinx/arm/hooks.rst
index 36214b3993..ab271927dc 100644
--- a/doc/sphinx/arm/hooks.rst
+++ b/doc/sphinx/arm/hooks.rst
@@ -502,7 +502,7 @@ loaded by the correct process per the table below.
| | | (JSON over UNIX sockets) and the Control Agent (JSON over |
| | | RESTful interface). |
+-----------------------------------------------------------+--------------+--------------------------------------------------------------+
- | :ref:`Lease Commands <hooks-lease-cmds>` | Kea open | This hook library offers a number of commands used to |
+ | :ref:`Lease Commands <hooks-lease-cmds>` | Kea open | This hook library offers a number of commands used to |
| | source | manage leases. Kea can store lease information in various |
| | | backends: memfile, MySQL, PostgreSQL. This library provides |
| | | a unified interface to manipulate leases in an unified, safe |