blob: f2d31a26d24da48bc1b655f04b544d91cded2868 [file] [log] [blame]
David K. Bainbridge4ecc1262019-07-01 13:39:11 -07001{
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}