[Bug 1101187] Re: in case ow two networks on the same bridge nova overwrites dnsmasq config

2013-02-25 Thread TangYi
I modified update_dhcp funciton in nova/network/linux_net.py , so it would be something like : def update_dhcp(context, dev, network_ref): (Re)starts a dnsmasq server for a given network. If a dnsmasq instance is already running then send a HUP signal causing it to reload, otherwise

[Bug 1101187] Re: in case ow two networks on the same bridge nova overwrites dnsmasq config

2013-02-25 Thread TangYi
I modified update_dhcp funciton in nova/network/linux_net.py , so it would be something like : def update_dhcp(context, dev, network_ref): (Re)starts a dnsmasq server for a given network. If a dnsmasq instance is already running then send a HUP signal causing it to reload, otherwise