From owner-cvs-usrsbin Sun Jun 1 07:38:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA22979 for cvs-usrsbin-outgoing; Sun, 1 Jun 1997 07:38:33 -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 HAA22951; Sun, 1 Jun 1997 07:37:50 -0700 (PDT) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA03632; Sun, 1 Jun 1997 07:37:20 -0700 (PDT) Date: Sun, 1 Jun 1997 07:37:20 -0700 (PDT) Message-Id: <199706011437.HAA03632@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:37:19 PDT Modified files: usr.sbin/ppp fsm.c Log: 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.11 +3 -3 src/usr.sbin/ppp/fsm.c