From owner-freebsd-pf@FreeBSD.ORG Mon Apr 13 20:27:25 2009 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 550E41065676 for ; Mon, 13 Apr 2009 20:27:25 +0000 (UTC) (envelope-from sebastian.tymkow@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.156]) by mx1.freebsd.org (Postfix) with ESMTP id DBD508FC20 for ; Mon, 13 Apr 2009 20:27:24 +0000 (UTC) (envelope-from sebastian.tymkow@gmail.com) Received: by fg-out-1718.google.com with SMTP id 13so600988fge.12 for ; Mon, 13 Apr 2009 13:27:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=/3fwSSD2iMT9lecyMHs2DuB6AAgZGbABP5sYXcDzGvE=; b=OsvN35msSZ5Tyfk4+xvVm9aDgPHVbNT+qoDbGpsBBdJqUr6lIaQ5x2HuPw2+pFA43J bBqeNu5gSKbBt4Ef9qI4EJe6rqaxEu6bNJpjiwr85PeMYp8Yy+Lss2AVDEqq8rwY7G0+ eAywaEJSoSR/ZDTk1aKhIVIoxLZrMo/12Gbk0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=GBZBDBxYK17GYwFKbIGM6qZzCkofSwCHDimxDfZwPsOrAEsH+j1ib8Co5BsZnzddbP hunakwQhFxNToE/yIvP71lldzZO7p1RCi43+1gJwv6c31IgARZ39mzvVjHB99FTTkGsA 7AeQU9+hPeDXJJxzSnCd+r3DqpdSFIByLaY9k= MIME-Version: 1.0 Received: by 10.86.89.20 with SMTP id m20mr5013288fgb.18.1239654443797; Mon, 13 Apr 2009 13:27:23 -0700 (PDT) Date: Mon, 13 Apr 2009 22:27:23 +0200 Message-ID: <692660060904131327n6b7c0659u2888c24a3d538fac@mail.gmail.com> From: =?ISO-8859-1?Q?Sebastian_Tymk=F3w?= To: freebsd-pf@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Authpf -remove only anchor X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Apr 2009 20:27:25 -0000 Hi, I wonder if there is any patch which alow me to delete only anchor rules for authpf. Authpf usually closes all conections including ssh. I did some modifications which allow me using authpf as normal program (executing from shell) but this close all my conections at the end. Best regards, Sebastian Tymkow