Skip to content

Commit

Permalink
Merge branch 'docs-publish' into rn-0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Sep 14, 2021
2 parents 6a7a92c + 6b6b112 commit 6fb26d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion docs/manual/nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Note, that if a config file exists in the lab directory for a given node, then i
### enforce-startup-config
By default, containerlab will use the config file that is available in the lab directory for a given node even if the `startup config` parameter points to another file. To make a node to boot with the config set with `startup-config` parameter no matter what, set the `enforce-startup-config` to `true`.

## startup-delay
### startup-delay
To make certain node(s) to boot/start later than others use the `startup-delay` config element that accepts the delay amount in seconds.

This setting can be applied on node/kind/default levels.
Expand Down
3 changes: 0 additions & 3 deletions docs/rn/0.17.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,5 @@ To overcome this race condition the nodes with Static IP address will now be sch
## Startup delay for nodes
Nodes can be artificially delayed if they have [`startup-delay`](../manual/nodes.md#startup-delay) field set to a value greater than zero. This indicates amount in seconds that this node will wait till it will be scheduled for creation by containerlab.

## Fixes
- fixed `containerlab save` command for vmx nodes

## New contributors
Welcome [@GrigoriyMikhalkin](https://github.com/GrigoriyMikhalkin) and thank you for your contributions to containerlab!

0 comments on commit 6fb26d9

Please sign in to comment.