Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
9573bebb
Commit
9573bebb
authored
Sep 24, 2015
by
Francis Dupont
Browse files
[4015] Added an experimental options table in user doc
parent
6a428885
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/guide/dhcp6-srv.xml
View file @
9573bebb
...
...
@@ -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
<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
...
...
@@ -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"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment