blob: 1b19216480170f9b98cd2a0b8fe0d9ac1e7ca6e7 [file] [log] [blame]
Jian Lie34f1102016-01-14 10:33:54 -08001{
2 "id": 1,
3 "type": "FAILOVER",
4 "operation": "ADD",
5 "treatments": [
6 {
7 "instructions": [
8 {
9 "type": "OUTPUT",
10 "port": -3
11 },
12 {
13 "type": "DROP"
14 }
15 ]
16 }
17 ],
18 "meta": {
19 "criteria": [
20 {
21 "type": "IN_PORT",
22 "port": 23
23 }
24 ]
25 }
26}