summaryrefslogtreecommitdiff
path: root/tools
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 /tools
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 'tools')
-rw-r--r--tools/virsh-domain.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c
index 451f51d633..d2ea4d1c7b 100644
--- a/tools/virsh-domain.c
+++ b/tools/virsh-domain.c
@@ -1070,6 +1070,7 @@ cmdAttachInterface(vshControl *ctl, const vshCmd *cmd)
case VIR_DOMAIN_NET_TYPE_VDPA:
case VIR_DOMAIN_NET_TYPE_INTERNAL:
case VIR_DOMAIN_NET_TYPE_DUMMY:
+ case VIR_DOMAIN_NET_TYPE_VDS:
case VIR_DOMAIN_NET_TYPE_LAST:
vshError(ctl, _("No support for %s in command 'attach-interface'"),
type);