From owner-freebsd-pf@freebsd.org Tue Mar 21 11:56:31 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 E2EF6D153A2 for ; Tue, 21 Mar 2017 11:56:31 +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 A5E5C1450 for ; Tue, 21 Mar 2017 11:56:31 +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 7AADC25D389C; Tue, 21 Mar 2017 11:56:29 +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 BF69FD1F80A; Tue, 21 Mar 2017 11:56:28 +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 H3uzYm2KuoFS; Tue, 21 Mar 2017 11:56:27 +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 E35E2D1F7EF; Tue, 21 Mar 2017 11:56:26 +0000 (UTC) From: "Bjoern A. Zeeb" To: "Kurt Jaeger" Cc: "Miroslav Lachman" <000.fbsd@quip.cz>, freebsd-pf@freebsd.org Subject: Re: Support for the enc(4) pseudo-interface Date: Tue, 21 Mar 2017 11:56:25 +0000 Message-ID: <12FB978F-D222-4221-9DE9-40AFB435187C@lists.zabbadoz.net> In-Reply-To: <20170321114636.GH64587@home.opsec.eu> References: <1490085811-bc1aa9c7b83aeddb9dee198bc4071b35@olivarim.com> <44FBCEF5-6151-46FF-A166-81E7306914CC@sigsegv.be> <58D11201.1000403@quip.cz> <20170321114636.GH64587@home.opsec.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed 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 11:56:32 -0000 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? /bz