]> git.ipfire.org Git - thirdparty/squid.git/commit
Implement FreeBSD ipfw based ip transparent interception using
authoradrian <>
Sun, 20 May 2007 10:22:43 +0000 (10:22 +0000)
committeradrian <>
Sun, 20 May 2007 10:22:43 +0000 (10:22 +0000)
commit68075fadeb96ffb90f1dfd3a539b3532714c5074
tree042f385b0d51009ba2a781aa5551cb98bdb3911e
parentd7f6209d61c9bd5d5f5734f57a77ef337de67c1d
Implement FreeBSD ipfw based ip transparent interception using
the getsockname() syscall. This returns the original destination
IP rather than the local server IP.

This behaviour existed in Squid-2 in the past; but was removed for some
reason.
configure.in
include/autoconf.h.in
src/IPInterception.cc