FreeBSD Bugzilla – Attachment 160803 Details for
Bug 202950
[patch] www/squid: TP_IPF build fails on FreeBSD <10
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
patch (text/plain), 967 bytes, created by
Lawrence Chen
on 2015-09-07 16:17:16 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Lawrence Chen
Created:
2015-09-07 16:17:16 UTC
Size:
967 bytes
patch
obsolete
>--- files/patch-src_ip_Intercept.cc.orig 1969-12-31 18:00:00.000000000 -0600 >+++ files/patch-src_ip_Intercept.cc 2015-09-07 09:58:15.869663787 -0500 >@@ -0,0 +1,15 @@ >+--- src/ip/Intercept.cc.orig 2015-09-01 19:52:00 UTC >++++ src/ip/Intercept.cc >+@@ -203,9 +203,9 @@ Ip::Intercept::IpfInterception(const Com >+ if (newConn->remote.isIPv6()) { >+ #if IPFILTER_VERSION < 5000003 >+ // warn once every 10 at critical level, then push down a level each repeated event >+- static int warningLevel = DBG_CRITICAL; >+- debugs(89, warningLevel, "IPF (IPFilter v4) NAT does not support IPv6. Please upgrade to IPFilter v5.1"); >+- warningLevel = ++warningLevel % 10; >++ // static int warningLevel = DBG_CRITICAL; >++ // debugs(89, warningLevel, "IPF (IPFilter v4) NAT does not support IPv6. Please upgrade to IPFilter v5.1"); >++ // warningLevel = ++warningLevel % 10; >+ return false; >+ #else >+ natLookup.nl_v = 6;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 202950
: 160803 |
160804