lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] LWIP can't find output route


From: Sergey A. Borshch
Subject: Re: [lwip-users] LWIP can't find output route
Date: Thu, 9 Aug 2018 13:59:37 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

On 09.08.2018 13:30, gzayzay wrote:
Hello All,

I am running LWIP 2.0.3 and I am running into one problem after another. I
have PPPoS running and connection has been established successfully. I
initiated a new PPP session with the following APIs (using the appropriate
pppapi variants where needed):

ppp = pppos_create(&ppp_netif, output_cb, status_cb, ctx_cb);
ppp_set_default(ppp);
Did you missed ppp_connect(ppp) after that?

--
Regards,
  Sergey A. Borshch            mailto: address@hidden
    SB ELDI ltd. Riga, Latvia



reply via email to

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