From owner-freebsd-stable@freebsd.org Fri Aug 21 13:12:30 2020 Return-Path: Delivered-To: freebsd-stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2B6F63BD60E for ; Fri, 21 Aug 2020 13:12:30 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BY24G0Jh9z3fQv; Fri, 21 Aug 2020 13:12:30 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from venus.codepro.be (venus.codepro.be [5.9.86.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.codepro.be", Issuer "Let's Encrypt Authority X3" (verified OK)) (Authenticated sender: kp) by smtp.freebsd.org (Postfix) with ESMTPSA id CDD902AA14; Fri, 21 Aug 2020 13:12:29 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: by venus.codepro.be (Postfix, authenticated sender kp) id 581AC49EAB; Fri, 21 Aug 2020 15:12:28 +0200 (CEST) From: "Kristof Provost" To: Chris Cc: freebsd-stable Subject: Re: net.pf.request_maxcount: UNDESIRABLE_OID Date: Fri, 21 Aug 2020 15:12:27 +0200 X-Mailer: MailMate (1.13.1r5671) Message-ID: <37D57D24-3E3D-4711-935B-A60F0A6E6365@FreeBSD.org> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Aug 2020 13:12:30 -0000 On 21 Aug 2020, at 8:56, Kristof Provost wrote: > On 21 Aug 2020, at 8:53, Chris wrote: >> But why must it be a read-only OID? >> > It doesn’t have to be, and in CURRENT it’s not: > https://svnweb.freebsd.org/base?view=revision&revision=355744 > That hasn’t been MFC’d for the excellent reason that I forgot. > > I’ll try to do that today, after I fix my dev-VM. > And done in r364456. Best regards, Kristof