blob: 7cb5497193c476b2b6446bc690a9f45100a6f297 [file] [log] [blame]
Yi Tseng3f53f1c2018-02-18 21:57:44 -08001{
2 "flows": [
3 {
4 "deviceId":"of:0000001e67d2eeee",
5 "isPermanent":true,
6 "priority":60000,
7 "selector":{
8 "criteria":[
9 {
10 "ethType":"0x800",
11 "type":"ETH_TYPE"
12 },
13 {
14 "ip":"122.0.0.0/24",
15 "type":"IPV4_SRC"
16 },
17 {
18 "ip":"118.0.0.0/24",
19 "type":"IPV4_DST"
20 }
21 ]
22 },
23 "tableId":0,
24 "timeout":0,
25 "treatment":{
26 "instructions":[
27 {
28 "type":"TABLE",
29 "tableId": "4"
30 }
31 ]
32 }
33 }
34 ]
35}