From owner-cvs-usrsbin Sat Apr 18 20:41:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA04780 for cvs-usrsbin-outgoing; Sat, 18 Apr 1998 20:41:52 -0700 (PDT) (envelope-from owner-cvs-usrsbin) 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 DAA04653; Sun, 19 Apr 1998 03:41:28 GMT (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA20422; Sat, 18 Apr 1998 20:41:03 -0700 (PDT) Date: Sat, 18 Apr 1998 20:41:03 -0700 (PDT) Message-Id: <199804190341.UAA20422@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 command.c ipcp.c route.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/04/18 20:41:03 PDT Modified files: (Branch: MP) usr.sbin/ppp ccp.c command.c ipcp.c route.c Log: o Allocate new CCP protocol options if they've been enabled since we first REQ'd. o Delete the allocated options when CCP is down (TLF). o Clean the IPCP interface on the way down when we're *not* in auto mode (rather than when we are) - typo. o Don't produce two similar IpcpLayerUp messages. Revision Changes Path 1.30.2.36 +16 -10 src/usr.sbin/ppp/ccp.c 1.131.2.66 +3 -3 src/usr.sbin/ppp/command.c 1.50.2.39 +3 -7 src/usr.sbin/ppp/ipcp.c 1.42.2.18 +3 -2 src/usr.sbin/ppp/route.c