summaryrefslogtreecommitdiff
path: root/src/vmx
diff options
context:
space:
mode:
authorMartin Kletzander <mkletzan@redhat.com>2022-08-17 14:35:17 +0200
committerMartin Kletzander <mkletzan@redhat.com>2022-08-18 08:34:31 +0200
commit0225483adce9e9f8f50fde024941542f141aeb35 (patch)
treee01fe066ecbedb89741c4affc292014d2802ba1a /src/vmx
parentdb0564b4d34fb94fe59f04a4e411374ec1b6fc19 (diff)
downloadlibvirt-0225483adce9e9f8f50fde024941542f141aeb35.tar.gz
conf, docs, schemas: Add support for interface type vds
This represents an interface connected to a VMWare Distributed Switch, previously obscured as a dummy interface. Signed-off-by: Martin Kletzander <mkletzan@redhat.com> Reviewed-by: Reviewed-by: Ján Tomko <jtomko@redhat.com>
Diffstat (limited to 'src/vmx')
-rw-r--r--src/vmx/vmx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vmx/vmx.c b/src/vmx/vmx.c
index 7b705b895e..b7b997e835 100644
--- a/src/vmx/vmx.c
+++ b/src/vmx/vmx.c
@@ -3973,6 +3973,7 @@ virVMXFormatEthernet(virDomainNetDef *def, int controller,
case VIR_DOMAIN_NET_TYPE_HOSTDEV:
case VIR_DOMAIN_NET_TYPE_UDP:
case VIR_DOMAIN_NET_TYPE_VDPA:
+ case VIR_DOMAIN_NET_TYPE_VDS:
virReportError(VIR_ERR_CONFIG_UNSUPPORTED, _("Unsupported net type '%s'"),
virDomainNetTypeToString(def->type));
return -1;