From owner-freebsd-pf@freebsd.org Tue Mar 21 13:23:16 2017 Return-Path: Delivered-To: freebsd-pf@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AAC5BD16317 for ; Tue, 21 Mar 2017 13:23:16 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mx1.sbone.de (mx1.sbone.de [IPv6:2a01:4f8:130:3ffc::401:25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6DFF51CCD; Tue, 21 Mar 2017 13:23:16 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id CE84525D38A4; Tue, 21 Mar 2017 13:23:05 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id 1D751D1F80A; Tue, 21 Mar 2017 13:23:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id 4GA0WQ3xieNo; Tue, 21 Mar 2017 13:23:03 +0000 (UTC) Received: from [192.168.124.1] (unknown [IPv6:fde9:577b:c1a9:31:2ef0:eeff:fe03:ee34]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id CEEFFD1F7EF; Tue, 21 Mar 2017 13:23:03 +0000 (UTC) From: "Bjoern A. Zeeb" To: "Miroslav Lachman" <000.fbsd@quip.cz>, "Andrey V. Elsukov" Cc: "Kurt Jaeger" , freebsd-pf@freebsd.org Subject: Re: Support for the enc(4) pseudo-interface Date: Tue, 21 Mar 2017 13:23:03 +0000 Message-ID: In-Reply-To: <58D1189D.2050201@quip.cz> References: <1490085811-bc1aa9c7b83aeddb9dee198bc4071b35@olivarim.com> <44FBCEF5-6151-46FF-A166-81E7306914CC@sigsegv.be> <58D11201.1000403@quip.cz> <20170321114636.GH64587@home.opsec.eu> <12FB978F-D222-4221-9DE9-40AFB435187C@lists.zabbadoz.net> <58D1189D.2050201@quip.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Mailer: MailMate (2.0BETAr6080) X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 21 Mar 2017 13:23:16 -0000 On 21 Mar 2017, at 12:12, Miroslav Lachman wrote: > Bjoern A. Zeeb wrote on 2017/03/21 12:56: >> On 21 Mar 2017, at 11:46, Kurt Jaeger wrote: >> >>> Hi! >>> >>>>> If you want to filter on it it should work if you add ???device >>>>> enc??? to your >>>>> kernel config. The man page suggests that should then allow you to >>>>> filter IPSec >>>>> traffic on enc0. >>>> >>>> Shouldn't it be included in GENERIC if IPSec is now part of it? >>> >>> Yes, please include enc in the GENERIC kernel. >> >> I thought the entire idea of making ipsec loadable was that we don’t >> have to ship it in the kernel and have it available? > > Then sorry for the noise. well, it was a question; Cc:ing ae@ /bz