[libvirt] [dbus PATCH 0/8] NWFilter APIs

Katerina Koukiou kkoukiou at redhat.com
Fri May 11 11:57:43 UTC 2018


Katerina Koukiou (8):
  Introduce NWFilter Interface
  Implement ListNWFilters method for Connect Interface
  Implement NWFilterDefineXML method for Connect Interface
  Implement Name property for NWFilter Interface
  Implement UUID property for NWFilter Interface
  Implement GetXMLDesc method for NWFilter Interface
  Implement NWFilterLookupByName method for Connect Interface
  Implement NWFilterLookupByUUID method for Connect Interface

 data/Makefile.am              |   1 +
 data/org.libvirt.Connect.xml  |  24 +++++++
 data/org.libvirt.NWFilter.xml |  23 +++++++
 src/Makefile.am               |   1 +
 src/connect.c                 | 131 +++++++++++++++++++++++++++++++++++
 src/connect.h                 |   1 +
 src/nwfilter.c                | 157 ++++++++++++++++++++++++++++++++++++++++++
 src/nwfilter.h                |   9 +++
 src/util.c                    |  32 +++++++++
 src/util.h                    |  15 ++++
 10 files changed, 394 insertions(+)
 create mode 100644 data/org.libvirt.NWFilter.xml
 create mode 100644 src/nwfilter.c
 create mode 100644 src/nwfilter.h

-- 
2.15.0




More information about the libvir-list mailing list