BIND 10 trac2596, updated. a70f6172194a976b514cd7d67ce097bbca3c2798 [2596] Removing guide changes per Stephen's request
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Jan 18 15:36:24 UTC 2013
The branch, trac2596 has been updated
via a70f6172194a976b514cd7d67ce097bbca3c2798 (commit)
from 0a433790559aa0e0fe148a06bbe50d9df522312a (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 a70f6172194a976b514cd7d67ce097bbca3c2798
Author: Tomek Mrugalski <tomasz at isc.org>
Date: Fri Jan 18 16:36:13 2013 +0100
[2596] Removing guide changes per Stephen's request
- This will be moved to 2642.
-----------------------------------------------------------------------
Summary of changes:
doc/guide/bind10-guide.xml | 26 --------------------------
1 file changed, 26 deletions(-)
-----------------------------------------------------------------------
diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml
index 02901aa..f1f5859 100644
--- a/doc/guide/bind10-guide.xml
+++ b/doc/guide/bind10-guide.xml
@@ -3839,32 +3839,6 @@ Dhcp6/subnet6 [] list (default)</screen>
and problems in the DHCPv6 server. See <xref linkend="dhcp6-limit"/>.
</para>
</note>
- <section id="dhcp6-config-subnets">
- <title>Subnet selection</title>
- <para>
- DHCPv6 server may receive requests from local (connected to the same
- subnet as the server) and remote (connecting via relays)
- clients. Server may have many subnet configurations defined, so it
- must select appropriate subnet for a given request. Server first
- checks if there is only one subnet defined and source of the packet is
- link-local. If this is the case server assumes that the only subnet
- defined is local and client is indeed connected to it. This check
- simplifies small deployments.
- </para>
- <para>If there are two or more subnets defined, server can not assume
- which of those (if any) subnets are local. Therefore an optional
- "interface" parameter has been defined to designate that a given subnet
- is local, i.e. reachable directly over specified interface. For example
- the server that is intended to serve local subnet over eth0 may be configured
- as follows:
- <screen>
-> <userinput>config add Dhcp6/subnet6</userinput>
-> <userinput>config set Dhcp6/subnet6[1]/subnet "2001:db8:beef::/48"</userinput>
-> <userinput>config set Dhcp6/subnet6[1]/pool [ "2001:db8:beef::/48" ]</userinput>
-> <userinput>config set Dhcp6/subnet6[1]/interface "eth0"</userinput>
-> <userinput>config commit</userinput></screen>
- </para>
- </section>
</section>
<section id="dhcp6-std">
More information about the bind10-changes
mailing list