update configs for mwc pod

Change-Id: Iaf7adfcac419f925e526c57d8fe501f5a1b05642
diff --git a/p4-pod-configs/mwc-pod/vtn-rules.json b/p4-pod-configs/mwc-pod/vtn-rules.json
new file mode 100644
index 0000000..cbc0b62
--- /dev/null
+++ b/p4-pod-configs/mwc-pod/vtn-rules.json
@@ -0,0 +1,35 @@
+{
+    "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"
+                }
+                ]
+            }
+    }
+    ]
+}