From owner-cvs-src@FreeBSD.ORG Thu Nov 4 02:14:38 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8730316A4CE; Thu, 4 Nov 2004 02:14:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 676C643D41; Thu, 4 Nov 2004 02:14:38 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id iA42EcVY057218; Thu, 4 Nov 2004 02:14:38 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iA42Ec8M057217; Thu, 4 Nov 2004 02:14:38 GMT (envelope-from bms) Message-Id: <200411040214.iA42Ec8M057217@repoman.freebsd.org> From: Bruce M Simpson Date: Thu, 4 Nov 2004 02:14:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet ip_fastfwd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 02:14:38 -0000 bms 2004-11-04 02:14:38 UTC FreeBSD src repository Modified files: sys/netinet ip_fastfwd.c Log: When performing IP fast forwarding, immediately drop traffic which is destined for a blackhole route. This also means that blackhole routes do not need to be bound to lo(4) or disc(4) interfaces for the net.inet.ip.fastforwarding=1 case. Submitted by: james at towardex dot com Sponsored by: eXtensible Open Router Project MFC after: 3 weeks Revision Changes Path 1.23 +6 -0 src/sys/netinet/ip_fastfwd.c