public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [RFC] IP allocation from local net
@ 2011-01-23 20:14 g_remlin
  2011-01-23 22:48 ` Wolfgang Denk
  0 siblings, 1 reply; 2+ messages in thread
From: g_remlin @ 2011-01-23 20:14 UTC (permalink / raw)
  To: u-boot

There is a technique often used with embedded devices for allocation of 
an IP.
Basically, if the network interface has no current IP every received 
packet is
examined (when the destination MAC Address matches that of the device),
the destination IP is checked. If this IP is a valid node IP (i.e. not 
broadcast,
multicast etc.) it is allocated to the interface the packet arrived on.

Why ? Combine this with netconsole and no other HCI hardware or software
support is required.

This will require substantial effort to implement the way u-boot network 
stack
currently works, is there any interest in such an implementation ?

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-01-23 22:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-23 20:14 [U-Boot] [RFC] IP allocation from local net g_remlin
2011-01-23 22:48 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox