From owner-cvs-all Tue Mar 21 19: 2:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 72DDD37C051; Tue, 21 Mar 2000 19:02:00 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA86994; Tue, 21 Mar 2000 19:02:00 -0800 (PST) (envelope-from brian@FreeBSD.org) Message-Id: <200003220302.TAA86994@freefall.freebsd.org> From: Brian Somers Date: Tue, 21 Mar 2000 19:02:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp bundle.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/03/21 19:02:00 PST Modified files: usr.sbin/ppp bundle.c Log: If a links LCP FSM has reached TLF and it's the last link, don't bother to re-initialise the NCPs. Instead wait for bundle_LinkClosed() to be called - IFF it actually is called. By initialising the NCPs at this point, ppp was recursing back into the fsm_Down() routing for the link, and losing track of the reason that the link was being brought down. The end result was that ``set reconnect'' would never do anything. Patiently pointed out by: ru Revision Changes Path 1.89 +6 -13 src/usr.sbin/ppp/bundle.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message