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
..
2023-07-08 13:52:02 +08:00
2023-09-01 01:21:54 +08:00
2023-09-08 02:11:23 +08:00
2023-07-08 13:52:02 +08:00
2024-06-06 03:21:19 +08:00
2024-08-20 02:48:22 +08:00
2023-12-07 18:26:39 -08:00
2024-04-18 09:56:48 +08:00
2023-07-08 13:52:02 +08:00
2023-07-08 13:52:02 +08:00
2024-09-09 19:45:03 +08:00
2023-07-08 13:52:02 +08:00
2023-07-08 13:52:02 +08:00
2023-07-08 13:52:02 +08:00