From 2f361c5c872d388040c1eb491351fd1d45cd287c Mon Sep 17 00:00:00 2001 From: Sergey Maslenkov Date: Tue, 1 Oct 2024 12:33:02 +0000 Subject: [PATCH] =?UTF-8?q?=D0=94=D1=80=D1=83=D0=B3=D0=BE=D0=B5=20=D0=BE?= =?UTF-8?q?=D0=BF=D0=B8=D1=81=D0=B0=D0=BD=D0=B8=D0=B5=20=D1=81=D0=B5=D1=82?= =?UTF-8?q?=D0=B5=D0=B2=D1=8B=D1=85=20=D0=B8=D0=BD=D1=82=D0=B5=D1=80=D1=84?= =?UTF-8?q?=D0=B5=D1=81=D0=BE=D0=B2=20(=C2=ABnetwork-interfaces=C2=BB),=20?= =?UTF-8?q?=D0=BD=D0=BE=20=D1=80=D0=B5=D0=B6=D0=B8=D0=BC=20Posix/VFIO=20?= =?UTF-8?q?=D0=BE=D1=81=D1=82=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=20=D0=BA=D0=B0?= =?UTF-8?q?=D0=BA=20=C2=AB0=C2=BB.=20=D0=9F=D1=80=D0=BE=D0=B4=D0=BE=D0=BB?= =?UTF-8?q?=D0=B6=D0=B8=D1=82=D0=B5=D0=BB=D1=8C=D0=BD=D0=BE=D1=81=D1=82?= =?UTF-8?q?=D1=8C=20=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D1=8B=20=D0=B7=D0=B0?= =?UTF-8?q?=D0=B4=D0=B0=D1=87=D0=B8=20=D0=BF=D0=B5=D1=80=D0=B5=D0=B8=D0=BC?= =?UTF-8?q?=D0=B5=D0=BD=D0=BE=D0=B2=D0=B0=D0=BD=D0=B0=20=D0=B2=20=C2=ABdur?= =?UTF-8?q?ation-time=C2=BB.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- task_with_mac-ip-balance.json | 51 +++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 task_with_mac-ip-balance.json 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 + } + ] + } + } + ] + } + } +}