Hello,
I looked at the source code and saw the problem in
src/network/bridge_driver.c[1]:
--8<---------------cut here---------------start------------->8---
if ((network->def->ipAddress ||
network->def->nranges) &&
dhcpStartDhcpDaemon(conn, network) < 0)
goto err_delbr2;
--8<---------------cut here---------------end--------------->8---The dhcpStartDhcpDaemon should be called only if network->def->nranges is defined. Regards. Footnotes: [1] http://libvirt.org/git/?p=libvirt.git;a=blob;f=src/network/bridge_driver.c;h=abee78cbbf1d6025e302f999a0569d0bb0b1a433;hb=master#l953 -- Daniel Dehennin Récupérer ma clef GPG: gpg --keyserver pgp.mit.edu --recv-keys 0x6A2540D1
pgpwpAEodoHfg.pgp
Description: PGP signature

