lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #37549] Need to disable HISADDR check for PPP


From: Sylvain Rochet
Subject: [lwip-devel] [bug #37549] Need to disable HISADDR check for PPP
Date: Thu, 11 Oct 2012 18:13:55 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.7) Gecko/20100101 Firefox/10.0.7 Iceweasel/10.0.7

Follow-up Comment #2, bug #37549 (project lwip):

ppp-new branch, based from latest pppd git master and various paths, use:

    if (ho->hisaddr == 0 && !pcb->settings.noremoteip) {
        ho->hisaddr = htonl(0x0a404040);
        ppp_warn("Could not determine remote IP address: defaulting to %I",
             ho->hisaddr);
    }

Which seem a better approach than your suggested change against the current
lwIP release.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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