Wolfgang,

On Fri, Jul 11, 2008 at 4:05 PM, Robin Getz <[EMAIL PROTECTED]> wrote:
> On Fri 11 Jul 2008 18:41, Ben Warren pondered:
>> I'm a bit of an idealist, so I say let's do it right (remove the call to
>> BootpCopyNetParams()).  Unless somebody with some historical perspective
>> weighs in, we'll pull it in as soon as the next merge window opens and
>> see what happens.
>
>
> Fix DHCP protocol so U-Boot does not respond on the network with it's offered
> IP number until after it has received a DHCP ACK message. Also ensures that
> U-Boot does it's DHCPREQUEST as broadcast (per RFC 2131).
>
>
> Signed-off-by: Robin Getz <[EMAIL PROTECTED]>
>
Acked-by: Ben Warren <[EMAIL PROTECTED]>
> --- net/bootp.c 2008-07-11 12:05:18.000000000 -0400
> +++ net/bootp.c 2008-07-11 18:58:15.000000000 -0400
> @@ -924,8 +924,6 @@
>                        if (NetReadLong((ulong*)&bp->bp_vend[0]) == 
> htonl(BOOTP_VENDOR_MAGIC))
>                                DhcpOptionsProcess((u8 *)&bp->bp_vend[4], bp);
>
> -                       BootpCopyNetParams(bp); /* Store net params from 
> reply */
> -
>                        NetSetTimeout(TIMEOUT * CFG_HZ, BootpTimeout);
>                        DhcpSendRequestPkt(bp);
>  #ifdef CFG_BOOTFILE_PREFIX
>

I can't pull this in today.  Please apply directly so it gets in RC1

thanks,
Ben

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to