Rewrap ip_input() comment so that it prints more nicely.

MFC after:	3 days
This commit is contained in:
Robert Watson 2009-10-18 11:23:56 +00:00
parent c2d7acaf5d
commit 6426657e9f

View File

@ -530,9 +530,9 @@ tooshort:
}
if ((dchg = (m_tag_find(m, PACKET_TAG_IPFORWARD, NULL) != NULL)) != 0) {
/*
* Directly ship on the packet. This allows to forward packets
* that were destined for us to some other directly connected
* host.
* Directly ship on the packet. This allows to forward
* packets that were destined for us to some other directly
* connected host.
*/
ip_forward(m, dchg);
return;