summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMartin Kletzander <mkletzan@redhat.com>2022-08-24 22:46:05 +0200
committerMartin Kletzander <mkletzan@redhat.com>2022-08-25 13:27:04 +0200
commit6457619d186ed327bd8a045857a829c13cebf4dd (patch)
tree9a5c39cbd3434b4883cb565535f88a627b8c32bf /tools
parent56b3ee743916c8951a32a1650616621d78afe8c7 (diff)
downloadlibvirt-6457619d186ed327bd8a045857a829c13cebf4dd.tar.gz
Rename iterface type='dummy' to type='null'
When commit bac6b266fb6a added this "functionality" this was the only naming I could think of, but after discussion with Dan we found the name 'null' fits a bit better, so change it before we make a release with the old name. Signed-off-by: Martin Kletzander <mkletzan@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/virsh-domain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c
index d2ea4d1c7b..20aadb59f3 100644
--- a/tools/virsh-domain.c
+++ b/tools/virsh-domain.c
@@ -1069,7 +1069,7 @@ cmdAttachInterface(vshControl *ctl, const vshCmd *cmd)
case VIR_DOMAIN_NET_TYPE_UDP:
case VIR_DOMAIN_NET_TYPE_VDPA:
case VIR_DOMAIN_NET_TYPE_INTERNAL:
- case VIR_DOMAIN_NET_TYPE_DUMMY:
+ case VIR_DOMAIN_NET_TYPE_NULL:
case VIR_DOMAIN_NET_TYPE_VDS:
case VIR_DOMAIN_NET_TYPE_LAST:
vshError(ctl, _("No support for %s in command 'attach-interface'"),