Re: [U-Boot] [PATCH] Fix dns command

2011-11-23 Thread Graeme Russ
Hi Mathias, On Thu, Nov 24, 2011 at 3:27 AM, Mathias Adam wrote: > The dns command didn't perform an ARP query to get the MAC address of > the DNS server if a MAC address was already stored in NetServerEther. > In that case the stored address was used no matter what IP address it > belongs to. >

[U-Boot] [PATCH] Fix dns command

2011-11-23 Thread Mathias Adam
The dns command didn't perform an ARP query to get the MAC address of the DNS server if a MAC address was already stored in NetServerEther. In that case the stored address was used no matter what IP address it belongs to. With this patch, NetServerEther is being cleared before a DNS query to force