David K. Bainbridge | 4ecc126 | 2019-07-01 13:39:11 -0700 | [diff] [blame] | 1 | { |
2 | "priority": 40000, | ||||
3 | "timeout": 0, | ||||
4 | "isPermanent": true, | ||||
5 | "deviceId": "of:0000000000000001", | ||||
6 | "treatment": { | ||||
7 | "instructions": [ | ||||
8 | { | ||||
9 | "type": "OUTPUT", | ||||
10 | "port": "CONTROLLER" | ||||
11 | } | ||||
12 | ] | ||||
13 | }, | ||||
14 | "selector": { | ||||
15 | "criteria": [ | ||||
16 | { | ||||
17 | "type": "IN_PORT", | ||||
18 | "port": 1 | ||||
19 | }, | ||||
20 | { | ||||
21 | "type": "VLAN_VID", | ||||
22 | "vlanId": 222 | ||||
23 | } | ||||
24 | ] | ||||
25 | } | ||||
26 | } |