summaryrefslogtreecommitdiff
path: root/security/pf/files/extra-patch-pf::pf.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/pf/files/extra-patch-pf::pf.c')
-rw-r--r--security/pf/files/extra-patch-pf::pf.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/security/pf/files/extra-patch-pf::pf.c b/security/pf/files/extra-patch-pf::pf.c
deleted file mode 100644
index 30be4db7683e..000000000000
--- a/security/pf/files/extra-patch-pf::pf.c
+++ /dev/null
@@ -1,22 +0,0 @@
-Update pf to be more in line with current TCP stack behaviour at
-5.2 code freeze point after andre's initial commit to decouple
-protocol-level stats from routing. -- bms@FreeBSD.org
-
---- pf/pf.c.orig Wed Nov 19 11:51:34 2003
-+++ pf/pf.c Wed Nov 19 11:53:42 2003
-@@ -1376,14 +1376,10 @@
- */
- NTOHS(ip->ip_len);
- NTOHS(ip->ip_off);
-- ip_rtaddr(ip->ip_dst, &ro);
- PF_UNLOCK();
-- ip_output(m, (void *)NULL, &ro, 0, (void *)NULL,
-+ ip_output(m, (void *)NULL, (void *)NULL, 0, (void *)NULL,
- (void *)NULL);
- PF_LOCK();
-- if(ro.ro_rt) {
-- RTFREE(ro.ro_rt);
-- }
- #else
- ip_output(m, (void *)NULL, (void *)NULL, 0, (void *)NULL,
- (void *)NULL);