lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [patch #5952] Integration of AutoIP module


From: Frédéric Bernon
Subject: [lwip-devel] [patch #5952] Integration of AutoIP module
Date: Fri, 22 Jun 2007 07:46:58 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4

Follow-up Comment #29, patch #5952 (project lwip):

Hi Dominik, I currently test Autoip.

About "(169.254.1.0 + MAKEWORD(hwaddr[4], hwaddr[5]) + tried_llipaddr)", note
that MAKEWORD parameter are (lobyte,hibyte). So, if you have devices with such
MAC Addresses:

00-13-bd-00-01-61 (dev1)
00-13-bd-00-01-62 (dev2)

At the boot time, the first try will be  :

(169.254.1.0 + 0x6101 + 0) (dev1) = 169.254.98.1
(169.254.1.0 + 0x6201 + 0) (dev2) = 169.254.99.1

So, even with lot of devices from one serie, you have to get more 256 devices
on the same LAN to start to got some conflicts...

I hope it's clearer... (I think this is the last thing to do for this task).




    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?5952>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]