diff options
author | pmikus <peter.mikus@protonmail.ch> | 2023-03-30 07:06:54 +0000 |
---|---|---|
committer | Peter Mikus <peter.mikus@protonmail.ch> | 2023-03-30 07:07:37 +0000 |
commit | 373a9e8f3180807ad3cc2a2ddfeac56faf390e03 (patch) | |
tree | 0e5b240311de5e85e600200e5a093d1f91a608bd | |
parent | 993efb0f27bbc0216254f677b6ffebfc790b7be7 (diff) |
fix(infra): 2n-spr topology file
Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: I35c1927d6483f9bbfa2f7478819848319161229f
(cherry picked from commit f357ba3d2631725a348ad54d4aa5100054573392)
-rw-r--r-- | topologies/available/lf_2n_spr_testbed23.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/topologies/available/lf_2n_spr_testbed23.yaml b/topologies/available/lf_2n_spr_testbed23.yaml index 90bf8387b4..e83090ec17 100644 --- a/topologies/available/lf_2n_spr_testbed23.yaml +++ b/topologies/available/lf_2n_spr_testbed23.yaml @@ -27,7 +27,7 @@ nodes: port2: # s57-t23-tg1-c2/p2 - 200GE port2 Mellanox ConnectX7-2p200GE. mac_address: "b8:3f:d2:b7:a0:29" - pci_address: "0000:3d:00.0" + pci_address: "0000:3d:00.1" ip4_address: "172.16.20.2" driver: mlx5_core link: link2 @@ -132,7 +132,7 @@ nodes: port2: # s56-t23-sut1-c2/p2 - 200GE port2 Mellanox ConnectX7-2p200GE. mac_address: "b8:3f:d2:b7:a0:31" - pci_address: "0000:3d:00.0" + pci_address: "0000:3d:00.1" ip4_address: "172.16.20.1" driver: mlx5_core link: link2 |