]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3592] Fixed minor typos in docs
authorThomas Markwalder <tmark@isc.org>
Mon, 2 Dec 2024 16:18:40 +0000 (11:18 -0500)
committerThomas Markwalder <tmark@isc.org>
Mon, 2 Dec 2024 16:34:45 +0000 (16:34 +0000)
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

doc/examples/kea4/hooks-radius.json
doc/sphinx/arm/dhcp4-srv.rst
doc/sphinx/arm/dhcp6-srv.rst
doc/sphinx/arm/hooks-bootp.rst

index 98a1478754482dbcdc33445d6815160a9f6c43a0..ba51f531f8dba34e30cefc2d12d6333c89069529 100644 (file)
          {
             // White pool (110-119 are for reservations)
             "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
index 7e39c7ffd4bec533d6b8f64663d153365e764ca2..b567b802e13b1e1bfcede3c26426878c6ed916d8 100644 (file)
@@ -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" ]
index 9fc95edbc10ea5f3f0d8e6db68a2c9072b320dd8..ffe809f285797ad395e109a1cb1c6f91185a90de 100644 (file)
@@ -6037,7 +6037,7 @@ on option 1234 values.
            {
                "name": "galah",
                "relay": {
-                   "ip-addresses":  [ "2001:db8:2:34::1" ]
+                   "ip-addresses": [ "2001:db8:2:34::1" ]
                },
                "subnet6": [
                    {
index 7e808fb8d029d0f659bdf64e01cd36de893a211d..ee4f595cbd4143de85d1cb7f38452d2e0d9c516a 100644 (file)
@@ -64,7 +64,7 @@ to segregate BOOTP clients into separate pools. For example:
                {
                    // BOOTP clients will be handled here
                    "pool": "192.0.2.200 - 192.0.2.254",
-                   "client-classes":  [ "BOOTP" ]
+                   "client-classes": [ "BOOTP" ]
                },
                {
                    // Regular DHCP clients will be handled here