Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 May 1998 11:21:20 -0700 (PDT)
From:      Brian Somers <brian@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
Message-ID:  <199805151821.LAA11643@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805151821.LAA11643>