summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/lcp.c
diff options
context:
space:
mode:
authoramurai <amurai@FreeBSD.org>1995-09-17 16:14:49 +0000
committeramurai <amurai@FreeBSD.org>1995-09-17 16:14:49 +0000
commitc47a4a8b716b935c41530d96c32a1a6a7f7b5a21 (patch)
tree26567a7b0b754d9b0744b81e640985c792a50ece /usr.sbin/ppp/lcp.c
parent5fbb48dfae20bde52457f4a3ee5008a0afde7cbd (diff)
downloadFreeBSD-src-c47a4a8b716b935c41530d96c32a1a6a7f7b5a21.zip
FreeBSD-src-c47a4a8b716b935c41530d96c32a1a6a7f7b5a21.tar.gz
1. All fragments (except the first one) of a fragmented packet were
dropped - devet@adv.IAEhv.nl (Arjan de Vet) 2. Will not read data from telnet connection - John Capo <jc@irbs.com> 3. Using LQM option could be drop the link due to LcpLayerDown() doesn't stop LQR timer. - Brian <brian@awfulhak.demon.co.uk> 4. Allow to describe a syntax of filters that is not only port number but also by name in /etc/service. - Rich Murphey <rich@lamprey.utmb.edu> Reviewed by: Atsushi Murai <amurai@spec.co.jp> Submitted by: devet@adv.IAEhv.nl, jc@irbs.com, brian@awfulhak.demon.co.uk, rich@lamprey.utmb.edu
Diffstat (limited to 'usr.sbin/ppp/lcp.c')
-rw-r--r--usr.sbin/ppp/lcp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/lcp.c b/usr.sbin/ppp/lcp.c
index 4cce75a..fa160af 100644
--- a/usr.sbin/ppp/lcp.c
+++ b/usr.sbin/ppp/lcp.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: lcp.c,v 1.4 1995/05/30 03:50:40 rgrimes Exp $
+ * $Id: lcp.c,v 1.5 1995/07/08 05:09:57 amurai Exp $
*
* TODO:
* o Validate magic number received from peer.
@@ -372,6 +372,7 @@ struct fsm *fp;
{
LogPrintf(LOG_LCP, "%s: LayerDown\n", fp->name);
StopAllTimers();
+ StopLqr( LQM_LQR );
OsLinkdown();
NewPhase(PHASE_TERMINATE);
}
OpenPOWER on IntegriCloud