View | Details | Raw Unified | Return to bug 202950
Collapse All | Expand All

(-)files/patch-src_ip_Intercept.cc (+15 lines)
Line 0 Link Here
1
--- src/ip/Intercept.cc.orig	2015-09-01 19:52:00 UTC
2
+++ src/ip/Intercept.cc
3
@@ -203,9 +203,9 @@ Ip::Intercept::IpfInterception(const Com
4
     if (newConn->remote.isIPv6()) {
5
 #if IPFILTER_VERSION < 5000003
6
         // warn once every 10 at critical level, then push down a level each repeated event
7
-        static int warningLevel = DBG_CRITICAL;
8
-        debugs(89, warningLevel, "IPF (IPFilter v4) NAT does not support IPv6. Please upgrade to IPFilter v5.1");
9
-        warningLevel = ++warningLevel % 10;
10
+        // static int warningLevel = DBG_CRITICAL;
11
+        // debugs(89, warningLevel, "IPF (IPFilter v4) NAT does not support IPv6. Please upgrade to IPFilter v5.1");
12
+        // warningLevel = ++warningLevel % 10;
13
         return false;
14
 #else
15
         natLookup.nl_v = 6;

Return to bug 202950