From: Francis Dupont Date: Thu, 24 Sep 2015 20:18:25 +0000 (+0200) Subject: [4015] Added an experimental options table in user doc X-Git-Tag: trac4074_base~20^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9573bebb6b6350473926bdf4d7915e6582c46143;p=thirdparty%2Fkea.git [4015] Added an experimental options table in user doc --- diff --git a/doc/guide/dhcp6-srv.xml b/doc/guide/dhcp6-srv.xml index a35ab85b2d..bf65d1638a 100644 --- a/doc/guide/dhcp6-srv.xml +++ b/doc/guide/dhcp6-srv.xml @@ -860,6 +860,11 @@ temporarily override a list of interface names and listen on all interfaces. structures. "Type" designates the format of the data: the meanings of the various types is given in . + + Experimental options (like standard options but with a code + which was not assigned by IANA) are listed in + . + 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 @@ -956,6 +961,27 @@ temporarily override a list of interface names and listen on all interfaces. + + + + List of experimental DHCPv6 options + + + + + + + NameCodeTypeArray? + + +public-key701binaryfalse +certificate702binaryfalse +signature703recordfalse +timestamp704binaryfalse + + +
+