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
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -128,7 +128,7 @@ func (v *VenvManager) getSDNConfigData() (*string, error) {
return &sdnConfigResponse.SdnConfig, nil
}
// writeSDNConfigToFile wriets the SDN configuration in a string to a file
// writeSDNConfigToFile wriets the SDN configuration in a string to a file.
func (v *VenvManager) writeSDNConfigToFile(sdnConfigToWrite string) error {
err := os.WriteFile(v.sdnConfigFilepath, []byte(sdnConfigToWrite), 0644)
if err != nil {
Loading