From owner-cvs-usrsbin Thu Jun 25 15:46:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA13951 for cvs-usrsbin-outgoing; Thu, 25 Jun 1998 15:46:41 -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 PAA12125; Thu, 25 Jun 1998 15:34:07 -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 PAA20211; Thu, 25 Jun 1998 15:33:36 -0700 (PDT) Date: Thu, 25 Jun 1998 15:33:36 -0700 (PDT) Message-Id: <199806252233.PAA20211@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 fsm.c fsm.h ipcp.c lcp.c ppp.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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