From owner-cvs-usrsbin Wed Sep 10 14:39:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA29042 for cvs-usrsbin-outgoing; Wed, 10 Sep 1997 14:39:17 -0700 (PDT) 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 OAA28905; Wed, 10 Sep 1997 14:36:24 -0700 (PDT) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id OAA23383; Wed, 10 Sep 1997 14:33:33 -0700 (PDT) Date: Wed, 10 Sep 1997 14:33:33 -0700 (PDT) Message-Id: <199709102133.OAA23383@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp ccp.c fsm.c hdlc.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/09/10 14:33:33 PDT Modified files: usr.sbin/ppp ccp.c fsm.c hdlc.c Log: o Initialize the PRED1 input queue when we receive the ResetAck, NOT when we send the ResetReq (as per the rfc). o SILENTLY ignore CCPs that arrive *before* the network phase (as per the rfc). o Check that we've actually negotiated PRED1 before sending PRED1 output. This bug has been around for a *VERY* long time ! We shouldn't need to explicitly disable PRED1 now :-) Revision Changes Path 1.16 +3 -3 src/usr.sbin/ppp/ccp.c 1.18 +2 -1 src/usr.sbin/ppp/fsm.c 1.18 +5 -3 src/usr.sbin/ppp/hdlc.c