blob: de871a08719ac181d63220d9490061954663bbd1 [file] [log] [blame]
Jian Li2d3a1d12017-04-05 00:56:54 +09001{
2 "treatments": [
3 {
4 "instructions": [
5 {
6 "type": "UNICAST",
7 "subtype": "WEIGHT",
8 "unicastWeight": 1
9 },
10 {
11 "type": "MULTICAST",
12 "subtype": "WEIGHT",
13 "multicastWeight": 2
14 }
15 ],
16 "address": {
17 "type": "IPV4",
18 "ipv4": "1.2.3.4/32"
19 }
20 }
21 ],
22 "action": "NO_ACTION"
23}
24