diff --git a/task_with_mac-ip-balance.json b/task_with_mac-ip-balance.json new file mode 100644 index 0000000..875f9e9 --- /dev/null +++ b/task_with_mac-ip-balance.json @@ -0,0 +1,51 @@ +{ + "message": 0, + "data": { + "taskId": 100500, + "data": { + "type": 0, + "mode": 0, + "duration-time": 123, + "network-interfaces": [ + { + "name": "enp0s0", + "sources": { + "mode": 2, + "addresses": [ + { + "ip": "126.0.0.1/32", + "address": 2, + "weight": 40 + }, + { + "ip": "120.0.1.0/16", + "address": 3, + "weight": 40 + }, + { + "ip": "120.0.1.0/16", + "address": "00-B0-D0-63-C2-26", + "weight": 20 + } + ] + }, + "destinations": { + "mode": 2, + "addresses": [ + { + "ip": "5.5.5.0/24,5.5.7.55/32,5.5.8.0/24", + "address": "00-B0-D0-63-C2-26", + "weight": 78 + }, + { + "ip": "5.5.3.0/24", + "address": "01-B0-D0-63-C2-26", + "weight": 22 + } + ] + } + } + ] + } + } +}