Re: [Dnsmasq-discuss] [PATCH] Remove NULL check for intname.

2017-10-05 Thread Kevin Lyda
That's not actually correct in practice. If you'd like to see that I'm correct take the following two programs: foo.c: #include #include int main(int argc, char *argv[]) { if (strlen(argv[0]) == 0) { printf("Command empty"); } else { printf("Command not empty"); } } bar.c:

[Dnsmasq-discuss] Two routers, two dnsmasq instances, can they sync?

2016-12-26 Thread Kevin Lyda
I have two OpenWRT routers which are physically far apart. One serves 192.168.2, the other serves 192.168.1 and they route between each other. I'd prefer it if rt1 and rt2 could each manage dhcp on their respective subnets but I'd like them to have a common view of the internal DNS. Is this