Re: [PATCH] DHCP: fix option 54 passing

2018-02-21 Thread Sascha Hauer
On Tue, Feb 20, 2018 at 08:47:50AM +0100, yegorsli...@googlemail.com wrote: > From: Yegor Yefremov > > Though variable net_dhcp_server_ip was declared and used as a > function parameter it was never assigned. That's why a DHCP > request was sent without option 54 set.

[PATCH] DHCP: fix option 54 passing

2018-02-19 Thread yegorslists
From: Yegor Yefremov Though variable net_dhcp_server_ip was declared and used as a function parameter it was never assigned. That's why a DHCP request was sent without option 54 set. Some DHCP server for example dnsmasq didn't accept such a packet. As both offered IP