Browse Source

[1165] untabified

JINMEI Tatuya 13 years ago
parent
commit
2418922a13
1 changed files with 23 additions and 23 deletions
  1. 23 23
      src/bin/xfrout/xfrout.spec.pre.in

+ 23 - 23
src/bin/xfrout/xfrout.spec.pre.in

@@ -73,32 +73,32 @@
              "item_type": "map",
              "item_type": "map",
              "item_optional": true,
              "item_optional": true,
              "item_default": { "origin": "" },
              "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_optional": false,
-	           "item_default": ""
-	       },
-	       {
-	           "item_name": "class",
-		   "item_type": "string",
+                   "item_default": ""
+               },
+               {
+                   "item_name": "class",
+                   "item_type": "string",
                    "item_optional": false,
                    "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_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
+                   }
+               }
+             ]
          }
          }
        }
        }
       ],
       ],