From owner-cvs-all@FreeBSD.ORG Thu Feb 3 14:16:48 2005 Return-Path: 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 0E4B716A4CE; Thu, 3 Feb 2005 14:16:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D617F43D45; Thu, 3 Feb 2005 14:16:47 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j13EGl1P038981; Thu, 3 Feb 2005 14:16:47 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j13EGlhV038980; Thu, 3 Feb 2005 14:16:47 GMT (envelope-from bms) Message-Id: <200502031416.j13EGlhV038980@repoman.freebsd.org> From: Bruce M Simpson Date: Thu, 3 Feb 2005 14:16:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/netinet ip_fastfwd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 14:16:48 -0000 bms 2005-02-03 14:16:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet ip_fastfwd.c Log: MFC rev 1.23: 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 Revision Changes Path 1.17.2.5 +6 -0 src/sys/netinet/ip_fastfwd.c