• P
    net: Remove dnsmasq and radvd files also when destroying transient nets · e87af617
    Peter Krempa 提交于
    The network driver didn't care about config files when a network was
    destroyed, just when it was undefined leaving behind files for transient
    networks.
    
    This patch splits out the cleanup code to a helper function that handles
    the cleanup if the inactive network object is being removed and re-uses
    this code when getting rid of inactive networks.
    e87af617
bridge_driver.c 137.8 KB