Date: Thu, 25 Jun 1998 15:33:36 -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 fsm.c fsm.h ipcp.c lcp.c ppp.8 Message-ID: <199806252233.PAA20211@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 1998/06/25 15:33:36 PDT Modified files: usr.sbin/ppp ccp.c command.c datalink.c fsm.c fsm.h ipcp.c lcp.c ppp.8 Log: Add ``ipcp'' as an optional argument to ``open'', and make open capable of re-negotiatiating the various layers. It is now possible to change various link options and then re-open the relevant layer, making the changes effective - for example, switching off VJ compression or starting ECHO LQRs on-the-fly. Revision Changes Path 1.35 +8 -7 src/usr.sbin/ppp/ccp.c 1.149 +43 -25 src/usr.sbin/ppp/command.c 1.13 +3 -2 src/usr.sbin/ppp/datalink.c 1.33 +13 -1 src/usr.sbin/ppp/fsm.c 1.19 +2 -1 src/usr.sbin/ppp/fsm.h 1.58 +13 -7 src/usr.sbin/ppp/ipcp.c 1.60 +2 -1 src/usr.sbin/ppp/lcp.c 1.110 +30 -7 src/usr.sbin/ppp/ppp.8
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806252233.PAA20211>