Browse Source

[3927] Fixed spurious 4 in DHCPv6 guide

Francis Dupont 9 years ago
parent
commit
2a9eaa438e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      doc/guide/dhcp6-srv.xml

+ 2 - 2
doc/guide/dhcp6-srv.xml

@@ -1028,7 +1028,7 @@ temporarily override a list of interface names and listen on all interfaces.
       optional. The <command>array</command> default value is
       optional. The <command>array</command> default value is
       <command>false</command>. The <command>record-types</command>
       <command>false</command>. The <command>record-types</command>
       and <command>encapsulate</command> default values are blank
       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>
 
 
       <para>Once the new option format is defined, its value is set
       <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",
             "space": "dhcp6",
             "type": "record",
             "type": "record",
             "array": false,
             "array": false,
-            "record-types": "ipv4-address, uint16, boolean, string",
+            "record-types": "ipv6-address, uint16, boolean, string",
             "encapsulate": ""</userinput>
             "encapsulate": ""</userinput>
         }, ...
         }, ...
     ],
     ],