diff options
author | 2025-02-24 12:57:25 +0000 | |
---|---|---|
committer | 2025-02-24 12:57:25 +0000 | |
commit | 0f50112f22fcfb3679f789cce600d8e0e1cecfd8 (patch) | |
tree | be1a32db1033bdc897f0c0da19e8b301679c9fec | |
parent | f4a2b584bdae43313ffa4f86fa72e02e4ea59543 (diff) |
fix(topo-file): remove redundant quote
Change-Id: I59b5e2e26043075a0ca54052d0c55bf47cb0ad89
Signed-off-by: Tibor Frank <tifrank@cisco.com>
-rw-r--r-- | topologies/available/lf_2n_spr_testbed23.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/topologies/available/lf_2n_spr_testbed23.yaml b/topologies/available/lf_2n_spr_testbed23.yaml index c6e42253bb..2df5eb76ad 100644 --- a/topologies/available/lf_2n_spr_testbed23.yaml +++ b/topologies/available/lf_2n_spr_testbed23.yaml @@ -122,7 +122,7 @@ nodes: # s57-t23-tg1-c9/p1 - 100GE port1 Intel E810-CQDA2 2p100GE. mac_address: "40:a6:b7:9e:e2:20" pci_address: "0000:bd:00.0" - ip4_address: "172.16.110.2 + ip4_address: 172.16.110.2 driver: ice link: link10 model: Intel-E810CQ |