]> Zhao Yanbai Git Server - minix.git/commit
LWIP - Fix for dhcpd broadcast to work after boot
authorTomas Hruby <tom@minix3.org>
Thu, 7 Apr 2011 07:44:27 +0000 (07:44 +0000)
committerTomas Hruby <tom@minix3.org>
Thu, 7 Apr 2011 07:44:27 +0000 (07:44 +0000)
commitb2c2dc72bc29bcb01962e76fa02d7aaac4a52355
tree03a883ade597c41d67d50651c9e1cb7b16073edf
parent0039e02339e3a7b16d139f98a802aa12f2e6f2f9
LWIP - Fix for dhcpd broadcast to work after boot

Dhcp only works if devices are configured with a broadcast source
address at the begining as it currently uses raw ip sockets and the
sockets sets the source address. It is a quick hack and proper hdcpd
fix is preferable
servers/lwip/driver.c