Skip to content

Commit 8be11da

Browse files
committed
[#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
1 parent aa774f5 commit 8be11da

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

doc/examples/kea4/hooks-radius.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
{
112112
// White pool (110-119 are for reservations)
113113
"pool": "192.0.2.120-192.0.2.199",
114-
"client-classes": [ "white" ]
114+
"client-classes": [ "white" ]
115115
}
116116

117117
// Note there are not pools available to anyone. This is

doc/sphinx/arm/dhcp4-srv.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7008,7 +7008,7 @@ everything connected behind the modems should get addresses from the
70087008
{
70097009
"id": 1,
70107010
"subnet": "10.1.1.0/24",
7011-
"pools": [ { "pool": "10.1.1.2 - 10.1.1.20" } ],
7011+
"pools": [ { "pool": "10.1.1.2 - 10.1.1.20" } ],
70127012
"client-classes": [ "docsis3.0" ],
70137013
"relay": {
70147014
"ip-addresses": [ "10.1.1.1" ]

doc/sphinx/arm/dhcp6-srv.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -6037,7 +6037,7 @@ on option 1234 values.
60376037
{
60386038
"name": "galah",
60396039
"relay": {
6040-
"ip-addresses": [ "2001:db8:2:34::1" ]
6040+
"ip-addresses": [ "2001:db8:2:34::1" ]
60416041
},
60426042
"subnet6": [
60436043
{

doc/sphinx/arm/hooks-bootp.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ to segregate BOOTP clients into separate pools. For example:
6464
{
6565
// BOOTP clients will be handled here
6666
"pool": "192.0.2.200 - 192.0.2.254",
67-
"client-classes": [ "BOOTP" ]
67+
"client-classes": [ "BOOTP" ]
6868
},
6969
{
7070
// Regular DHCP clients will be handled here

0 commit comments

Comments
 (0)