lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [patch #7224] Add netif flag for AutoIP & AutoIP fallback t


From: Simon Goldschmidt
Subject: [lwip-devel] [patch #7224] Add netif flag for AutoIP & AutoIP fallback to static IP
Date: Wed, 07 Jul 2010 04:34:51 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6

Follow-up Comment #4, patch #7224 (project lwip):

> What did I miss?

I thought the following lines in your patch would prevent to stop AutoIP:

+// Delete this if we agree that we do not want to do this on a dhcp_stop!
+//#if LWIP_DHCP_AUTOIP_COOP
+//    if(dhcp->autoip_coop_state == DHCP_AUTOIP_COOP_STATE_ON) {
+//      autoip_stop(netif);
+//      dhcp->autoip_coop_state = DHCP_AUTOIP_COOP_STATE_OFF;
+//    }
+//#endif /* LWIP_DHCP_AUTOIP_COOP */

However, I couldn't apply the patch like that anyway, since these are C++
comments. Maybe you didn't intend to include that in the patch?

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/




reply via email to

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