Skip to content

Commit 339749a

Browse files
authored
Fix node names in IOL startup cfg example (srl-labs#2416)
1 parent ef9bef7 commit 339749a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/manual/kinds/cisco_iol.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ You can use the template variables that are defined in the [default startup conf
153153
name: iol_full_startup_cfg
154154
topology:
155155
nodes:
156-
sros:
156+
iol:
157157
kind: cisco_iol
158158
startup-config: configuration.txt
159159
```
@@ -168,7 +168,7 @@ The partial startup configuration must contain `.partial` in the filename. For e
168168
name: iol_partial_startup_cfg
169169
topology:
170170
nodes:
171-
sros:
171+
iol:
172172
kind: cisco_iol
173173
startup-config: configuration.txt.partial
174174
```

0 commit comments

Comments
 (0)