From owner-freebsd-net@FreeBSD.ORG Fri Aug 3 04:30:14 2012 Return-Path: Delivered-To: freebsd-net@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5C91106564A for ; Fri, 3 Aug 2012 04:30:14 +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 CED0F8FC0C for ; Fri, 3 Aug 2012 04:30:14 +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 q734UESt071053 for ; Fri, 3 Aug 2012 04:30:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q734UEVD071052; Fri, 3 Aug 2012 04:30:14 GMT (envelope-from gnats) Date: Fri, 3 Aug 2012 04:30:14 GMT Message-Id: <201208030430.q734UEVD071052@freefall.freebsd.org> To: freebsd-net@FreeBSD.org From: HASHI Hiroaki (=?iso-2022-jp?B?GyRCNjYbKEIgGyRCOSg+NBsoQg==?=) Cc: Subject: Re: kern/169620: [ng] [pf] ng_l2tp incoming packet bypass pf firewall X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "HASHI Hiroaki \(=?iso-2022-jp?B?GyRCNjYbKEIgGyRCOSg+NBsoQg==?=\)" List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2012 04:30:15 -0000 The following reply was made to PR kern/169620; it has been noted by GNATS. From: HASHI Hiroaki (=?iso-2022-jp?B?GyRCNjYbKEIgGyRCOSg+NBsoQg==?=) To: longwitz@incore.de Cc: bug-followup@freebsd.org Subject: Re: kern/169620: [ng] [pf] ng_l2tp incoming packet bypass pf firewall Date: Fri, 03 Aug 2012 12:39:15 +0900 (JST) Hi. In "Re: kern/169620: [ng] [pf] ng_l2tp incoming packet bypass pf firewall" at Thu, 02 Aug 2012 19:20:48 +0900 (JST) HASHI Hiroaki wrote: > In "Re: kern/169620: [ng] [pf] ng_l2tp incoming packet bypass pf firewall" at Thu, 02 Aug 2012 10:39:20 +0200 > Andreas Longwitz wrote: >> Hi, >>> PF firewall does not examine incomming packet on ng_l2tp interface. >> >> If your incoming packets are handled by IPSec before ng_l2tp your >> problem is explained in > > Yes, handled by IPSec. > >> >> lists.freebsd.org/pipermail/freebsd-net/2012-January/031161.html > > I will try it. This patch work fine for me.