From 9bbc2fe1e4220094206c9f5b19e8090ec80c4871 Mon Sep 17 00:00:00 2001 From: daniel-geotab Date: Thu, 30 Oct 2025 16:33:45 -0400 Subject: [PATCH] Revert "ppp: Fix wrong lcp_state handling on peer reconnection" This reverts commit 800b93de9fd091f8cc03cd442350e027f8eedce3. Signed-off-by: daniellizewski --- netutils/pppd/lcp.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/netutils/pppd/lcp.c b/netutils/pppd/lcp.c index 4637a7a4a..069e4327a 100644 --- a/netutils/pppd/lcp.c +++ b/netutils/pppd/lcp.c @@ -135,11 +135,7 @@ void lcp_rx(struct ppp_context_s *ctx, uint8_t * buffer, uint16_t count) /* In case of new peer connection */ ipcp_init(ctx); - - /* Clear LCP state to keep it in negotiation phase. LCP_TX_UP will be re-set - * once a CONF_ACK is received. */ - - ctx->lcp_state &= ~LCP_TX_UP; + ctx->lcp_state &= ~LCP_RX_UP; DEBUG1(("received [LCP Config Request id %u\n", id)); if (scan_packet