Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Apr 1998 20:23:08 -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 auth.c bundle.c bundle.h command.c datalink.c defs.c defs.h ipcp.c lcp.c lcp.h main.c mp.c mp.h ppp.8
Message-ID:  <199804230323.UAA05171@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1998/04/22 20:23:07 PDT

  Modified files:        (Branch: MP)
    usr.sbin/ppp         auth.c bundle.c bundle.h command.c 
                         datalink.c defs.c defs.h ipcp.c lcp.c 
                         lcp.h main.c mp.c mp.h ppp.8 
  Log:
  Negotiate MRRU, SHORTSEQ and ENDDISC.  ENDDISC doesn't imply
  multilink ('cos I've seen my ISP REQ it without multilink).
  
  Setting MRRU is ifdef'd out until it's debugged and we can
  merge -direct links with other running programs.
  
  Fix MTU setting.
  
  Revision  Changes    Path
  1.27.2.23 +3 -3      src/usr.sbin/ppp/auth.c
  1.1.2.57  +28 -5     src/usr.sbin/ppp/Attic/bundle.c
  1.1.2.32  +7 -1      src/usr.sbin/ppp/Attic/bundle.h
  1.131.2.68 +74 -28    src/usr.sbin/ppp/command.c
  1.1.2.43  +16 -1     src/usr.sbin/ppp/Attic/datalink.c
  1.11.4.9  +1 -19     src/usr.sbin/ppp/defs.c
  1.29.2.14 +1 -3      src/usr.sbin/ppp/defs.h
  1.50.2.42 +7 -5      src/usr.sbin/ppp/ipcp.c
  1.55.2.44 +172 -39   src/usr.sbin/ppp/lcp.c
  1.16.2.21 +10 -4     src/usr.sbin/ppp/lcp.h
  1.121.2.50 +9 -6      src/usr.sbin/ppp/main.c
  1.1.2.7   +202 -14   src/usr.sbin/ppp/Attic/mp.c
  1.1.2.3   +27 -5     src/usr.sbin/ppp/Attic/mp.h
  1.97.2.20 +55 -9     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?199804230323.UAA05171>