]> git.ipfire.org Git - thirdparty/squid.git/commit - configure.in
Bug #1378: Transparent proxy problem with IP Filter
authorserassio <>
Mon, 12 Sep 2005 20:20:02 +0000 (20:20 +0000)
committerserassio <>
Mon, 12 Sep 2005 20:20:02 +0000 (20:20 +0000)
commitdbc5782ae3648c652e3e5e35d29d871d494f6005
tree6bcf9ab7a246efba6bb5e59d42bee4e7b155daa7
parentabae13902ca5c4ecc2a782a5387294f3924a1d5b
Bug #1378: Transparent proxy problem with IP Filter

On NetBSD and maybe others, when using Ipfilter 4.x, opening of the NAT device
fails.
On Solaris the following message can appear in cache.log:
parseHttpRequest: NAT lookup failed: ioctl(SIOCGNATL): (22) Invalid argument

This patch adds the usage of ipfobj structure for IP Filter 4.0alpha27 and later.

Forward port of 2.5 patch.
configure.in
src/IPInterception.cc