From owner-cvs-usrsbin Fri May 15 17:02:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA29593 for cvs-usrsbin-outgoing; Fri, 15 May 1998 17:02:53 -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 RAA29413; Fri, 15 May 1998 17:02:29 -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 QAA14441; Fri, 15 May 1998 16:58:33 -0700 (PDT) Date: Fri, 15 May 1998 16:58:33 -0700 (PDT) Message-Id: <199805152358.QAA14441@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp bundle.c bundle.h ccp.c command.c datalink.c datalink.h defs.c defs.h ipcp.c ipcp.h lcp.c physical.c physical.h ppp.8 systems.c systems.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/05/15 16:58:33 PDT Modified files: (Branch: MP) usr.sbin/ppp bundle.c bundle.h ccp.c command.c datalink.c datalink.h defs.c defs.h ipcp.c ipcp.h lcp.c physical.c physical.h ppp.8 systems.c systems.h Log: o Add the `set mode' command for change a links current mode. It is not possible to switch to or from dedicated or direct mode, but all other combinations are ok (eg. -auto -> -ddial). o Cope with the fact that commands with optional context may not be able to obtain a link with command_ChooseLink() (if all links have been deleted for example). o Allow `clone'ing in non-multilink mode. We may for example want to configure two links in unilink mode and dial them both, using the one that comes up first. It's also possible to rename ``deflink'' by cloning it, deleting the original, then setting the mode of the new link. Revision Changes Path 1.1.2.84 +33 -1 src/usr.sbin/ppp/Attic/bundle.c 1.1.2.40 +2 -1 src/usr.sbin/ppp/Attic/bundle.h 1.30.2.44 +7 -3 src/usr.sbin/ppp/ccp.c 1.131.2.84 +36 -12 src/usr.sbin/ppp/command.c 1.1.2.62 +15 -1 src/usr.sbin/ppp/Attic/datalink.c 1.1.2.25 +2 -1 src/usr.sbin/ppp/Attic/datalink.h 1.11.4.12 +47 -1 src/usr.sbin/ppp/defs.c 1.29.2.18 +4 -1 src/usr.sbin/ppp/defs.h 1.50.2.52 +18 -9 src/usr.sbin/ppp/ipcp.c 1.18.2.27 +2 -1 src/usr.sbin/ppp/ipcp.h 1.55.2.54 +7 -3 src/usr.sbin/ppp/lcp.c 1.1.2.33 +14 -1 src/usr.sbin/ppp/Attic/physical.c 1.1.2.26 +2 -1 src/usr.sbin/ppp/Attic/physical.h 1.97.2.34 +11 -1 src/usr.sbin/ppp/ppp.8 1.35.2.10 +6 -36 src/usr.sbin/ppp/systems.c 1.10.2.6 +1 -2 src/usr.sbin/ppp/systems.h