Re: [Dnsmasq-discuss] [PATCH] Quieten DHCPv6 log when in static mode.

2024-03-16 Thread Geert Stappers
On Tue, Mar 05, 2024 at 07:29:55PM +1030, Ian Dall wrote: > On Mon, 2024-03-04 at 07:13 +0100, Geert Stappers wrote: > > On Mon, Mar 04, 2024 at 03:53:23PM +1030, Ian Dall wrote: > > > When a DHCP range has a mode of "static" then the pool of dynamically > > > allocated address is configured to be

Re: [Dnsmasq-discuss] [PATCH] Fix potential memory leak

2024-03-16 Thread Geert Stappers
On Sat, Mar 02, 2024 at 05:03:01PM +0100, Geert Stappers wrote: > On Fri, Mar 01, 2024 at 04:43:20PM -0500, Brian Haley wrote: > > When a new IPv6 address is being added to a dhcp_config > > struct, if there is anything invalid regarding the prefix > > it looks like there is a potential memory leak

Re: [Dnsmasq-discuss] Multicast Netlink Crash on gVisor Kernel

2024-03-16 Thread Geert Stappers
On Sat, Mar 16, 2024 at 09:09:16AM +, shamrock_sesame214--- via Dnsmasq-discuss wrote: > Hello,  > > I am attempting to run dnsmasq DNS resolver in gVisor. gVisor is > a hardened userspace kernel compatible with Kubernetes and Docker > containers. At the moment, gVisor does not seem to suppor

[Dnsmasq-discuss] Multicast Netlink Crash on gVisor Kernel

2024-03-16 Thread shamrock_sesame214--- via Dnsmasq-discuss
Hello,  I am attempting to run dnsmasq DNS resolver in gVisor. gVisor is a hardened userspace kernel compatible with Kubernetes and Docker containers. At the moment, gVisor does not seem to support some routing features such as those found in linux/rtnetlink.h, including multicast related netli