lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] DHCP / AutoIP Cooperation (send udp with ip.src 0.0.0.0 whi


From: Spies, Dominik
Subject: [lwip-users] DHCP / AutoIP Cooperation (send udp with ip.src 0.0.0.0 while configured)
Date: Wed, 23 May 2007 16:17:49 +0200

 Hallo!

If DHCP does not find a server, it should use autoip to get an
IP-address.
This is the behaviour im programming at the moment.
But, DHCP should not stop to try to find a DHCP server.
The problem is that in the DHCP code UDP is used and the ip.src address
is set to the address the interface is configured, Normally this is
0.0.0.0, but with autoip theres a 169.254.0.0/16 address in use.

Is this a problem? If it is, how could it be solved, or, what is the
prefered way to solve it?

Dominik




reply via email to

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