[Dnsmasq-discuss] IPv6: selective RAs

2012-09-12 Thread Lutz Preßler
Hello! I don't see a way to have RAs only for certain clients like radvd (from radvd.conf.5:) By default radvd will send route advertisements so that every node on the link can use them. The list of clients (IPv6 address) to advertise to, and accept route solicitations from can be configured.

Re: [Dnsmasq-discuss] IPv6: selective RAs

2012-09-12 Thread Simon Kelley
On 12/09/12 13:04, Lutz Preßler wrote: Hello! I don't see a way to have RAs only for certain clients like radvd (from radvd.conf.5:) By default radvd will send route advertisements so that every node on the link can use them. The list of clients (IPv6 address) to advertise to, and

Re: [Dnsmasq-discuss] [PATCH] Add support for autotools

2012-09-12 Thread Simon Kelley
On 11/09/12 16:53, Dan Williams wrote: Fedora does some sed magic to the makefile and to config.h to change some install paths and turn on the D-Bus interface. And while the main makefile apparently handles RPM_OPT_FLAGS for you (which is somewhat odd, and could be removed if using

Re: [Dnsmasq-discuss] SOA and NS lookup forwarding

2012-09-12 Thread Michael Firth
Do you have --filterwin2k set? That would cause problems with SOA records. It would be useful to have some examples of exactly what the queries are that fail. Cheers, Simon. Hi, Sorry for the delayed reply, I've been busy or out of the office for a while. Hunting things down to

Re: [Dnsmasq-discuss] IPv6: selective RAs

2012-09-12 Thread Lutz Preßler
Hello Simon! Am Mittwoch, 12. September 2012 schrieb Simon Kelley: On 12/09/12 13:04, Lutz Preßler wrote: I don't see a way to have RAs only for certain clients like radvd (from radvd.conf.5:) By default radvd will send route advertisements so that every node on the link can use them.

Re: [Dnsmasq-discuss] IPv6: selective RAs

2012-09-12 Thread Simon Kelley
On 12/09/12 14:20, Lutz Preßler wrote: Hello Simon! Am Mittwoch, 12. September 2012 schrieb Simon Kelley: On 12/09/12 13:04, Lutz Preßler wrote: I don't see a way to have RAs only for certain clients like radvd (from radvd.conf.5:) By default radvd will send route advertisements so that

Re: [Dnsmasq-discuss] IPv6: selective RAs

2012-09-12 Thread Lutz Preßler
Hallo again, Am Mittwoch, 12. September 2012 schrieb Simon Kelley: On 12/09/12 14:20, Lutz Preßler wrote: You can black or white list for DHCPv6 with the --dhcp-ignore (but it might be difficult to blacklist for DHCpv6 and allow DHCPv4 - that could be fixed.) Ok, I'll try. You can't

Re: [Dnsmasq-discuss] [PATCH] Add support for autotools

2012-09-12 Thread richardvo...@gmail.com
Autotools question: is it possible to provide the equivalent of the BUILDDIR variable which provides an alternative location for .o files and binaries, so they're not mixed with the source files. that makes building different architectures in the same NFS-mounted source tree easy, and is

Re: [Dnsmasq-discuss] [PATCH] Add support for autotools

2012-09-12 Thread Patrick McLean
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 12/09/12 05:42 AM, Simon Kelley wrote: Exactly how much effort itis I don't know, since I don't maintain most of those, (I don't actually know of the existence of most of them, probably.) Modifying the Gentoo ebuild for autotools would

Re: [Dnsmasq-discuss] [PATCH] Add support for autotools

2012-09-12 Thread Cristian Rodríguez
On 08/09/12 18:16, Cristian Rodríguez wrote: --- Adressing some concerns now.. - It has been pointed out that the patch does not contain any autoconf #idefs ..well that is a sure sign you misread the code and the patch, there are no new ifdefs for particular features because I have reused