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
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -65,7 +65,6 @@ func main() {
@@ -65,7 +65,6 @@ func main() {
if err != nil {
if err != nil {
printErrAndAbort(err)
printErrAndAbort(err)
}
}
} else {
} else {
fmt.Println("No valid mode selected. Choose either 'extract' or 'deploy'.")
fmt.Println("No valid mode selected. Choose either 'extract' or 'deploy'.")
}
}
Loading