]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3927] Fixed spurious 4 in DHCPv6 guide
authorFrancis Dupont <fdupont@isc.org>
Sun, 1 Nov 2015 00:14:11 +0000 (01:14 +0100)
committerFrancis Dupont <fdupont@isc.org>
Sun, 1 Nov 2015 00:14:11 +0000 (01:14 +0100)
doc/guide/dhcp6-srv.xml

index a88c25569791cf99ad04408e4661163e6decc30d..731c16ec943982dddcc6b4c9032eae520e952781 100644 (file)
@@ -1028,7 +1028,7 @@ temporarily override a list of interface names and listen on all interfaces.
       optional. The <command>array</command> default value is
       <command>false</command>. The <command>record-types</command>
       and <command>encapsulate</command> default values are blank
-      (i.e. ""). The default <command>space</command> is "dhcp4".
+      (i.e. ""). The default <command>space</command> is "dhcp6".
       </para>
 
       <para>Once the new option format is defined, its value is set
@@ -1068,7 +1068,7 @@ temporarily override a list of interface names and listen on all interfaces.
             "space": "dhcp6",
             "type": "record",
             "array": false,
-            "record-types": "ipv4-address, uint16, boolean, string",
+            "record-types": "ipv6-address, uint16, boolean, string",
             "encapsulate": ""</userinput>
         }, ...
     ],