Rewrap ip_input() comment so that it prints more nicely.
MFC after: 3 days
This commit is contained in:
parent
c2d7acaf5d
commit
6426657e9f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user