Skip to content

Commit

Permalink
Support clab startup-config parameter (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbemmel authored and ipspace committed Sep 3, 2022
1 parent 2e707ff commit 91b355c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions netsim/templates/provider/clab/clab.j2
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ topology:
{% if 'runtime' in n %}
runtime: {{ n.runtime }}
{% endif %}
{% if 'startup-config' in clab %}
startup-config: {{ clab['startup-config'] }}
{% endif %}
{% if clab.license is defined %}
license: {{ clab.license }}
{% endif %}
Expand Down

0 comments on commit 91b355c

Please sign in to comment.