From owner-cvs-all Mon May 20 20:37:41 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 97D9737B409; Mon, 20 May 2002 20:37:38 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4L3bck51213; Mon, 20 May 2002 20:37:38 -0700 (PDT) (envelope-from brian) Message-Id: <200205210337.g4L3bck51213@freefall.freebsd.org> From: Brian Somers Date: Mon, 20 May 2002 20:37:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp mp.c X-FreeBSD-CVS-Branch: RELENG_4 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 brian 2002/05/20 20:37:38 PDT Modified files: (Branch: RELENG_4) usr.sbin/ppp mp.c Log: MFC: When we push a packet fragment back onto the front of the MP queue, ensure that the MP header has not been removed. Count the number of open links correctly so that we don't send PROTO_IP traffic when we should be sending PROTO_MP. Approved by: re (bmah) Revision Changes Path 1.36.2.8 +19 -17 src/usr.sbin/ppp/mp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message