BIND 10 trac875, updated. 8339141a4a64043e82685f0e6793b592b7ac820a [trac875] Missing spec file

BIND 10 source code commits bind10-changes at lists.isc.org
Wed May 11 17:28:54 UTC 2011


The branch, trac875 has been updated
       via  8339141a4a64043e82685f0e6793b592b7ac820a (commit)
      from  36af50328be059026859a09d402ff2d591789dfd (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 8339141a4a64043e82685f0e6793b592b7ac820a
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Wed May 11 19:28:38 2011 +0200

    [trac875] Missing spec file

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

Summary of changes:
 src/bin/cfgmgr/plugins/tsig_keys.spec |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)
 create mode 100644 src/bin/cfgmgr/plugins/tsig_keys.spec

-----------------------------------------------------------------------
diff --git a/src/bin/cfgmgr/plugins/tsig_keys.spec b/src/bin/cfgmgr/plugins/tsig_keys.spec
new file mode 100644
index 0000000..a955779
--- /dev/null
+++ b/src/bin/cfgmgr/plugins/tsig_keys.spec
@@ -0,0 +1,20 @@
+{
+    "module_spec": {
+        "module_name": "tsig_keys",
+        "config_data": [
+            {
+                "item_name": "keys",
+                "item_type": "list",
+                "item_optional": false,
+                "item_default": [],
+                "list_item_spec": {
+                    "item_name": "key",
+                    "item_type": "string",
+                    "item_optional": false,
+                    "item_default": ""
+                }
+            }
+        ],
+        "commands": []
+    }
+}




More information about the bind10-changes mailing list