| Jian Li | e34f110 | 2016-01-14 10:33:54 -0800 | [diff] [blame] | 1 | { |
| 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 Milkey | 2be39ed | 2016-02-22 15:54:19 -0800 | [diff] [blame^] | 21 | "type": "NOACTION" |
| Jian Li | e34f110 | 2016-01-14 10:33:54 -0800 | [diff] [blame] | 22 | } |
| 23 | ] | ||||
| 24 | } | ||||
| Ray Milkey | 2be39ed | 2016-02-22 15:54:19 -0800 | [diff] [blame^] | 25 | } |