From 626e52010b6151cbae01e91aa0b94dae8490537c Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Thu, 29 Apr 2010 06:46:01 -0400 Subject: nwfilter: python bindings for nwfilter I have primarily followed the pattern of the 'secret' driver to provide support for the missing python bindings for the network filter API. --- libvirt-override-api.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'libvirt-override-api.xml') diff --git a/libvirt-override-api.xml b/libvirt-override-api.xml index 6f1bc04..76a102d 100644 --- a/libvirt-override-api.xml +++ b/libvirt-override-api.xml @@ -226,6 +226,27 @@ + + List the defined network filters + + + + + Try to lookup a network filter on the given hypervisor based on its UUID. + + + + + + Extract the UUID unique Identifier of a network filter. + + + + + Fetch globally unique ID of the network filter as a string. + + + list the running interfaces, stores the pointers to the names in @names -- cgit