From owner-freebsd-pf@FreeBSD.ORG Wed Mar 28 09:50:09 2012 Return-Path: Delivered-To: freebsd-pf@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98772106564A for ; Wed, 28 Mar 2012 09:50:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6A8B48FC0C for ; Wed, 28 Mar 2012 09:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2S9o9Xo084154 for ; Wed, 28 Mar 2012 09:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2S9o9pA084153; Wed, 28 Mar 2012 09:50:09 GMT (envelope-from gnats) Date: Wed, 28 Mar 2012 09:50:09 GMT Message-Id: <201203280950.q2S9o9pA084153@freefall.freebsd.org> To: freebsd-pf@FreeBSD.org From: =?ISO-8859-1?Q?Ermal_Lu=E7i?= Cc: Subject: Re: kern/166411: [pf] simply enabling pf makes udpxy not to work X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?ISO-8859-1?Q?Ermal_Lu=E7i?= 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: Wed, 28 Mar 2012 09:50:09 -0000 The following reply was made to PR kern/166411; it has been noted by GNATS. From: =?ISO-8859-1?Q?Ermal_Lu=E7i?= To: bug-followup@FreeBSD.org, balustefan@gmail.com Cc: Subject: Re: kern/166411: [pf] simply enabling pf makes udpxy not to work Date: Wed, 28 Mar 2012 11:41:05 +0200 Normally this is the effect of pf(4) default behviour of dropping packets with ip-options. You need to enable those with 'allow-opts' added to the rule. -- Ermal