From owner-cvs-usrsbin Wed Oct 15 15:55:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA16110 for cvs-usrsbin-outgoing; Wed, 15 Oct 1997 15:55:37 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA16070; Wed, 15 Oct 1997 15:55:08 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id PAA16259; Wed, 15 Oct 1997 15:54:02 -0700 (PDT) Date: Wed, 15 Oct 1997 15:54:02 -0700 (PDT) Message-Id: <199710152254.PAA16259@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp lcp.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/10/15 15:54:01 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/ppp lcp.c Log: MFC: o Shut down LCP, CCP & IPCP properly so that -background mode tells the other side it's going away. o Initialize LCP, CCP & IPCP when LCP comes down so that we're not temporarily in ST_STOPPING when the line is down. Revision Changes Path 1.10.2.22 +15 -3 src/usr.sbin/ppp/lcp.c