mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Merge r198196 from head to stable/8:
Rewrap ip_input() comment so that it prints more nicely. Approved by: re (kib)
This commit is contained in:
parent
dc68cec603
commit
92b52ada7c
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Reference in a new issue