On Fri, Nov 14, 2008 at 02:23:46PM +0000, Simon Kelley wrote:
[..snip..] 
>> Upstream's code has this comment:
>>
>>     /*
>>      * XXX does not actually work, due to some kind of
>>      * race condition setting up ipv6 addresses on the
>>      * interface. A sleep(10) makes it work, but that's
>>      * clearly not practical
>>      *
>>      * APPEND_ARG(*argv, i++, "--interface");
>>      * APPEND_ARG(*argv, i++, network->def->bridge);
>>      */
>>     APPEND_ARG(*argv, i++, "--listen-address");
>>     APPEND_ARG(*argv, i++, network->def->ipAddress);
>>
>> We'd have to fix this if we really need "--interface".
>>
>
> We don't: I hadn't see the --listen-address option which is a valid  
> alternative.
Great! I was wondering why we'd need --interface if we have
--listen-address and thought that it might be related to the
except-interface option you proposed but now all makes sense.

> You timing is good: I'm about to release dnsmasq-2.46 so I'll get these  
> changes in first. I have a package which removes the broken  
> start-stop-daemon (it's not needed anyway) and adds /etc/dnsmasq.d.
>
> I'll send that to you direct.
Cool, thanks! As soon as we have this in the archive I'll at least
update libvirtd's README.Debian with a shell snippet so until we have
debconf support people have an easy way to get things going. Thanks a
lot for your quick response and help!
 -- Guido



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to