From owner-cvs-usrsbin Thu Sep 11 18:05:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA14838 for cvs-usrsbin-outgoing; Thu, 11 Sep 1997 18:05:47 -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 SAA14765; Thu, 11 Sep 1997 18:05:19 -0700 (PDT) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id SAA17119; Thu, 11 Sep 1997 18:02:18 -0700 (PDT) Date: Thu, 11 Sep 1997 18:02:18 -0700 (PDT) Message-Id: <199709120102.SAA17119@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/11 18:02:17 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/ppp ccp.c fsm.c hdlc.c Log: MFC: 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 :-) PR: 4495 Revision Changes Path 1.7.2.7 +3 -3 src/usr.sbin/ppp/ccp.c 1.7.2.8 +3 -1 src/usr.sbin/ppp/fsm.c 1.9.2.6 +5 -3 src/usr.sbin/ppp/hdlc.c