Leandro Zungri 800b93de9f ppp: Fix wrong lcp_state handling on peer reconnection
If a PPP peer disconnects and then tries to reconnect it will send an 'LCP configure request' packet. The code that handles that scenario seems to be clearing the wrong lcp_state flag (LCP_RX_UP instead of LCP_TX_UP) and thus the nuttx ppp client will keep sending IPCP packets which are rightfully dropped by the new peer since it is still in the LCP negotiation phase.
2024-09-14 13:49:08 +08:00
..
2022-10-16 19:07:16 +02:00
2023-07-08 13:52:02 +08:00
2023-09-21 10:45:17 +08:00
2021-06-16 09:03:06 -05:00
2024-04-18 09:56:48 +08:00
2022-03-08 01:44:49 +08:00
2022-10-06 12:20:32 +02:00
2021-06-16 09:03:06 -05:00
2022-10-16 19:07:16 +02:00
2023-03-26 08:33:05 -06:00
2023-02-22 23:09:55 +08:00