From owner-cvs-usrsbin Sun Jun 1 07:38:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA23009 for cvs-usrsbin-outgoing; Sun, 1 Jun 1997 07:38:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA22986; Sun, 1 Jun 1997 07:38:48 -0700 (PDT) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA03668; Sun, 1 Jun 1997 07:38:17 -0700 (PDT) Date: Sun, 1 Jun 1997 07:38:17 -0700 (PDT) Message-Id: <199706011438.HAA03668@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp fsm.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/06/01 07:38:17 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/ppp fsm.c Log: YAMFC: Go directly to ST_STOPPED when a TerminateReq is received and after the TerminateAck is sent (as per rfc1661) rather than to ST_STOPPING. Going to ST_STOPPING will leave us in a state where we're waiting for the other side to do something - not a good idea, especially as the client side sends a TerminateReq then exits on idle timeout. Revision Changes Path 1.7.2.2 +3 -3 src/usr.sbin/ppp/fsm.c