Browse Source

Add missing file. (I svn cp from trac327.)

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac402@3557 e5f2f494-b856-4b98-b285-d166d9295462
Jeremy C. Reed 14 years ago
parent
commit
98aaf3b2d7
1 changed files with 61 additions and 0 deletions
  1. 61 0
      src/bin/xfrin/xfrin.spec

+ 61 - 0
src/bin/xfrin/xfrin.spec

@@ -0,0 +1,61 @@
+{
+  "module_spec": {
+    "module_name": "Xfrin",
+    "module_description": "XFR in daemon",
+    "config_data": [
+      {
+        "item_name": "transfers_in",
+        "item_type": "integer",
+        "item_optional": false,
+        "item_default": 10
+      },
+      {
+        "item_name": "master_addr",
+        "item_type": "string",
+        "item_optional": false,
+        "item_default": ""
+      },
+      { "item_name": "master_port",
+        "item_type": "integer",
+        "item_optional": false,
+        "item_default": 53
+      }
+    ],
+    "commands": [
+     {
+        "command_name": "retransfer",
+        "command_description": "retransfer a single zone without checking zone serial number",
+        "command_args": [ {
+            "item_name": "zone_name",
+            "item_type": "string",
+            "item_optional": false,
+            "item_default": ""
+          },
+          {
+            "item_name": "zone_class",
+            "item_type": "string",
+            "item_optional": true,
+            "item_default": "IN"
+          },
+          {
+            "item_name": "master",
+            "item_type": "string",
+            "item_optional": true,
+            "item_default": ""
+          },
+          {
+            "item_name": "port",
+            "item_type": "integer",
+            "item_optional": true,
+            "item_default": 53
+          }
+        ]
+      },
+      {
+        "command_name": "shutdown",
+        "command_description": "Shut down xfrin module",
+        "command_args": []
+      }
+    ]
+  }
+}