lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #21655] DHCP doesn't work reliably with multiple netif


From: Jonathan Larmour
Subject: [lwip-devel] [bug #21655] DHCP doesn't work reliably with multiple netifs
Date: Sun, 02 Dec 2007 22:49:15 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060513 Fedora/1.0.8-1.1.fc3.1.legacy Firefox/1.0.8

Follow-up Comment #11, bug #21655 (project lwip):

I'm not clear on why the first conditional is anything other than:
     if (first) {
?

If you want to of course you could add the extra 'if':
      if (first) {

        netif = netif_list;
        first = 0;

      } else {

        netif = netif->next;

      }
      if 
(netif == inp)
          netif = netif->next;

    } while(netif != NULL);


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?21655>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

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