Hello All,
Host: CentOS 9, guest: CentOS 8, 1 network interface with public ip.
While importing guest, network configuration will be destroyed: connection: device and gateway are purged.
Both: virt-manager gui and cli example:
virt-install --import --os-variant none --virt-type kvm --name xx --memory 2048 --vcpus 2 --disk ./xx.qcow2
How can this behavior suppressed?