BIND 10 trac2657, updated. 1e2111996aa44a583fcdf0997a6aa170542f3ea2 [2657] Added a note regarding the need to configure vendor options.

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Jan 23 16:46:27 UTC 2013


The branch, trac2657 has been updated
       via  1e2111996aa44a583fcdf0997a6aa170542f3ea2 (commit)
      from  fc03d665a777c47920a85bae41f3e359c61fa42e (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 1e2111996aa44a583fcdf0997a6aa170542f3ea2
Author: Marcin Siodelski <marcin at isc.org>
Date:   Wed Jan 23 17:44:45 2013 +0100

    [2657] Added a note regarding the need to configure vendor options.
    
    Also, updated the copyright header with the current date.

-----------------------------------------------------------------------

Summary of changes:
 doc/guide/bind10-guide.xml |   23 ++++++++++++++++++-----
 1 file changed, 18 insertions(+), 5 deletions(-)

-----------------------------------------------------------------------
diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml
index eefb2c6..d2e1a6a 100644
--- a/doc/guide/bind10-guide.xml
+++ b/doc/guide/bind10-guide.xml
@@ -7,7 +7,7 @@
 ]>
 
 <!--
- - Copyright (C) 2010-2012  Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2010-2013  Internet Systems Consortium, Inc. ("ISC")
  -
  - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
@@ -3903,10 +3903,21 @@ Dhcp4/subnet4	[]	list	(default)
 > <userinput>config set Dhcp4/option-data[1]/name "vendor-encapsulated-options"</userinput>
 > <userinput>config set Dhcp4/option-data[1]/space "dhcp4"</userinput>
 > <userinput>config set Dhcp4/option-data[1]/code 43</userinput>
-> <userinput>config set Dhcp4/option-data[1]/csv-format true</userinput>
-> <userinput>config set Dhcp4/option-data[1]/data "12345"</userinput>
+> <userinput>config set Dhcp4/option-data[1]/csv-format false</userinput>
+> <userinput>config set Dhcp4/option-data[1]/data ""</userinput>
 > <userinput>config commit</userinput></screen>
       </para>
+
+      <note>
+        <para>
+          With this version of BIND 10, the "vendor-encapsulated-options" option
+          must be specified in the configuration although it has no configurable
+          parameters. If it is not specified, the server will assume that it is
+          not configured and will not send it to a client. In the future there
+          will be no need to include this option in the configuration.
+        </para>
+      </note>
+
     </section>
 
     <section id="dhcp4-option-spaces">
@@ -4544,8 +4555,10 @@ Dhcp6/subnet6/	list
       which is empty by default, but options can be defined in it. Those options
       are called vendor-specific information options. The following examples
       show how to define an option "foo" with code 1 that consists of IPv6 address,
-      unsigned 16 bit integer and a string. The foo option is conveyed in a
-      vendor specific information option.
+      unsigned 16 bit integer and a string. The "foo" option is conveyed in a
+      vendor specific information option. This option comprises a single
+      uint32 value that is set to "12345". The sub-option "foo" follows
+      the data field holding this value.
       <screen>
 > <userinput>config add Dhcp6/option-def</userinput>
 > <userinput>config set Dhcp6/option-def[0]/name "foo"</userinput>



More information about the bind10-changes mailing list