search for: broadcast_dhcp_send

Displaying 1 result from an estimated 1 matches for "broadcast_dhcp_send".

2016 Mar 21
0
[PATCH 0/1] ipconfig DHCP bug
...ug is not present. When PXE installing on a real PC with a Netgear ISP router as DHCP server and a proxyDHCP the bug is present. This is an old bug reported here: https://bugs.launchpad.net/ubuntu/+source/klibc/+bug/1327412and recently ""partially"" fixed in debian/patches/broadcast_dhcp_send.patch found here: https://launchpad.net/ubuntu/+archive/primary/+files/klibc_2.0.4-8ubuntu1.debian.tar.xz It would be nice if it is correctly fixed upstream. as this bug affects lot of distros. Basically the function dhcp_send() at dhcp_proto.c mistakenly define bootp.yiaddr = dev->ip_addr;...