svn commit: r196881 - head/sys/netinet

Pawel Jakub Dawidek pjd at FreeBSD.org
Sun Sep 6 07:29:24 UTC 2009


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 *


More information about the svn-src-head mailing list