diff --git a/src/netif/ppp/lcp.c b/src/netif/ppp/lcp.c index beab480b..e11d4371 100644 --- a/src/netif/ppp/lcp.c +++ b/src/netif/ppp/lcp.c @@ -68,7 +68,7 @@ * configure-requests. We do this by delaying the fsm_lowerup call. */ /* steal a bit in fsm flags word */ -#define DELAYED_UP 0x100 +#define DELAYED_UP 0x80 static void lcp_delayed_up(void *arg);