summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2009-09-06 07:29:22 +0000
committerpjd <pjd@FreeBSD.org>2009-09-06 07:29:22 +0000
commitce8377f813c4b712430f347b375f7f3dfcee9198 (patch)
treea7842195346bd511e266d57e02702bd4efb87d37
parente62171fc99c1976e8a3aa0995171599d078828d4 (diff)
downloadFreeBSD-src-ce8377f813c4b712430f347b375f7f3dfcee9198.zip
FreeBSD-src-ce8377f813c4b712430f347b375f7f3dfcee9198.tar.gz
Correct comment.
-rw-r--r--sys/netinet/ip_fastfwd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_fastfwd.c b/sys/netinet/ip_fastfwd.c
index f53f787..78b6d30 100644
--- a/sys/netinet/ip_fastfwd.c
+++ b/sys/netinet/ip_fastfwd.c
@@ -151,8 +151,8 @@ ip_findroute(struct route *ro, struct in_addr dest, struct mbuf *m)
/*
* 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 *
OpenPOWER on IntegriCloud