Date: Fri, 15 May 1998 16:58:33 -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 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 Message-ID: <199805152358.QAA14441@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
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?199805152358.QAA14441>
