mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00: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:
parent
bfb82029a1
commit
498046daa6
@ -786,6 +786,7 @@ static const vshCmdOptDef opts_interface_bridge[] = {
|
|||||||
{.name = "interface",
|
{.name = "interface",
|
||||||
.type = VSH_OT_DATA,
|
.type = VSH_OT_DATA,
|
||||||
.flags = VSH_OFLAG_REQ,
|
.flags = VSH_OFLAG_REQ,
|
||||||
|
.completer = virshInterfaceNameCompleter,
|
||||||
.help = N_("existing interface name")
|
.help = N_("existing interface name")
|
||||||
},
|
},
|
||||||
{.name = "bridge",
|
{.name = "bridge",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user