ecos/packages/redboot/current ChangeLog cdl/re ...
[email protected] 6 Mar 2012 16:45:25 -0000
| Newsgroups | gmane.os.ecos.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs/ecos Module name: ecos Changes by: [email protected] 2012-03-06 16:45:25 Modified files: packages/redboot/current: ChangeLog packages/redboot/current/cdl: redboot.cdl packages/redboot/current/include: redboot.h packages/redboot/current/src/net: bootp.c net_io.c Log message: Create new package for DHCP/BOOTP support so that it can be disable (not built). Moved options specific to DHCP/BOOTP into the new package. Rewrite DHCP/BOOTP implementation to fix several problems: race condition when receiving responses from multiple servers; broken retry mechanism; XID is hard-wired constant; XID not verified properly. [ Bugzilla 1001177 ]