blob: dad9b03c37e1d22fe4335756812268ae365d525e [file] [log] [blame]
Jian Li8bcef8b2016-01-06 11:35:53 -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 "deferred": []
17 }
18 ],
19 "meta": {
20 "criteria": [
21 {
22 "type": "IN_PORT",
23 "port": 23
24 }
25 ]
26 }
27}