BIND 10 trac3274, updated. b94b3c71b79baf0707e984fd97b11036a04bcc23 [3274] Missing changes in dhcp{4, 6}.spec added.

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Feb 4 18:14:46 UTC 2014


The branch, trac3274 has been updated
       via  b94b3c71b79baf0707e984fd97b11036a04bcc23 (commit)
      from  6473b975c36f68104f002ab1d4f811ceefdc40ae (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 b94b3c71b79baf0707e984fd97b11036a04bcc23
Author: Tomek Mrugalski <tomasz at isc.org>
Date:   Tue Feb 4 19:14:28 2014 +0100

    [3274] Missing changes in dhcp{4,6}.spec added.

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

Summary of changes:
 doc/guide/bind10-guide.xml |   18 +++++++++++++++++-
 src/bin/dhcp4/dhcp4.spec   |   12 +++++++++++-
 src/bin/dhcp6/dhcp6.spec   |   24 ++++++++++++++++++++++++
 3 files changed, 52 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml
index b2acd63..e63512f 100644
--- a/doc/guide/bind10-guide.xml
+++ b/doc/guide/bind10-guide.xml
@@ -3635,6 +3635,14 @@ $</screen>
 > <userinput>config commit</userinput>
 </screen>
       </para>
+      <para>
+        Note that the server was only removed from the list, so BIND10 will not
+        restart it, but the server itself is still running. Hence it is usually
+        desired to stop it:
+<screen>
+> <userinput>Dhcp4 shutdown</userinput>
+</screen>
+      </para>
 
       <para>
         On start-up, the server will detect available network interfaces
@@ -4646,13 +4654,21 @@ Dhcp4/renew-timer	1000	integer	(default)
       </para>
       <para>
          To remove <command>b10-dhcp6</command> from the set of running services,
-         the <command>b10-dhcp4</command> is removed from list of Init components:
+         the <command>b10-dhcp6</command> is removed from list of Init components:
 <screen>
 > <userinput>config remove Init/components b10-dhcp6</userinput>
 > <userinput>config commit</userinput>
 </screen>
       </para>
 
+      <para>
+        Note that the server was only removed from the list, so BIND10 will not
+        restart it, but the server itself is still running. Hence it is usually
+        desired to stop it:
+<screen>
+> <userinput>Dhcp6 shutdown</userinput>
+</screen>
+      </para>
 
       <para>
         During start-up the server will detect available network interfaces
diff --git a/src/bin/dhcp4/dhcp4.spec b/src/bin/dhcp4/dhcp4.spec
index 4eddb7b..0777b8e 100644
--- a/src/bin/dhcp4/dhcp4.spec
+++ b/src/bin/dhcp4/dhcp4.spec
@@ -249,16 +249,26 @@
                         "item_default": ""
                     }
                 },
+
+                { "item_name": "client-class",
+                  "item_type": "string",
+                  "item_optional": false,
+                  "item_default": "",
+                  "item_description" : "Restricts access to this subnet to specified client class (if defined)"
+                },
+
                 { "item_name": "relay",
                   "item_type": "map",
                   "item_optional": false,
                   "item_default": {},
+                  "item_description" : "Structure holding optional relay information.",
                   "map_item_spec": [
                       {
                           "item_name": "ip-address",
                           "item_type": "string",
                           "item_optional": false,
-                          "item_default": "0.0.0.0"
+                          "item_default": "0.0.0.0",
+                          "item_description" : "IPv4 address of the relay (optional)."
                       }
                    ]
                 },
diff --git a/src/bin/dhcp6/dhcp6.spec b/src/bin/dhcp6/dhcp6.spec
index 3810fad..7978de6 100644
--- a/src/bin/dhcp6/dhcp6.spec
+++ b/src/bin/dhcp6/dhcp6.spec
@@ -254,6 +254,30 @@
                         "item_default": ""
                     }
                 },
+
+                { "item_name": "client-class",
+                  "item_type": "string",
+                  "item_optional": false,
+                  "item_default": "",
+                  "item_description" : "Restricts access to this subnet to specified client class (if defined)"
+                },
+
+                { "item_name": "relay",
+                  "item_type": "map",
+                  "item_optional": false,
+                  "item_default": {},
+                  "item_description" : "Structure holding optional relay information.",
+                  "map_item_spec": [
+                      {
+                          "item_name": "ip-address",
+                          "item_type": "string",
+                          "item_optional": false,
+                          "item_default": "::",
+                          "item_description" : "IPv6 address of the relay (optional)."
+                      }
+                   ]
+                },
+
                 {
                   "item_name": "pd-pools",
                   "item_type": "list",



More information about the bind10-changes mailing list