diff options
author | Thomas Markwalder <tmark@isc.org> | 2024-12-02 17:18:40 +0100 |
---|---|---|
committer | Thomas Markwalder <tmark@isc.org> | 2024-12-02 17:34:45 +0100 |
commit | 8be11da77f44bac17d254a600750e17ec7b8733c (patch) | |
tree | efe045b0635d06f47b44b10fa0de9b2dcfc42bf2 /doc/sphinx/arm/dhcp4-srv.rst | |
parent | [#3592] Comment out configs with "client-classes" (diff) | |
download | kea-8be11da77f44bac17d254a600750e17ec7b8733c.tar.xz kea-8be11da77f44bac17d254a600750e17ec7b8733c.zip |
[#3592] Fixed minor typos in docs
modified: doc/examples/kea4/hooks-radius.json
modified: doc/sphinx/arm/dhcp4-srv.rst
modified: doc/sphinx/arm/dhcp6-srv.rst
modified: doc/sphinx/arm/hooks-bootp.rst
Diffstat (limited to 'doc/sphinx/arm/dhcp4-srv.rst')
-rw-r--r-- | doc/sphinx/arm/dhcp4-srv.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/arm/dhcp4-srv.rst b/doc/sphinx/arm/dhcp4-srv.rst index 7e39c7ffd4..b567b802e1 100644 --- a/doc/sphinx/arm/dhcp4-srv.rst +++ b/doc/sphinx/arm/dhcp4-srv.rst @@ -7008,7 +7008,7 @@ everything connected behind the modems should get addresses from the { "id": 1, "subnet": "10.1.1.0/24", - "pools": [ { "pool": "10.1.1.2 - 10.1.1.20" } ], + "pools": [ { "pool": "10.1.1.2 - 10.1.1.20" } ], "client-classes": [ "docsis3.0" ], "relay": { "ip-addresses": [ "10.1.1.1" ] |