diff options
author | pmikus <peter.mikus@protonmail.ch> | 2023-08-14 14:03:23 +0000 |
---|---|---|
committer | Peter Mikus <peter.mikus@protonmail.ch> | 2023-08-14 14:22:43 +0000 |
commit | 3be18276f6478505cd24507b8674c8b312f019be (patch) | |
tree | c5582a651f2aacd560eb79b0f829177867e18563 | |
parent | 0202f7d927dbaf40235e0f6d573f69e66a6427b2 (diff) |
fix(topo): IP address
Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: Icf43f76e80387e7d54164ed531ec844c7dfd87bb
(cherry picked from commit c3f6c20aa939ccdb0f3673ea715886ad3d1d2333)
-rw-r--r-- | topologies/available/lf_3n_icx_testbed37.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/topologies/available/lf_3n_icx_testbed37.yaml b/topologies/available/lf_3n_icx_testbed37.yaml index 2f987e3f0f..560da3007e 100644 --- a/topologies/available/lf_3n_icx_testbed37.yaml +++ b/topologies/available/lf_3n_icx_testbed37.yaml @@ -262,7 +262,7 @@ nodes: # s66-t37-sut2-c10/p1 - 100GE port1 Mellanox ConnectX-6 Dx 2p100GE. mac_address: "b8:3f:d2:13:4b:16" pci_address: "0000:e3:00.0" - ip4_address: "172.16.90.3" + ip4_address: "172.16.100.3" driver: mlx5_core link: link10 model: Mellanox-CX6DX @@ -270,7 +270,7 @@ nodes: # s66-t37-sut2-c10/p2 - 100GE port2 Mellanox ConnectX-6 Dx 2p100GE. mac_address: "b8:3f:d2:13:4b:17" pci_address: "0000:e3:00.1" - ip4_address: "172.16.100.3" + ip4_address: "172.16.90.3" driver: mlx5_core link: link1010 model: Mellanox-CX6DX
\ No newline at end of file |