Date: Fri, 12 Jun 1998 10:45:13 -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 command.c datalink.c ipcp.c Message-ID: <199806121745.KAA20946@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 1998/06/12 10:45:12 PDT
Modified files:
usr.sbin/ppp bundle.c bundle.h command.c datalink.c
ipcp.c
Log:
o Maintain a link-type mask for open datalinks as well as
for all datalinks in a bundle. Ppp now deals correctly
with link types that are changed while open
o When changing the type of the last AUTO link, only clear
the interface if we're not in PHASE_NETWORK. This allows
us to switch to -ddial mode while we have a connection
without suddenly unexpectedly throttling ourselves by
clearing the interface configuration.
Problem area noted by: Aaron Jeremias Luz <aaron@csh.rit.edu>
Revision Changes Path
1.15 +78 -56 src/usr.sbin/ppp/bundle.c
1.7 +6 -2 src/usr.sbin/ppp/bundle.h
1.140 +5 -5 src/usr.sbin/ppp/command.c
1.8 +2 -1 src/usr.sbin/ppp/datalink.c
1.54 +2 -2 src/usr.sbin/ppp/ipcp.c
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?199806121745.KAA20946>
