blob: 665539d60646cf9dad1b21a958f1bef43af0e779 [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 {
21 "type": "DROP"
22 }
23 ]
24 }
25}