From owner-cvs-all Mon May 13 3:15: 6 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 8B61A37B406; Mon, 13 May 2002 03:15:00 -0700 (PDT) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DAF0v88384; Mon, 13 May 2002 03:15:00 -0700 (PDT) (envelope-from luigi) Message-Id: <200205131015.g4DAF0v88384@freefall.freebsd.org> From: Luigi Rizzo Date: Mon, 13 May 2002 03:15:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfw ipfw.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 luigi 2002/05/13 03:15:00 PDT Modified files: (Branch: RELENG_4) sbin/ipfw ipfw.c Log: MFC: 1.121 Fix a couple of problems which could cause panics at runtime: + setting a bandwidth too large for a pipe (above 2Gbit/s); + (see PR bin/35628): pass properly RED parameters for a queue. See the original commit message for details. Approved-by: re@ Revision Changes Path 1.80.2.23 +57 -50 src/sbin/ipfw/ipfw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message