Re: [Dnsmasq-discuss] [PATCH] Fix parsing of IPv6 addresses with peer from netlink

2022-05-18 Thread Geert Stappers via Dnsmasq-discuss
On Wed, May 18, 2022 at 02:48:09PM +0200, Beniamino Galvani wrote: > --- a/src/netlink.c > +++ b/src/netlink.c > @@ -258,7 +258,9 @@ int iface_enumerate(int family, void *parm, int > (*callback)()) > > while (RTA_OK(rta, len1)) > { > -

[Dnsmasq-discuss] [PATCH] Fix parsing of IPv6 addresses with peer from netlink

2022-05-18 Thread Beniamino Galvani
In the most common case, an IPv6 address doesn't have a peer and the IFA_ADDRESS netlink attribute contains the address itself. But if the address has a peer (typically for point to point links), then IFA_ADDRESS contains the peer address and IFA_LOCAL contains the address [1]. [1]

Re: [Dnsmasq-discuss] dnsmasq 2.86 seems to stop reading from one of its dns sockets after a period of time under load

2022-05-18 Thread wkitty42
On 5/18/22 2:57 AM, Geert Stappers via Dnsmasq-discuss wrote: On Fri, May 13, 2022 at 08:15:42PM -0400, wkitt...@gmail.com wrote: On 5/13/22 3:48 PM, Simon Kelley wrote: So queries are being received, and answered, but the reply is being dropped by the kernel because the send queue is full of

Re: [Dnsmasq-discuss] DHCP server not assigning IP to RTMU86

2022-05-18 Thread Geert Stappers via Dnsmasq-discuss
On Tue, May 17, 2022 at 11:16:28AM +0200, Kamil via Dnsmasq-discuss wrote: > On Mon, May 16, 2022 at 04:56:25PM +0100, Simon Kelley wrote: > > On 15/05/2022 15:40, Kamil via Dnsmasq-discuss wrote: > > > On Sun, May 15, 2022 at 07:21:47AM +0200, Geert Stappers via > > > Dnsmasq-discuss wrote: > >

Re: [Dnsmasq-discuss] DHCP server not assigning IP to RTMU86

2022-05-18 Thread Nicolas Cavallari
On 11/05/2022 13:41, Kamil via Dnsmasq-discuss wrote: But when I used isc-dhcp-server with following config: subnet 192.168.6.0 netmask 255.255.255.0 {         interface eth0;         ddns-update-style none;         default-lease-time 600;         max-lease-time 3600;

Re: [Dnsmasq-discuss] dnsmasq 2.86 seems to stop reading from one of its dns sockets after a period of time under load

2022-05-18 Thread Geert Stappers via Dnsmasq-discuss
On Fri, May 13, 2022 at 08:15:42PM -0400, wkitt...@gmail.com wrote: > On 5/13/22 3:48 PM, Simon Kelley wrote: > > So queries are being received, and answered, but the reply is being > > dropped by the kernel because the send queue is full of replies to dead > > hosts? If the hosts are dead, where