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:
257
257
///
258
258
/// tab | with links
259
259
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.
261
261
262
262
` ` ` yaml
263
263
topology:
@@ -266,27 +266,26 @@ topology:
266
266
license: /opt/nokia/sros/license.txt
267
267
image: nokia_srsim:25.7.R1
268
268
nodes:
269
- sros -14s-a:
269
+ sr -14s-a:
270
270
kind: nokia_srsim
271
271
type: sr-14s
272
- network-mode: container:sr-14s-a
273
272
env:
274
273
NOKIA_SROS_SLOT: A
275
274
NOKIA_SROS_SYSTEM_BASE_MAC: 1c:56:07:00:03:01
276
- sros -14s-b:
275
+ sr -14s-b:
277
276
kind: nokia_srsim
278
277
type: sr-14s
279
278
network-mode: container:sr-14s-a
280
279
env:
281
280
NOKIA_SROS_SLOT: B
282
281
NOKIA_SROS_SYSTEM_BASE_MAC: 1c:56:07:00:03:01
283
- sros -14s-1:
282
+ sr -14s-1:
284
283
kind: nokia_srsim
285
284
type: sr-14s
286
285
network-mode: container:sr-14s-a
287
286
env:
288
287
NOKIA_SROS_SLOT: 1
289
- sros -14s-2:
288
+ sr -14s-2:
290
289
kind: nokia_srsim
291
290
type: sr-14s
292
291
network-mode: container:sr-14s-a
@@ -298,7 +297,7 @@ topology:
298
297
image: alpine:3
299
298
300
299
links:
301
- - endpoints: ["cpe:eth1", "sros -14s-1:1/1/c1/1"]
300
+ - endpoints: ["cpe:eth1", "sr -14s-1:1/1/c1/1"]
302
301
` ` `
303
302
304
303
///
You can’t perform that action at this time.
0 commit comments