diff options
author | pmikus <peter.mikus@protonmail.ch> | 2023-10-12 05:06:59 +0000 |
---|---|---|
committer | Peter Mikus <peter.mikus@protonmail.ch> | 2023-10-12 05:08:52 +0000 |
commit | 7f477a8f076913395ac8279aad0a51decb7200f0 (patch) | |
tree | 56e0ce727aabffb6c914a8f736b36e6dfa66f7a6 /topologies | |
parent | 79c64795c7605258a448bf090df5b344fb7382fd (diff) |
fix(topology): Swap link
Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: I1fcc14284313c043f08df13eb7bbf0758ae6b559
Diffstat (limited to 'topologies')
-rw-r--r-- | topologies/available/lf_2n_icx_testbed212.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/topologies/available/lf_2n_icx_testbed212.yaml b/topologies/available/lf_2n_icx_testbed212.yaml index 59309d0695..5ea3d46772 100644 --- a/topologies/available/lf_2n_icx_testbed212.yaml +++ b/topologies/available/lf_2n_icx_testbed212.yaml @@ -86,7 +86,7 @@ nodes: pci_address: "0000:b1:00.0" ip4_address: "172.16.90.2" driver: mlx5_core - link: link9 + link: link10 model: Mellanox-CX7VEAT port10: # s72-t212-tg1-c8/p2 - 200GE port2 Mellanox ConnectX7-2p200GE. @@ -94,7 +94,7 @@ nodes: pci_address: "0000:b1:00.1" ip4_address: "172.16.100.2" driver: mlx5_core - link: link10 + link: link9 model: Mellanox-CX7VEAT port11: # s72-t212-tg1-c6/p1 - 100GE port1 Intel E810-CQDA2 2p100GE. |