public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: g_remlin <g_remlin@rocketmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [RFC] IP allocation from local net
Date: Sun, 23 Jan 2011 20:14:57 +0000	[thread overview]
Message-ID: <4D3C8C41.1020900@rocketmail.com> (raw)

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 ?

             reply	other threads:[~2011-01-23 20:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-23 20:14 g_remlin [this message]
2011-01-23 22:48 ` [U-Boot] [RFC] IP allocation from local net Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4D3C8C41.1020900@rocketmail.com \
    --to=g_remlin@rocketmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox