[libvirt] [PATCH v2 0/2] network: only reload firewall after firewalld is finished restarting

Laine Stump laine at laine.org
Fri Apr 12 17:26:56 UTC 2019


Explanation in Patch 2/2

Changes in v2:

* don't (erroneously) check the fields of the message if it's a
  "Reload" message; only do that if it's a NameOwnerChanged Message.

* merge virDBusMessageRead() and virDBusMessageDecode(), since they
  are now identical (new Patch 1/2)

Laine Stump (2):
  util: eliminate duplicate function virDBusMessageRead
  network: only reload firewall after firewalld is finished restarting

 src/libvirt_private.syms    |  1 -
 src/network/bridge_driver.c | 30 +++++++++++++++++----
 src/util/virdbus.c          | 53 ++++++++++++-------------------------
 src/util/virdbus.h          |  4 +--
 src/util/virdbuspriv.h      |  4 ---
 src/util/virfirewalld.c     |  8 +++---
 src/util/virpolkit.c        | 12 ++++-----
 src/util/virsystemd.c       |  6 ++---
 tests/virpolkittest.c       | 24 ++++++++---------
 9 files changed, 69 insertions(+), 73 deletions(-)

-- 
2.20.1




More information about the libvir-list mailing list