# HG changeset patch # User jlarmour # Date 1056411735 0 # Node ID e54a552c19f9b613e414f3e18bd9d53d4ef77cd9 # Parent e8b69d9c90a608942f2766fbb585b7aefa1d322f * src/net/bootp.c: Use correct DHCP message type for DHCPREQUEST. diff --git a/packages/redboot/current/ChangeLog b/packages/redboot/current/ChangeLog --- a/packages/redboot/current/ChangeLog +++ b/packages/redboot/current/ChangeLog @@ -1,3 +1,7 @@ +2003-06-24 Jeroen Dobbelaere + + * src/net/bootp.c: Use correct DHCP message type for DHCPREQUEST. + 2003-05-20 Mark Salter * cdl/redboot.cdl (CYGBLD_REDBOOT_CMD_LINE_HISTORY): New option. diff --git a/packages/redboot/current/src/net/bootp.c b/packages/redboot/current/src/net/bootp.c --- a/packages/redboot/current/src/net/bootp.c +++ b/packages/redboot/current/src/net/bootp.c @@ -70,7 +70,7 @@ static bootp_header_t *bp_info; #ifdef CYGSEM_REDBOOT_NETWORKING_USE_GATEWAY static const unsigned char dhcpCookie[] = {99,130,83,99}; static const unsigned char dhcpEndOption[] = {255}; -static const unsigned char dhcpRequestOption[] = {52,1,3}; +static const unsigned char dhcpRequestOption[] = {53,1,3}; #endif static void