• M
    reload iptables rules on libvirtd restart · 534664c3
    Mark McLoughlin 提交于
    This is the expected behaviour, I think - reloading libvirtd should
    be a subset of restarting it.
    
    Note, we reload the rules after we've determined which networks
    are active (because we only add the rules for active networks)
    and before we start autostart networks (to avoid re-adding the
    rules).
    
    * src/network/bridge_driver.c: reload iptables rules on startup
    534664c3
bridge_driver.c 48.2 KB