Re: [libvirt] [PATCH 6/8] virsh: Introduce virshNWFilterNameCompleter

2018-01-22 Thread John Ferlan
On 01/12/2018 09:37 AM, Michal Privoznik wrote: > The virConnectListAllNWFilters() has no extra flags yet, which > simplifies things a bit. > CONNECT flags wouldn't make sense here either especially for undefine where things either are or aren't. > Signed-off-by: Michal Privoznik > --- > to

[libvirt] [PATCH 6/8] virsh: Introduce virshNWFilterNameCompleter

2018-01-12 Thread Michal Privoznik
The virConnectListAllNWFilters() has no extra flags yet, which simplifies things a bit. Signed-off-by: Michal Privoznik --- tools/virsh-completer.c | 45 + tools/virsh-completer.h | 4 tools/virsh-nwfilter.c | 9 ++--- 3 files changed, 55 i