mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-20 14:03:52 +03:00
90ceb87b7c
Add new `--network backend.type` attribute, libvirt currently supports only `passt`. If not network type is specified virt-install will pick `user` type as it is required for `passt` backend. This also introduces support to specify portForward and specifying port range as well. For more details see [1]. [1] <https://libvirt.org/formatdomain.html#userspace-slirp-or-passt-connection> Fixes: https://github.com/virt-manager/virt-manager/issues/488 Signed-off-by: Pavel Hrdina <phrdina@redhat.com>