From 6250f7be12fdc31593afbf1be4df4bd895ff7518 Mon Sep 17 00:00:00 2001 From: Roman Dodin Date: Wed, 25 Aug 2021 15:33:00 +0200 Subject: [PATCH 1/2] sorry --- docs/rn/0.17.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/rn/0.17.md b/docs/rn/0.17.md index 341628fed..6fe19a34e 100644 --- a/docs/rn/0.17.md +++ b/docs/rn/0.17.md @@ -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! From 6b6b1127366e80c095f4cc9d3aed41087ad612c3 Mon Sep 17 00:00:00 2001 From: Roman Dodin Date: Wed, 1 Sep 2021 14:39:06 +0200 Subject: [PATCH 2/2] fixed heading --- docs/manual/nodes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/nodes.md b/docs/manual/nodes.md index 658eca686..e4d3e5d0a 100644 --- a/docs/manual/nodes.md +++ b/docs/manual/nodes.md @@ -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.