
12 Aug
2010
12 Aug
'10
12:17 p.m.
It seems some virtual network card ROMs are this old/buggy so let's add --dhcp-no-override as a workaround for them. We don't use extra DHCP options so this should be safe.
Are we guaranteed that --dhcp-no-override is supported as far back as the earliest version of dnsmasq that we claim to run with, or do we need to add some --help parsing?
Hmm, good point. The option was added into dnsmasq-2.41 released on 12-Feb-2008. I'm not sure what version we claim to run with (libvirt.spec just requires dnsmasq without any version restrictions) so it might be worth parsing --help for that. What others think about the dnsmasq version we support? Jirka