[Bug 290630] www/squid: Update 6.14 => 7.3
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 290630] www/squid: version 7.2+"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 Dec 2025 09:16:03 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290630
--- Comment #13 from ant2 <ant_mail@inbox.ru> ---
(In reply to ant2 from comment #12)
May be the error is really port related.
Because (src/Ip/Intercept.cc):
bool
Ip::Intercept::ProbeForTproxy(Ip::Address &test)
...
#elif defined(IP_BINDANY) // FreeBSD with IPFW
# define soLevel IPPROTO_IP
# define soFlag IP_BINDANY
enter_suid();
doneSuid = true;
#endif
#if defined(soLevel) && defined(soFlag)
...
#else
debugs(3, 3, "TPROXY setsockopt() not supported on this platform. Disabling
TPROXY on port " << test);
#endif
--
You are receiving this mail because:
You are the assignee for the bug.