Date: Fri, 17 Apr 1998 15:04:41 -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 datalink.c modem.c timer.c Message-ID: <199804172204.PAA11532@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 1998/04/17 15:04:40 PDT
Modified files: (Branch: MP)
usr.sbin/ppp bundle.c bundle.h datalink.c modem.c
timer.c
Log:
o Remove bundle_LinkLost() and have the modem routines simply
call datalink_Down() where appropriate rather than
modem_Hangup().
o Now, when something horrible happens (failed read/write, loss
of carrier etc), we go offline and run any hangup scripts etc
in a controlled manner - exactly the same as if someone says
``down'' at the prompt or sends us a HUP.
o -dedicated links that fail to make the modem raw close it,
suffer the redial timeout then try to open it again.
o Add a ``carrier lost'' warning diagnostic.
Revision Changes Path
1.1.2.51 +1 -20 src/usr.sbin/ppp/Attic/bundle.c
1.1.2.30 +1 -2 src/usr.sbin/ppp/Attic/bundle.h
1.1.2.39 +14 -2 src/usr.sbin/ppp/Attic/datalink.c
1.77.2.51 +17 -49 src/usr.sbin/ppp/modem.c
1.27.2.5 +2 -2 src/usr.sbin/ppp/timer.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?199804172204.PAA11532>
