On Mon, Jun 22, 2026 at 12:56:00 +0200, Michal Privoznik via Devel wrote: > From: Michal Privoznik <[email protected]> > > The '--type' option of 'attach-interface' command is translated > from string into int using virDomainNetTypeFromString(), IOW the > expected value is from virDomainNetType enum. > > Signed-off-by: Michal Privoznik <[email protected]> > --- > tools/virsh-completer-domain.c | 13 +++++++++++++ > tools/virsh-completer-domain.h | 5 +++++ > tools/virsh-domain.c | 1 + > 3 files changed, 19 insertions(+)
Reviewed-by: Peter Krempa <[email protected]>
