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