Working configs for ONS demo

Change-Id: Ib1f5b0a1b52515079044aedf44a56f2be48a15ca
diff --git a/p4-pod-configs/mwc-pod/vtn-rules.json b/p4-pod-configs/mwc-pod/vtn-rules.json
index cbc0b62..689433e 100644
--- a/p4-pod-configs/mwc-pod/vtn-rules.json
+++ b/p4-pod-configs/mwc-pod/vtn-rules.json
@@ -1,35 +1,35 @@
 {
-    "flows": [
+  "flows": [
     {
-        "deviceId":"of:0000001e67d2c98b",
-            "isPermanent":true,
-            "priority":60000,
-            "selector":{
-                "criteria":[
-                {
-                    "ethType":"0x800",
-                    "type":"ETH_TYPE"
-                },
-                {
-                    "ip":"122.0.0.0/24",
-                    "type":"IPV4_SRC"
-                },
-                {
-                    "ip":"118.0.0.0/24",
-                    "type":"IPV4_DST"
-                }
-                ]
-            },
-            "tableId":0,
-            "timeout":0,
-            "treatment":{
-                "instructions":[
-                {
-                    "type":"TABLE",
-                    "tableId": "4"
-                }
-                ]
-            }
+      "deviceId": "of:0000001e67d2c98b",
+      "isPermanent": true,
+      "priority": 60000,
+      "selector": {
+        "criteria": [
+          {
+            "ethType": "0x800",
+            "type": "ETH_TYPE"
+          },
+          {
+            "ip": "122.0.0.0/24",
+            "type": "IPV4_SRC"
+          },
+          {
+            "ip": "118.0.0.0/24",
+            "type": "IPV4_DST"
+          }
+        ]
+      },
+      "tableId": 0,
+      "timeout": 0,
+      "treatment": {
+        "instructions": [
+          {
+            "type": "TABLE",
+            "tableId": "4"
+          }
+        ]
+      }
     }
-    ]
+  ]
 }