Mercurial > ecos
diff packages/redboot/current/ChangeLog @ 1412:7423c71e5c19
Improve scanning for DHCP options - from David Vrabel
| author | gthomas |
|---|---|
| date | Mon, 01 Dec 2003 18:33:38 +0000 |
| parents | 08e1358c3718 |
| children | 9a2e186be457 |
line wrap: on
line diff
--- a/packages/redboot/current/ChangeLog +++ b/packages/redboot/current/ChangeLog @@ -1,3 +1,11 @@ +2003-11-21 David Vrabel <dvrabel@arcom.com> + + * src/net/bootp.c (bootp_handler): Scan for DHCP Message Type tag + as it isn't always the first tag. + + * include/net/bootp.h: New #define's for DHCP message types + (DHCP_MESSAGE_TYPE_DISCOVER etc.). + 2003-11-25 John Dallaway <jld@ecoscentric.com> * src/fconfig.c (load_flash_config):
