[Dnsmasq-discuss] No unsolicited RAs on interface that doesn't exist at startup

2018-05-10 Thread Maarten de Vries
ten >From a8c3132085e31faf7d5e6326783f4d8e0e087b01 Mon Sep 17 00:00:00 2001 From: Maarten de Vries Date: Thu, 10 May 2018 20:49:16 +0200 Subject: [PATCH] Start unsolicited RAs for non-template contexts. --- src/dhcp6.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/dhcp6.c b/src/dhcp6.c index 0853664..9beb646 100

Re: [Dnsmasq-discuss] No unsolicited RAs on interface that doesn't exist at startup

2018-05-11 Thread Maarten de Vries
Awesome. Thanks for the quick merge, and of course dnsmasq itself :) -- Maarten On 12-05-18 00:24, Simon Kelley wrote: Patch slightly rearranged and applied. Thanks, Simon. On 10/05/18 21:07, Maarten de Vries wrote: I noticed that dnsmasq often wasn't sending any unsolicited RAs f

Re: [Dnsmasq-discuss] [BUG] RA are sent too fast and slows down the machine

2019-08-27 Thread Maarten de Vries
Hey, I haven't dug very deep yet, but I can comment on the intent of the particular commit: without it, dnsmasq didn't do any unsolicited RAs on interfaces that are created after dnsmasq was started. It definitely should do unsolicited RAs on those interfaces too, although obviously not quite

Re: [Dnsmasq-discuss] [BUG] [PATCH] RA are sent too fast and slows down the machine

2019-09-26 Thread Maarten de Vries
inet6 fc58:a22:180d:7800:821:d1ff:fe74:ec2a/64 scope global dynamic mngtmpaddr valid_lft 1699sec preferred_lft 1699sec inet6 fc58:a22:180d:7800::1/64 scope global valid_lft forever preferred_lft forever inet6 fe80::821:d1ff:fe74:ec2a/64 scope link valid_lft forever pr

Re: [Dnsmasq-discuss] dnsmasq coding style

2019-09-26 Thread Maarten de Vries
On 26-09-2019 18:03, Kurt H Maier wrote: On Thu, Sep 26, 2019 at 03:10:00PM +0300, Ariel Miculas wrote: What about the issue regarding trailing whitespaces? There are empty lines which have random tabs/spaces, also there are spaces before newline characters. What is the rationale against remov