blob: e4a6128b4c29349042690541da5d643db67b3378 [file] [log] [blame]
Jian Lie34f1102016-01-14 10:33:54 -08001{
2 "priority": 1,
3 "isPermanent": false,
4 "deviceId": "of:0000000000000001",
5 "timeout": 1,
6 "type": "PERMIT",
7 "operation": "ADD",
8 "conditions": [
9 {
10 "type": "IN_PORT",
11 "port": 23
12 }
13 ],
14 "meta": {
15 "instructions": [
16 {
17 "type": "OUTPUT",
18 "port": -3
19 },
20 {
Ray Milkey2be39ed2016-02-22 15:54:19 -080021 "type": "NOACTION"
Jian Lie34f1102016-01-14 10:33:54 -080022 }
23 ]
24 }
Ray Milkey2be39ed2016-02-22 15:54:19 -080025}