Comment 5 for bug 1326536

Revision history for this message
Darragh Bailey (dbailey-k) wrote :

Perhaps a change could be added to ignore 127.0.0.1 and 127.0.1.1 addresses returned by default?

Dnsmasq supports such an option, though it would need to be added to libvirt as it regerates the dnsmasq conf file used each time a network is started.

Add following by default to dnsmasq.conf generated by libvirt
---------------
ignore-address=127.0.0.1
ignore-address=127.0.1.1
---------------