]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3070] Added section about Rapid Commit to the User Guide.
authorMarcin Siodelski <marcin@isc.org>
Tue, 9 Jun 2015 10:18:44 +0000 (12:18 +0200)
committerMarcin Siodelski <marcin@isc.org>
Tue, 9 Jun 2015 10:36:04 +0000 (12:36 +0200)
doc/guide/dhcp6-srv.xml

index 9c4496a3c1208d4711fdbfaa8023a21268b994a0..2ba177d9c49bfae0d460996594ec7131a6c2ebc8 100644 (file)
@@ -1304,6 +1304,40 @@ should include options from the isc option space:
         </para>
       </section>
 
+      <section id="dhcp6-rapid-commit">
+        <title>Rapid Commit</title>
+        <para>The Rapid Commit option, described in
+        <ulink url="http://tools.ietf.org/html/rfc3315">RFC 3315</ulink>, is supported
+        by the Kea DHCPv6 server. However, support is disabled by default for
+        all subnets. It can be enabled for a particular subnet using the
+        <command>rapid-commit</command> parameter as shown below:
+<screen>
+"Dhcp6": {
+    "subnet6": [
+        {
+            "subnet": "2001:db8:beef::/48",
+            <userinput>"rapid-commit": true</userinput>,
+            "pools": [
+                 {
+                     "pool": "2001:db8:beef::1-2001:db8:beef::10"
+                 }
+             ],
+        }
+    ],
+    ...
+}
+</screen>
+        </para>
+        <para>
+          This setting is solely effective for a subnet for which the
+          <command>rapid-commit</command> is set to <command>true</command>.
+          For clients connected to other subnets, the server will ignore the
+          Rapid Commit option sent by the client and will follow the 4-way
+          exchange procedure, i.e. respond with the Advertise for the Solicit
+          containing Rapid Commit option.
+        </para>
+      </section>
+
       <section id="dhcp6-relays">
         <title>DHCPv6 Relays</title>
         <para>