Fixing oddball network configuration parameters

This commit is contained in:
Gregory Kurtzer
2022-02-12 03:08:33 +00:00
parent b1b893861e
commit e6a3810d20
3 changed files with 8 additions and 22 deletions

View File

@@ -181,10 +181,6 @@ func CobraRunE(cmd *cobra.Command, args []string) error {
}
n.NetDevs[SetNetName] = &nd
if SetNetDev == "" {
n.NetDevs[SetNetName].Device.Set(SetNetName)
}
}
}