]> git.ipfire.org Git - thirdparty/squid.git/commit - configure.in
Bug #1630: TPROXY needs porting from 2.6 to 3.x
authorserassio <>
Sun, 15 Apr 2007 20:46:11 +0000 (20:46 +0000)
committerserassio <>
Sun, 15 Apr 2007 20:46:11 +0000 (20:46 +0000)
commitfc68f6b1d87d78fe3764e23ae5738ee0a8791e50
tree85fb4106d955ec6b86219d67132da3ac8e45cc45
parentcf0b997f959f4e91c812e2769ffebc1e993fc062
Bug #1630: TPROXY needs porting from 2.6 to 3.x

This patch adds Linux TPROXY support to Squid 3 forward
porting 2.6 code. Based on Steven Swilton work.

The changes are verified to not break non-TPROXY use, while the
TPROXY code is still untested.
If there will be issues in the optional TPROXY code we deal with
them as bugs later on.
16 files changed:
configure.in
include/autoconf.h.in
src/ICAP/ICAPXaction.cc
src/cache_cf.cc
src/cf.data.pre
src/client_side.cc
src/forward.cc
src/forward.h
src/globals.h
src/http.cc
src/main.cc
src/pconn.cc
src/pconn.h
src/protos.h
src/structs.h
src/tools.cc