File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ topology:
257257///
258258/// tab | with links
259259
260- Note, how in the `links` section the particular SR-SIM's line card node (sros -14s-1) is used as an endpoint.
260+ Note, how in the `links` section the particular SR-SIM's line card node (sr -14s-1) is used as an endpoint.
261261
262262` ` ` yaml
263263topology:
@@ -266,27 +266,26 @@ topology:
266266 license: /opt/nokia/sros/license.txt
267267 image: nokia_srsim:25.7.R1
268268 nodes:
269- sros -14s-a:
269+ sr -14s-a:
270270 kind: nokia_srsim
271271 type: sr-14s
272- network-mode: container:sr-14s-a
273272 env:
274273 NOKIA_SROS_SLOT: A
275274 NOKIA_SROS_SYSTEM_BASE_MAC: 1c:56:07:00:03:01
276- sros -14s-b:
275+ sr -14s-b:
277276 kind: nokia_srsim
278277 type: sr-14s
279278 network-mode: container:sr-14s-a
280279 env:
281280 NOKIA_SROS_SLOT: B
282281 NOKIA_SROS_SYSTEM_BASE_MAC: 1c:56:07:00:03:01
283- sros -14s-1:
282+ sr -14s-1:
284283 kind: nokia_srsim
285284 type: sr-14s
286285 network-mode: container:sr-14s-a
287286 env:
288287 NOKIA_SROS_SLOT: 1
289- sros -14s-2:
288+ sr -14s-2:
290289 kind: nokia_srsim
291290 type: sr-14s
292291 network-mode: container:sr-14s-a
@@ -298,7 +297,7 @@ topology:
298297 image: alpine:3
299298
300299 links:
301- - endpoints: ["cpe:eth1", "sros -14s-1:1/1/c1/1"]
300+ - endpoints: ["cpe:eth1", "sr -14s-1:1/1/c1/1"]
302301` ` `
303302
304303///
You can’t perform that action at this time.
0 commit comments