Comment 7 for bug 231060

Revision history for this message
Thierry Carrez (ttx) wrote :

dnsmasq 2.46-1 (soon in an archive near you) implements a /etc/dnsmasq.d directory that allows to drop configuration snippets from other packages. This opens ways for more collaboration between the two packages.

Following advice in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505522
We could for example have:

/etc/dnsmasq.d/libvirt
  bind-interfaces
  except-interface=<virtual bridge>

and libvirt would start its dnsmasq using --interface=<virtual-bridge>