From owner-cvs-all Fri Jul 31 18:02:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA06237 for cvs-all-outgoing; Fri, 31 Jul 1998 18:02:59 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA06207; Fri, 31 Jul 1998 18:02:46 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA16942; Fri, 31 Jul 1998 18:02:42 -0700 (PDT) Date: Fri, 31 Jul 1998 18:02:42 -0700 (PDT) Message-Id: <199808010102.SAA16942@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp fsm.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/07/31 18:02:41 PDT Modified files: usr.sbin/ppp fsm.c Log: When we receive an LCP config REQ in Opened state, do TLD *before* processing the config request as TLD initialises the peers LCP values. It's strange that an IRC isn't required here - but I'll bow to the wisdom of the rfc. Revision Changes Path 1.36 +8 -6 src/usr.sbin/ppp/fsm.c