]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/cache_cf.cc
Rename 'tproxy' flags to 'spoof_client_ip' for a better description of their purpose.
[thirdparty/squid.git] / src / cache_cf.cc
index ad48e07b0545b798b0db6c4ada76034e1b3a659e..44a7c0bd99bea6a7990717c6801ad83ddfb418a2 100644 (file)
@@ -2931,7 +2931,7 @@ parse_http_port_option(http_port_list * s, char *token)
         }
 #endif
     } else if (strcmp(token, "tproxy") == 0) {
-        s->tproxy = 1;
+        s->spoof_client_ip = 1;
         IPInterceptor.StartTransparency();
 #if USE_IPV6
         /* INET6: until target TPROXY is known to work on IPv6 SOCKET, force wildcard to IPv4 */