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
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
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
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
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
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
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-
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