Add static vtn flows
Change-Id: I7788afb70a1c500f7c1a8f16d25351f27b69354d
diff --git a/p4-pod-configs/dev-pod/vtn-rules.json b/p4-pod-configs/dev-pod/vtn-rules.json
new file mode 100644
index 0000000..7cb5497
--- /dev/null
+++ b/p4-pod-configs/dev-pod/vtn-rules.json
@@ -0,0 +1,35 @@
+{
+ "flows": [
+ {
+ "deviceId":"of:0000001e67d2eeee",
+ "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"
+ }
+ ]
+ }
+ }
+ ]
+}