From owner-cvs-all Sat Feb 3 17: 8:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E28B837B4EC; Sat, 3 Feb 2001 17:08:22 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1418Ms27070; Sat, 3 Feb 2001 17:08:22 -0800 (PST) (envelope-from brian) Message-Id: <200102040108.f1418Ms27070@freefall.freebsd.org> From: Brian Somers Date: Sat, 3 Feb 2001 17:08:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp bundle.c command.c datalink.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/02/03 17:08:22 PST Modified files: usr.sbin/ppp bundle.c command.c datalink.c Log: Untangle some cunfusion between the CLOSE_STAYDOWN, CLOSE_LCP and CLOSE_NORMAL meanings. CLOSE_NORMAL doesn't change the currently required state, the others do. This should stop ppp from entering DATALINK_READY when LCP shutdown doesn't end up happening cleanly. Bump our version number to reflect this change. Revision Changes Path 1.110 +2 -2 src/usr.sbin/ppp/bundle.c 1.255 +2 -2 src/usr.sbin/ppp/command.c 1.64 +20 -17 src/usr.sbin/ppp/datalink.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message