• S
    Starts dnsmasq from libvirtd with --dhcp-hostsfile option · 8fa9c221
    Satoru SATOH 提交于
    This patch makes libvirtd start the dnsmasq daemon with a
    --dhcp-hostsfile option instead of --dhcp-host options for each
    '//ip/dhcp/host' entries defined in network xml file.
    
    the dnsmasq host file is stored into /var/lib/libvirt/network
    
    * src/network/bridge_driver.c: define the directory for the hostfiles
      and save/delete them to be used by dnsmasq
    8fa9c221
bridge_driver.c 47.9 KB