Skip to content

Commit 8202dc9

Browse files
andywhitakerAndy Whitaker
andauthored
Updated sr-sim example to correct issue preventing boot of containers (#2706)
Co-authored-by: Andy Whitaker <[email protected]>
1 parent 6c6d095 commit 8202dc9

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

docs/manual/kinds/sros.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff 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
263263
topology:
@@ -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
///

0 commit comments

Comments
 (0)