Skip to content
Snippets Groups Projects

Enable export and import of SDN configuration

Merged Ghost User requested to merge export-import-sdn-config into develop
Compare and
37 files
+ 41518
40802
Compare changes
  • Side-by-side
  • Inline
Files
37
@@ -52,7 +52,7 @@ containerlab-destroy:
before_script:
- cd ${CLAB_DIR}
script:
- sudo containerlab destroy --topo ${CLAB_DIR}/${CLAB_NAME}.clab.yml
- sudo containerlab destroy --topo ${CLAB_DIR}/${CLAB_NAME}.clab.yml -c
- docker volume rm -f ${CLAB_NAME}-volume
- echo ${CLAB_NAME}
- ls -la
Loading