2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 13:07:50 +00:00

[#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
This commit is contained in:
Thomas Markwalder 2024-12-02 11:18:40 -05:00
parent aa774f5e6d
commit 8be11da77f
4 changed files with 4 additions and 4 deletions

View File

@ -111,7 +111,7 @@
{ {
// White pool (110-119 are for reservations) // White pool (110-119 are for reservations)
"pool": "192.0.2.120-192.0.2.199", "pool": "192.0.2.120-192.0.2.199",
"client-classes": [ "white" ] "client-classes": [ "white" ]
} }
// Note there are not pools available to anyone. This is // Note there are not pools available to anyone. This is

View File

@ -7008,7 +7008,7 @@ everything connected behind the modems should get addresses from the
{ {
"id": 1, "id": 1,
"subnet": "10.1.1.0/24", "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" ], "client-classes": [ "docsis3.0" ],
"relay": { "relay": {
"ip-addresses": [ "10.1.1.1" ] "ip-addresses": [ "10.1.1.1" ]

View File

@ -6037,7 +6037,7 @@ on option 1234 values.
{ {
"name": "galah", "name": "galah",
"relay": { "relay": {
"ip-addresses": [ "2001:db8:2:34::1" ] "ip-addresses": [ "2001:db8:2:34::1" ]
}, },
"subnet6": [ "subnet6": [
{ {

View File

@ -64,7 +64,7 @@ to segregate BOOTP clients into separate pools. For example:
{ {
// BOOTP clients will be handled here // BOOTP clients will be handled here
"pool": "192.0.2.200 - 192.0.2.254", "pool": "192.0.2.200 - 192.0.2.254",
"client-classes": [ "BOOTP" ] "client-classes": [ "BOOTP" ]
}, },
{ {
// Regular DHCP clients will be handled here // Regular DHCP clients will be handled here