From owner-cvs-all Wed Feb 20 9:16: 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 F0F8C37B402; Wed, 20 Feb 2002 09:15:57 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1KHFvk00774; Wed, 20 Feb 2002 09:15:57 -0800 (PST) (envelope-from luigi) Message-Id: <200202201715.g1KHFvk00774@freefall.freebsd.org> From: Luigi Rizzo Date: Wed, 20 Feb 2002 09:15:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_fw.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 luigi 2002/02/20 09:15:57 PST Modified files: sys/netinet ip_fw.c Log: BUGFIX: make use of the pointer to the target of skipto rules, so that after the first time we can follow the pointer instead of having to scan the list. This was the intended behaviour from day one. PR: 34639 MFC-after: 3 days Revision Changes Path 1.182 +4 -2 src/sys/netinet/ip_fw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message