BIND 10 trac1165, updated. 2418922a1389bbf265b02328f7c4f594257c4026 [1165] untabified

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Sep 29 00:16:52 UTC 2011


The branch, trac1165 has been updated
       via  2418922a1389bbf265b02328f7c4f594257c4026 (commit)
      from  44a44c0b568dc997e7522292212e0ef02b522f3d (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 2418922a1389bbf265b02328f7c4f594257c4026
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed Sep 28 17:16:43 2011 -0700

    [1165] untabified

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

Summary of changes:
 src/bin/xfrout/xfrout.spec.pre.in |   46 ++++++++++++++++++------------------
 1 files changed, 23 insertions(+), 23 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/xfrout/xfrout.spec.pre.in b/src/bin/xfrout/xfrout.spec.pre.in
index b51312b..0891a57 100644
--- a/src/bin/xfrout/xfrout.spec.pre.in
+++ b/src/bin/xfrout/xfrout.spec.pre.in
@@ -73,32 +73,32 @@
              "item_type": "map",
              "item_optional": true,
              "item_default": { "origin": "" },
-	     "map_item_spec": [
-	       {
-	           "item_name": "origin",
-		   "item_type": "string",
+             "map_item_spec": [
+               {
+                   "item_name": "origin",
+                   "item_type": "string",
                    "item_optional": false,
-	           "item_default": ""
-	       },
-	       {
-	           "item_name": "class",
-		   "item_type": "string",
+                   "item_default": ""
+               },
+               {
+                   "item_name": "class",
+                   "item_type": "string",
                    "item_optional": false,
-	           "item_default": "IN"
-	       },
-	       {
-	           "item_name": "transfer_acl",
-		   "item_type": "list",
+                   "item_default": "IN"
+               },
+               {
+                   "item_name": "transfer_acl",
+                   "item_type": "list",
                    "item_optional": true,
-		   "item_default": [{"action": "ACCEPT"}],
-		   "list_item_spec":
-		   {
-		       "item_name": "acl_element",
-		       "item_type": "any",
-		       "item_optional": true
-		   }
-	       }
-	     ]
+                   "item_default": [{"action": "ACCEPT"}],
+                   "list_item_spec":
+                   {
+                       "item_name": "acl_element",
+                       "item_type": "any",
+                       "item_optional": true
+                   }
+               }
+             ]
          }
        }
       ],




More information about the bind10-changes mailing list