mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
virsh: Add interface name completion to iface-bridge command
Signed-off-by: Lin Ma <lma@suse.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
@@ -786,6 +786,7 @@ static const vshCmdOptDef opts_interface_bridge[] = {
|
||||
{.name = "interface",
|
||||
.type = VSH_OT_DATA,
|
||||
.flags = VSH_OFLAG_REQ,
|
||||
.completer = virshInterfaceNameCompleter,
|
||||
.help = N_("existing interface name")
|
||||
},
|
||||
{.name = "bridge",
|
||||
|
||||
Reference in New Issue
Block a user