From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 21 15:21:14 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F0018A22 for ; Sun, 21 Sep 2014 15:21:14 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D6D79693 for ; Sun, 21 Sep 2014 15:21:14 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s8LFLESB082713 for ; Sun, 21 Sep 2014 15:21:14 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 193813] www/squid TP_PF does not work, especially inside jail Date: Sun, 21 Sep 2014 15:21:15 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: osho@pcc-software.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Sep 2014 15:21:15 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193813 --- Comment #1 from osho@pcc-software.org --- How to fix? Add --with-nat-devpf at configure time. I know this patch should only be used with TP_PF is enabled but when I changed www/squid Makefile like this, transparent proxy looks working. --- Makefile.bak 2014-09-19 00:22:37.000000000 +0900 +++ Makefile 2014-09-22 00:09:35.952872265 +0900 @@ -176,7 +176,8 @@ --disable-epoll \ --disable-linux-netfilter \ --disable-linux-tproxy \ - --disable-translation + --disable-translation \ + --with-nat-devpf .include Not having --with-nat-devpf may useful where /dev/pf is not available but it looks not working inside jail. Can you make --with-nat-devpf configurable with "make config"? Or, can you add --with-nat-devpf when TP_PF is enabled? Thank you in advance, -- You are receiving this mail because: You are the assignee for the bug.