Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Sep 2009 07:29:23 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r196881 - head/sys/netinet
Message-ID:  <200909060729.n867TNBa076478@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 *



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909060729.n867TNBa076478>