From owner-cvs-usrsbin Fri May 15 11:25:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA11834 for cvs-usrsbin-outgoing; Fri, 15 May 1998 11:25:39 -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 LAA11749; Fri, 15 May 1998 11:25:13 -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 LAA11643; Fri, 15 May 1998 11:21:20 -0700 (PDT) Date: Fri, 15 May 1998 11:21:20 -0700 (PDT) Message-Id: <199805151821.LAA11643@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 datalink.c deflate.c hdlc.c lcpproto.h mp.c ppp.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/05/15 11:21:19 PDT Modified files: (Branch: MP) usr.sbin/ppp ccp.c command.c datalink.c deflate.c hdlc.c lcpproto.h mp.c ppp.8 Log: o Activate link-level CCPs in multilink mode, by bringing them into the ST_STOPPED state. o Allow an optional ccp|lcp argument to `down'. The default is still lcp (as before). You can now call down with no context in multilink mode, in which case it'll down the multilink ccp or the entire bundle (*very* rude). o Allow an optional `!' after `close ccp' (close ccp!) to tell ccp to stay in the CLOSED state after the terminate ACK. The default is now to re-enter STOPPED so that the peer can bring the layer back up if desired. o Always handle proto-compressed packets, even if we've agreed (in LCP) that the peer will not send us 1 byte protocols. If the peer violates the LCP agreement, log it to the HDLC log. o Fix some comments. Revision Changes Path 1.30.2.43 +7 -5 src/usr.sbin/ppp/ccp.c 1.131.2.83 +34 -8 src/usr.sbin/ppp/command.c 1.1.2.60 +7 -4 src/usr.sbin/ppp/Attic/datalink.c 1.6.4.16 +2 -3 src/usr.sbin/ppp/deflate.c 1.28.2.36 +23 -23 src/usr.sbin/ppp/hdlc.c 1.10.2.2 +3 -1 src/usr.sbin/ppp/lcpproto.h 1.1.2.28 +5 -2 src/usr.sbin/ppp/Attic/mp.c 1.97.2.33 +19 -7 src/usr.sbin/ppp/ppp.8