Re: [OpenWrt-Devel] [PATCH] [package] dnsmasq: use host-record instead of address

2015-10-11 Thread Julián Landerreche
Hi Nathan, thanks for sharing your patch. I'm the author of patch #3828, but I haven't been able to access it at: http://patchwork.openwrt.org/patch/3828/ and I don't have a local copy of it. So I relied on your patch and it seems to work flawlessly. Also, you said: The patch (#3828) works well f

Re: [OpenWrt-Devel] [PATCH] [package] dnsmasq: use host-record instead of address

2013-09-08 Thread Nathan Hintz
On Wed, 28 Aug 2013 15:05:35 -0600 "Philip A. Prindeville" wrote: > I should have sent this AFTER trying out patch 3828. > > Julian's patch is even simpler than my suggestion. > > On 08/28/2013 02:42 PM, Philip A. Prindeville wrote: > > Sorry if it's a little after-the-fact, but I've been wonde

Re: [OpenWrt-Devel] [PATCH] [package] dnsmasq: use host-record instead of address

2013-08-28 Thread Philip A. Prindeville
I should have sent this AFTER trying out patch 3828. Julian's patch is even simpler than my suggestion. On 08/28/2013 02:42 PM, Philip A. Prindeville wrote: > Sorry if it's a little after-the-fact, but I've been wondering about the need > to have a separate "config domain" section at all. > > Wh

Re: [OpenWrt-Devel] [PATCH] [package] dnsmasq: use host-record instead of address

2013-08-28 Thread Philip A. Prindeville
Sorry if it's a little after-the-fact, but I've been wondering about the need to have a separate "config domain" section at all. Why not just have something like: config host ... option wants-dns-rr on Yes, "config domain" is still useful for external sites or for resources with static

Re: [OpenWrt-Devel] [PATCH] [package] dnsmasq: use host-record instead of address

2013-06-17 Thread Jo-Philipp Wich
Applied in r36943 with various modifications to the shell code (no functional changes). Thank you, Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] [package] dnsmasq: use host-record instead of address

2013-06-16 Thread Toke Høiland-Jørgensen
Adam Gensler writes: > TL;DR - using "--address" for individual host A records is broken, use > "--host-record" instead. Tried it in cerowrt (openwrt trunk-based) and seems to work well (although I had to mangle the patch a bit by hand before `git am` would accept it; the top-level package/ dir

Re: [OpenWrt-Devel] [PATCH] [package] dnsmasq: use host-record instead of address

2013-06-13 Thread Adam Gensler
All, Any thoughts and/or feedback on this? Thanks, Adam On 6/5/2013 12:44 AM, Adam Gensler wrote: Hi all, TL;DR - using "--address" for individual host A records is broken, use "--host-record" instead. The following patch changes dnsmasq.init to build individual host records using "--host-

[OpenWrt-Devel] [PATCH] [package] dnsmasq: use host-record instead of address

2013-06-04 Thread Adam Gensler
Hi all, TL;DR - using "--address" for individual host A records is broken, use "--host-record" instead. The following patch changes dnsmasq.init to build individual host records using "--host-record" instead of "--address". Using "--address" in this context is incorrect. For example, the curre