Re: [Dnsmasq-discuss] DHCP Relay across VLANs

2017-09-15 Thread Ray Ramadorai
Hi Chris, Thank you for the note. I was able to get the LEDE build environment working and recompiled dnsmasq with the patch. The patch, when applied to v2.77, worked and DHCP relay is working as expected in my use case. Thanks for the help! Ray -Original Message- From: Chris

Re: [Dnsmasq-discuss] [PATCH v2 1/1] do not include stdio.h before dnsmasq.h

2017-09-15 Thread Christian Hesse
Christian Hesse on Wed, 2017/08/23 10:23: > From: Christian Hesse > > We define some constants in dnsmasq.h, which have an influence on > stdio.h. So do not include stdio.h before dnsmasq.h. > > This fixes a segmentation fault caused by size mismatch for > size_t

Re: [Dnsmasq-discuss] DHCP Relay across VLANs

2017-09-15 Thread André Valentin
Hello Ray, I used the attached patch to fix the problem: --- a/src/dhcp.c2016-10-26 20:29:04.756059875 +0200 +++ b/src/dhcp.c2016-10-26 20:27:57.793515090 +0200 @@ -420,6 +420,11 @@ void dhcp_packet(time_t now, int pxe_fd) if (ioctl(daemon->dhcpfd, SIOCSARP, _req) ==