Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Aug 1997 16:47:55 -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 fsm.c fsm.h ipcp.c lcp.c log.c log.h ppp.8 vars.c vars.h
Message-ID:  <199708202347.QAA05188@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1997/08/20 16:47:55 PDT

  Modified files:
    usr.sbin/ppp         ccp.c command.c fsm.c fsm.h ipcp.c lcp.c 
                         log.c log.h ppp.8 vars.c vars.h 
  Log:
  Expand the "set stopped" command so that it can
  idependently time out any of the FSMs.
  
  Split LCP logging into LCP, IPCP and CCP logging,
  and make room in "struct fsm" for the log level
  that the state machine should use.
  
  Revision  Changes    Path
  1.14      +13 -12    src/usr.sbin/ppp/ccp.c
  1.71      +33 -6     src/usr.sbin/ppp/command.c
  1.15      +30 -43    src/usr.sbin/ppp/fsm.c
  1.9       +14 -1     src/usr.sbin/ppp/fsm.h
  1.25      +30 -28    src/usr.sbin/ppp/ipcp.c
  1.26      +3 -2      src/usr.sbin/ppp/lcp.c
  1.14      +2 -0      src/usr.sbin/ppp/log.c
  1.12      +18 -16    src/usr.sbin/ppp/log.h
  1.54      +14 -11    src/usr.sbin/ppp/ppp.8
  1.22      +3 -3      src/usr.sbin/ppp/vars.c
  1.23      +1 -3      src/usr.sbin/ppp/vars.h



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