]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
fixed errors
authorMichal Nowikowski <godfryd@isc.org>
Fri, 19 Jul 2019 07:59:42 +0000 (09:59 +0200)
committerMichal Nowikowski <godfryd@isc.org>
Tue, 30 Jul 2019 08:45:13 +0000 (10:45 +0200)
doc/sphinx/arm/dhcp4-srv.rst
doc/sphinx/arm/dhcp6-srv.rst

index 4c469f9f29dc65a2f6f68ee775cb9b7838472a5d..4e61376104537072942a9a283d383f1ea1fb1ab0 100644 (file)
@@ -1071,14 +1071,14 @@ this configuration is accepted:
 
 ::
 
-"Dhcp4": {
-   "subnet4": [
-       {
-          "subnet": "192.0.2.1/24",
-           ...
-       }
-   ]
-}
+   "Dhcp4": {
+       "subnet4": [
+           {
+              "subnet": "192.0.2.1/24",
+               ...
+           }
+       ]
+   }
 
 Even there is another subnet with the "192.0.2.0/24" prefix: only the
 textual form of subnets are compared to avoid duplicates.
index 2565718864b344d09b57093a0c3322171737a1d3..8f7fd2de01df55689557f4273b258b4c597ff03d 100644 (file)
@@ -833,22 +833,22 @@ this configuration is accepted:
 
 ::
 
-"Dhcp6": {
-   "subnet6": [
-       {
-            "subnet": "2001:db8:1::1/64",
-            ...
-        }
-    ]
-}
+   "Dhcp6": {
+      "subnet6": [
+          {
+               "subnet": "2001:db8:1::1/64",
+               ...
+          }
+       ]
+   }
 
 Even there is another subnet with the "2001:db8:1::/64" prefix:
 only the textual form of subnets are compared to avoid duplicates.
 
 .. note::
 
-Abuse of this feature can lead to incorrect subnet selection
-(see :ref:`dhcp6-config-subnets`).
+   Abuse of this feature can lead to incorrect subnet selection
+   (see :ref:`dhcp6-config-subnets`).
 
 .. _dhcp6-unicast: