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 <mprivozn(a)redhat.com>
---
tools/virsh-completer.c | 45 +++++++++++++++++++++++++++++++++++++++++++++
tools/virsh-completer.h | 4 ++++
tools/virsh-nwfilter.c | 9 ++++++---
3 files changed, 55 insertions(+), 3 deletions(-)
Reviewed-by: John Ferlan <jferlan(a)redhat.com>
John