BIND 10 trac3195, updated. 358735b6bc9fe4caf2b12466e54a90eb69a4e673 [3195] BIND10 Guide updated.
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Oct 16 18:47:41 UTC 2013
The branch, trac3195 has been updated
via 358735b6bc9fe4caf2b12466e54a90eb69a4e673 (commit)
from 07a72f62c2e93585de92d032b5af56c9a2ca562b (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 358735b6bc9fe4caf2b12466e54a90eb69a4e673
Author: Tomek Mrugalski <tomasz at isc.org>
Date: Wed Oct 16 20:47:20 2013 +0200
[3195] BIND10 Guide updated.
-----------------------------------------------------------------------
Summary of changes:
doc/guide/bind10-guide.xml | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
-----------------------------------------------------------------------
diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml
index 83c50b6..4635fe9 100644
--- a/doc/guide/bind10-guide.xml
+++ b/doc/guide/bind10-guide.xml
@@ -4667,6 +4667,37 @@ Dhcp6/subnet6/ list
</para>
</section>
+ <section id="dhcp6-unicast">
+ <title>Unicast traffic support</title>
+ <para>
+ When DHCPv6 server starts up, by default it listens to the DHCP traffic
+ sent to multicast address ff02::1:2 on each interface that it is
+ configured to listen on (see <xref linkend="dhcp6-interface-selection"/>).
+ In some cases it is useful to configure a server to handle incoming
+ traffic sent to the global unicast addresses as well. The most common
+ reason for that is to have relays send their traffic to the server
+ directly. To configure server to listen on specific unicast address, a
+ notation to specify interfaces has been extended. Interface name can be
+ optionally followed by a slash, followed by global unicast address that
+ server should listen on. That will be done in addition to normal
+ link-local binding + listening on ff02::1:2 address. The sample commands
+ listed below show how to listen on 2001:db8::1 (a global address)
+ configured on the eth1 interface.
+ </para>
+ <para>
+ <screen>
+> <userinput>config set Dhcp6/interfaces[0] eth1/2001:db8::1</userinput>
+> <userinput>config commit</userinput></screen>
+ When configuration gets committed, the server will start to listen on
+ eth1 on link-local address, mutlicast group (ff02::1:2) and 2001:db8::1.
+ </para>
+ <para>
+ It is possible to mix interface names, wildcards and interface name/addresses
+ on the Dhcp6/interface list. It is not possible to specify more than one
+ unicast address on a given interface.
+ </para>
+ </section>
+
<section>
<title>Subnet and Address Pool</title>
<para>
More information about the bind10-changes
mailing list