• D
    Re-add use of locking with iptables/ip6tables/ebtables · dc33e6e4
    Daniel P. Berrange 提交于
    A previous commit introduced use of locking with invocation
    of iptables in the viriptables.c module
    
      commit ba95426d
      Author: Serge Hallyn <serge.hallyn@ubuntu.com>
      Date:   Fri Nov 1 12:36:59 2013 -0500
    
        util: use -w flag when calling iptables
    
    This only ever had effect with the virtual network driver,
    as it was not wired up into the nwfilter driver. Unfortunately
    in the firewall refactoring the use of the -w flag was
    accidentally lost.
    
    This patch introduces it to the virfirewall.c module so that
    both the virtual network and nwfilter drivers will be using
    it. It also ensures that the equivalent --concurrent flag
    to ebtables is used.
    dc33e6e4
viriptables.c 31.3 KB