Browse Source

[4015] Added an experimental options table in user doc

Francis Dupont 9 years ago
parent
commit
9573bebb6b
1 changed files with 26 additions and 0 deletions
  1. 26 0
      doc/guide/dhcp6-srv.xml

+ 26 - 0
doc/guide/dhcp6-srv.xml

@@ -861,6 +861,11 @@ temporarily override a list of interface names and listen on all interfaces.
       the various types is given in <xref linkend="dhcp-types"/>.
     </para>
     <para>
+      Experimental options (like standard options but with a code
+      which was not assigned by IANA) are listed in
+      <xref linkend="dhcp6-exp-options-list"/>.
+    </para>
+    <para>
       Some options are designated as arrays, which means that more than one
       value is allowed in such an option. For example the option dns-servers
       allows the specification of more than one IPv6 address, allowing
@@ -956,6 +961,27 @@ temporarily override a list of interface names and listen on all interfaces.
         </tgroup>
       </table>
     </para>
+
+    <para>
+      <table frame="all" id="dhcp6-exp-options-list">
+        <title>List of experimental DHCPv6 options</title>
+        <tgroup cols='4'>
+        <colspec colname='name'/>
+        <colspec colname='code' align='center'/>
+        <colspec colname='type' align='center'/>
+        <colspec colname='array' align='center'/>
+        <thead>
+          <row><entry>Name</entry><entry>Code</entry><entry>Type</entry><entry>Array?</entry></row>
+        </thead>
+        <tbody>
+<row><entry>public-key</entry><entry>701</entry><entry>binary</entry><entry>false</entry></row>
+<row><entry>certificate</entry><entry>702</entry><entry>binary</entry><entry>false</entry></row>
+<row><entry>signature</entry><entry>703</entry><entry>record</entry><entry>false</entry></row>
+<row><entry>timestamp</entry><entry>704</entry><entry>binary</entry><entry>false</entry></row>
+        </tbody>
+        </tgroup>
+      </table>
+    </para>
     </section>
 
     <section id="dhcp6-custom-options">