Re: [PATCH 0/4] Misc DHCPv4 patches

2014-09-22 Thread Patrik Flykt
On Wed, 2014-09-17 at 15:16 +0300, Jukka Rissanen wrote: > Jukka Rissanen (4): > gdhcp: Transaction id was not set when receiving L2 packet > gdhcp: Transaction id is in network byte order > gdhcp: Fix memory leak when clearing option hash Applied patches 1-3/4, thanks! Patrik ___

[PATCH 0/4] Misc DHCPv4 patches

2014-09-17 Thread Jukka Rissanen
Hi, there has been some reports that sometimes ConnMan is not able to get IP address from the server. This was eventually traced to broadcast flag that is transmitted in DHCP packets. Some buggy AP discard the DHCP packet if broadcast flag is present and some discard it if it is missing. This is a