comparison packages/redboot/current/ChangeLog @ 1117:c461c509e6ef

Fix BOOTP/DHCP
author gthomas
date Tue, 15 Jul 2003 18:53:49 +0000
parents f886ab6517f0
children 92e31da869cc
comparison
equal deleted inserted replaced
1116:f886ab6517f0 1117:c461c509e6ef
1 2003-07-15 Gary Thomas <gary@mlbassoc.com> 1 2003-07-15 Gary Thomas <gary@mlbassoc.com>
2
3 * src/net/bootp.c: Use correct options for DHCP discover. This has
4 the added bonus that when BOOTP & GATEWAY options are enabled, then
5 RedBoot can get it's address via normal DHCP. Of course, DHCP leases
6 will be ignored by RedBoot, so some caution is warranted.
2 7
3 * include/net/net.h: 8 * include/net/net.h:
4 * src/net/arp.c (__arp_request): Allow ARP of self - used during 9 * src/net/arp.c (__arp_request): Allow ARP of self - used during
5 initialization to "broadcast" that an IP address is in use. 10 initialization to "broadcast" that an IP address is in use.
6 11