]> git.ipfire.org Git - thirdparty/libvirt.git/commit
net: Move creation of dnsmasq hosts file to function starting dnsmasq
authorPeter Krempa <pkrempa@redhat.com>
Thu, 25 Oct 2012 12:41:28 +0000 (14:41 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 2 Nov 2012 12:28:40 +0000 (13:28 +0100)
commit23ae3fe4256ba634babc6818b8cb7bbd3664a95a
treed5252c5bdcc694811ce4da77adae8dc8e1470d03
parenta3258c0eb9e8f2bbb2d03e124d0b83469209fdb7
net: Move creation of dnsmasq hosts file to function starting dnsmasq

The hosts file was created in the network definition function. This
patch moves the place the file is being created to the point where
dnsmasq is being started.
src/network/bridge_driver.c