mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
tools: apply ip_dstchng_fix.diff
This commit is contained in:
parent
ef2852df32
commit
b770fc65ce
1 changed files with 1 additions and 2 deletions
|
|
@ -504,8 +504,7 @@ tooshort:
|
|||
goto ours;
|
||||
}
|
||||
if (m->m_flags & M_IP_NEXTHOP) {
|
||||
dchg = (m_tag_find(m, PACKET_TAG_IPFORWARD, NULL) != NULL);
|
||||
if (dchg != 0) {
|
||||
if (m_tag_find(m, PACKET_TAG_IPFORWARD, NULL) != NULL) {
|
||||
/*
|
||||
* Directly ship the packet on. This allows
|
||||
* forwarding packets originally destined to us
|
||||
|
|
|
|||
Loading…
Reference in a new issue