]> Zhao Yanbai Git Server - minix.git/commit
LWIP - dhcpd --lwip
authorTomas Hruby <tom@minix3.org>
Thu, 7 Apr 2011 07:44:17 +0000 (07:44 +0000)
committerTomas Hruby <tom@minix3.org>
Thu, 7 Apr 2011 07:44:17 +0000 (07:44 +0000)
commit8171eb0b3d676c25c5222b596fc34c52eb2440a3
tree21a5f80e45a9375a9cda895916c156e3eb45d41f
parentdca25a1b39c652204f6c3e4307ea52f6af0786a9
LWIP - dhcpd --lwip

A sort of quick hack for dhcpd to work as a client with lwip server.

- The functionality is not changed unless --lwip switch is supplied.
  dhcpd does not use broadcast udp sockets but some sort of raw
  sockets and changes their behavior during their life by ioctls.

- I thought there is no need to polute lwip just to make dhcp client
  work. Instead I decided to twist the client a little bit.

- It is so far the only big collision I found between inet and lwip.
commands/dhcpd/devices.c
commands/dhcpd/dhcpd.c
commands/dhcpd/dhcpd.h