lwIP - A Lightweight TCP/IP stack - Bugs: bug #62114, Example app with PPP
You are not allowed to post comments on this tracker with your current authentication level.
bug #62114: Example app with PPP
Submitter: | Giuseppe Modugno <giusloq> | ||
Submitted: | Fri 25 Feb 2022 10:44:50 AM UTC | ||
Category: | Contrib | Severity: | 3 - Normal |
Item Group: | None | Status: | None |
Privacy: | Public | Assigned to: | None |
Open/Closed: | Open | Planned Release: | None |
lwIP version: | git head |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
No changes have been made to this item
contrib/examples/example_app/test.c
I think we need to call netif_set_default(&ppp_netif) when USE_PPP (and probably when !USE_ETHERNET) in test_netif_init().
Otherwise, it seems to me lwip isn't able to route outcoming packages over PPP netif (I reiceved no route before this fix).