]> git.ipfire.org Git - thirdparty/libvirt.git/commit
vmx: Require networkName for bridged and custom NICs
authorMartin Kletzander <mkletzan@redhat.com>
Tue, 9 Aug 2022 13:00:06 +0000 (15:00 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Thu, 18 Aug 2022 06:34:31 +0000 (08:34 +0200)
commitdb0564b4d34fb94fe59f04a4e411374ec1b6fc19
tree82e79334daef49ef60951ba04866b42d8160e46b
parentf519f77d813e94f01e83f4e8f0ed9102ae7b99f6
vmx: Require networkName for bridged and custom NICs

Commit 70768cda9740 marked this particular config string optional, but
forgot that two of the interface types still require this name to
exist.  Mark it as optional only if there is no connectionType.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/vmx/vmx.c