From owner-svn-src-all@FreeBSD.ORG Sun Sep 6 07:29:23 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E519D106566B; Sun, 6 Sep 2009 07:29:23 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9FE888FC12; Sun, 6 Sep 2009 07:29:23 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n867TNm0076479; Sun, 6 Sep 2009 07:29:23 GMT (envelope-from pjd@svn.freebsd.org) Received: (from pjd@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n867TNBa076478; Sun, 6 Sep 2009 07:29:23 GMT (envelope-from pjd@svn.freebsd.org) Message-Id: <200909060729.n867TNBa076478@svn.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 6 Sep 2009 07:29:23 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r196881 - head/sys/netinet X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Sep 2009 07:29:24 -0000 Author: pjd Date: Sun Sep 6 07:29:22 2009 New Revision: 196881 URL: http://svn.freebsd.org/changeset/base/196881 Log: Correct comment. Modified: head/sys/netinet/ip_fastfwd.c Modified: head/sys/netinet/ip_fastfwd.c ============================================================================== --- head/sys/netinet/ip_fastfwd.c Sun Sep 6 07:22:09 2009 (r196880) +++ head/sys/netinet/ip_fastfwd.c Sun Sep 6 07:29:22 2009 (r196881) @@ -151,8 +151,8 @@ ip_findroute(struct route *ro, struct in /* * Try to forward a packet based on the destination address. * This is a fast path optimized for the plain forwarding case. - * If the packet is handled (and consumed) here then we return 1; - * otherwise 0 is returned and the packet should be delivered + * If the packet is handled (and consumed) here then we return NULL; + * otherwise mbuf is returned and the packet should be delivered * to ip_input for full processing. */ struct mbuf *