BIND 10 trac3309, updated. 6e4c4c173a90c96b6fefe6951d21f950256b0b6b [3309] Updated bind10-guide with the text about overriding standard options
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Feb 6 10:10:04 UTC 2014
The branch, trac3309 has been updated
via 6e4c4c173a90c96b6fefe6951d21f950256b0b6b (commit)
from d9b2ef002120efa341a54b408c326cb40390bd04 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6e4c4c173a90c96b6fefe6951d21f950256b0b6b
Author: Marcin Siodelski <marcin at isc.org>
Date: Thu Feb 6 11:09:54 2014 +0100
[3309] Updated bind10-guide with the text about overriding standard options
-----------------------------------------------------------------------
Summary of changes:
doc/guide/bind10-guide.xml | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
-----------------------------------------------------------------------
diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml
index 6329d25..dff8678 100644
--- a/doc/guide/bind10-guide.xml
+++ b/doc/guide/bind10-guide.xml
@@ -3976,6 +3976,20 @@ Dhcp4/subnet4 [] list (default)
<!-- @todo: describe record types -->
<para>
+ The <xref linkend="dhcp4-custom-options"/> describes the configuration
+ syntax to create custom option definitions (formats). It is generally not
+ allowed to create custom definitions for standard options, even if the
+ definition being created matches the actual option format defined in the
+ RFCs. There is an exception from this rule for standard options for which
+ Kea does not provide a definition yet. In order to use such options,
+ a server administrator must create a definition as described in
+ <xref linkend="dhcp4-custom-options"/> in the 'dhcp4' option space. This
+ definition should match the option format described in the relevant
+ RFC but configuration mechanism would allow any option format as it has
+ no means to validate it at the moment.
+ </para>
+
+ <para>
<table frame="all" id="dhcp4-std-options-list">
<title>List of standard DHCPv4 options</title>
<tgroup cols='4'>
@@ -4978,6 +4992,21 @@ Dhcp6/subnet6/ list
<!-- @todo: describe record types -->
+ <para>
+ The <xref linkend="dhcp6-custom-options"/> describes the configuration
+ syntax to create custom option definitions (formats). It is generally not
+ allowed to create custom definitions for standard options, even if the
+ definition being created matches the actual option format defined in the
+ RFCs. There is an exception from this rule for standard options for which
+ Kea does not provide a definition yet. In order to use such options,
+ a server administrator must create a definition as described in
+ <xref linkend="dhcp6-custom-options"/> in the 'dhcp6' option space. This
+ definition should match the option format described in the relevant
+ RFC but configuration mechanism would allow any option format as it has
+ no means to validate it at the moment.
+ </para>
+
+
<para>
<table frame="all" id="dhcp6-std-options-list">
<title>List of standard DHCPv6 options</title>
More information about the bind10-changes
mailing list