proc SaveConfigToFile { configName } { # To save the current IxNetwork configuration to a file in Linux. # Users need to include .ixncfg to the end of the name. puts "\nSaveConfigToFile: $configName" ixNet exec saveConfig [ixNet writeTo $configName -overwrite] }