]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3772] Corrected minor documentation errors both in v4 and v6 configuration examples
authorWlodek Wencel <wlodek@isc.org>
Fri, 20 Mar 2015 14:43:39 +0000 (15:43 +0100)
committerWlodek Wencel <wlodek@isc.org>
Fri, 20 Mar 2015 14:43:39 +0000 (15:43 +0100)
doc/guide/dhcp4-srv.xml
doc/guide/dhcp6-srv.xml

index 924bdc406d84fd59371377c40910922c62a09d21..41bd5852a07db685bb3fe50eb05270efabdbe66c 100644 (file)
@@ -1130,7 +1130,7 @@ temporarily override a list of interface names and listen on all interfaces.
 "Dhcp4": {
     "option-data": [
         {
-            <userinput>"name": "foo"
+            <userinput>"name": "foo",
             "space": "vendor-encapsulated-options-space",
             "code": 1,
             "csv-format": true,
@@ -1145,7 +1145,7 @@ temporarily override a list of interface names and listen on all interfaces.
 "Dhcp4": {
     "option-data": [
         {
-            <userinput>"name": "vendor-encapsulated-options"
+            <userinput>"name": "vendor-encapsulated-options",
             "space": "dhcp4",
             "code": 43,
             "csv-format": false,
@@ -1194,7 +1194,7 @@ temporarily override a list of interface names and listen on all interfaces.
             <userinput>"name": "subopt1",
             "code": 1,
             "space": "isc",
-            "type": "ipv4-address".
+            "type": "ipv4-address",
             "record-types": "",
             "array": false,
             "encapsulate ""
@@ -1205,7 +1205,7 @@ temporarily override a list of interface names and listen on all interfaces.
             "space": "isc",
             "type": "string",
             "record-types": "",
-            "array": false
+            "array": false,
             "encapsulate": ""</userinput>
         }
     ],
@@ -1908,12 +1908,12 @@ temporarily override a list of interface names and listen on all interfaces.
 "Dhcp4": {
     <userinput>"next-server": "192.0.2.123"</userinput>,
     ...,
-    "subnet4": {
-        [
+    "subnet4": [
+        {
             <userinput>"next-server": "192.0.2.234"</userinput>,
             ...
-        ]
-    }
+        }
+    ]
 }
 </screen>
     </section>
@@ -2258,9 +2258,11 @@ temporarily override a list of interface names and listen on all interfaces.
        <screen>
 "Dhcp4": {
     "subnet4": [
+       {
         "subnet": "192.0.2.0/24",
         <userinput>"reservation-mode": "disabled"</userinput>,
         ...
+       }
     ]
 }
 </screen>
index fe04a9f3da2455c8e6142d1eda1b9673a30628a5..9f11fbbd54cb8c0c6d7fa629f490ff73055d64c8 100644 (file)
@@ -1046,7 +1046,7 @@ temporarily override a list of interface names and listen on all interfaces.
 "Dhcp6": {
     "option-data": [
         {
-            <userinput>"name": "foo"
+            <userinput>"name": "foo",
             "space": "vendor-encapsulated-options-space",
             "code": 1,
             "csv-format": true,
@@ -1063,7 +1063,7 @@ temporarily override a list of interface names and listen on all interfaces.
     "option-data": [
         ...,
         {
-            <userinput>"name": "vendor-encapsulated-options"
+            <userinput>"name": "vendor-encapsulated-options",
             "space": "dhcp6",
             "code": 17,
             "csv-format": true,
@@ -1100,7 +1100,7 @@ temporarily override a list of interface names and listen on all interfaces.
             <userinput>"name": "subopt1",
             "code": 1,
             "space": "isc",
-            "type": "ipv6-address".
+            "type": "ipv6-address",
             "record-types": "",
             "array": false,
             "encapsulate": ""</userinput>
@@ -2146,9 +2146,11 @@ should include options from the isc option space:
        <screen>
 "Dhcp6": {
     "subnet6": [
+       {
         "subnet": "2001:db8:1::/64",
         <userinput>"reservation-mode": "disabled"</userinput>,
         ...
+       }
     ]
 }
 </screen>