diff options
author | pmikus <peter.mikus@protonmail.ch> | 2023-08-25 08:30:01 +0000 |
---|---|---|
committer | Peter Mikus <peter.mikus@protonmail.ch> | 2023-09-21 06:25:22 +0000 |
commit | ae2461388f4751093dd07ffa3ce25fae0e706f1c (patch) | |
tree | df057cfcfa4f6932f0e392daf5f0457b62b481d6 /topologies | |
parent | f67c6ca7cb2fa7c0a62f34931d69db71ba1092ff (diff) |
feat(core): Multilink backend
Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: I8d168979ab9722e0056e97edb228f29cbfa245e3
Diffstat (limited to 'topologies')
-rw-r--r-- | topologies/available/lf_3na_spr_testbed21.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/topologies/available/lf_3na_spr_testbed21.yaml b/topologies/available/lf_3na_spr_testbed21.yaml index 1167ab096f..6a68781fad 100644 --- a/topologies/available/lf_3na_spr_testbed21.yaml +++ b/topologies/available/lf_3na_spr_testbed21.yaml @@ -151,7 +151,7 @@ nodes: model: Mellanox-CX7VEAT port3: # s52-t21-sut1-c2/p1 - 200GE port1 Mellanox ConnectX7-2p200GE. - mac_address: "b8:3f:d2:b7:a1:88" + mac_address: "b8:3f:d2:b7:a0:50" pci_address: "0000:3d:00.0" ip4_address: "172.16.30.2" driver: mlx5_core @@ -159,7 +159,7 @@ nodes: model: Mellanox-CX7VEAT port4: # s52-t21-sut1-c2/p2 - 200GE port2 Mellanox ConnectX7-2p200GE. - mac_address: "b8:3f:d2:b7:a1:89" + mac_address: "b8:3f:d2:b7:a0:51" pci_address: "0000:3d:00.1" ip4_address: "172.16.40.2" driver: mlx5_core @@ -167,7 +167,7 @@ nodes: model: Mellanox-CX7VEAT port5: # s52-t21-sut1-c10/p1 - 200GE port1 Mellanox ConnectX7-2p200GE. - mac_address: "b8:3f:d2:b7:a0:50" + mac_address: "b8:3f:d2:b7:a1:88" pci_address: "0000:17:00.0" ip4_address: "172.16.50.2" driver: mlx5_core @@ -175,7 +175,7 @@ nodes: model: Mellanox-CX7VEAT port6: # s52-t21-sut1-c10/p2 - 200GE port2 Mellanox ConnectX7-2p200GE. - mac_address: "b8:3f:d2:b7:a0:51" + mac_address: "b8:3f:d2:b7:a1:89" pci_address: "0000:17:00.1" ip4_address: "172.16.60.2" driver: mlx5_core |