mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
Correct comment.
This commit is contained in:
parent
cfef209a71
commit
360488410f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=196881
@ -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 *
|
||||
|
Loading…
Reference in New Issue
Block a user