From owner-cvs-all Thu Jan 30 6:20: 0 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FB6D37B401; Thu, 30 Jan 2003 06:19:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0332D43E4A; Thu, 30 Jan 2003 06:19:59 -0800 (PST) (envelope-from gj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0UEJwbv031850; Thu, 30 Jan 2003 06:19:58 -0800 (PST) (envelope-from gj@repoman.freebsd.org) Received: (from gj@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0UEJwkN031849; Thu, 30 Jan 2003 06:19:58 -0800 (PST) Message-Id: <200301301419.h0UEJwkN031849@repoman.freebsd.org> From: Gary Jennejohn Date: Thu, 30 Jan 2003 06:19:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i4b/driver i4b_isppp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gj 2003/01/30 06:19:58 PST Modified files: sys/i4b/driver i4b_isppp.c Log: Add a fix for the case where the dialout fails. In this case the isp interface was left in an active, but not connected, state, which resulted in data being sent to it and the transmit queue filling up. This happened because the driver never informed sppp that it shoulkd clean up the connection. This fix informs sppp that it should clean things up. The fix was actually developed and tested under -stable, so a short MFC period seems appropriate, say 2 days. Contributed by: Ari Suutari Revision Changes Path 1.21 +13 -0 src/sys/i4b/driver/i4b_isppp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message