blob: 228e7b0ea502a50f4b2ba3865642ef48a953be29 [file] [log] [blame]
Jian Li8bcef8b2016-01-06 11:35:53 -08001{
2 "priority": 60,
3 "isPermanent": "false",
4 "timeout": 1,
5 "type": "PERMIT",
6 "operation": "ADD",
7 "conditions": [
8 {
9 "type": "IN_PORT",
10 "port": 23
11 }
12 ],
13 "meta": {
14 "instructions": [
15 {
16 "type": "OUTPUT",
17 "port": -3
18 },
19 {
20 "type": "DROP"
21 }
22 ],
23 "deferred": []
24 }
25}