blob: 14ebaa9fdbe6b1fe2d2b2b9cd33ee2fce552d2d6 [file] [log] [blame]
Andy Bavieraf38f0d2019-04-19 16:03:34 -07001 {
2 "flows": [
3 {
4 "priority": 40000,
5 "timeout": 0,
6 "isPermanent": true,
7 "deviceId": "of:0000aabbccddeeff",
8 "treatment": {
9 "instructions": [
10 {
11 "type": "OUTPUT",
12 "port": "CONTROLLER"
13 }
14 ]
15 },
16 "selector": {
17 "criteria": [
18 {
19 "type": "ETH_TYPE",
20 "ethType": "0x888e"
21 },
22 {
23 "type": "IN_PORT",
24 "port": "128"
25 }
26 ]
27 }
28 }
29 ]
30 }