From owner-dev-commits-src-all@freebsd.org Fri May 21 08:40:05 2021 Return-Path: Delivered-To: dev-commits-src-all@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 508BD654678; Fri, 21 May 2021 08:40:05 +0000 (UTC) (envelope-from lutz@iks-jena.de) Received: from annwfn.iks-jena.de (annwfn.iks-jena.de [IPv6:2001:4bd8::19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Fmg5x0gVdz4Z9q; Fri, 21 May 2021 08:40:04 +0000 (UTC) (envelope-from lutz@iks-jena.de) X-SMTP-Sender: IPv6:2001:4bd8:0:666:248:54ff:fe12:ee3f Received: from belenus.iks-jena.de (belenus.iks-jena.de [IPv6:2001:4bd8:0:666:248:54ff:fe12:ee3f]) by annwfn.iks-jena.de (8.15.2/8.15.2) with ESMTPS id 14L8dqon025351 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 21 May 2021 10:39:53 +0200 X-MSA-Host: belenus.iks-jena.de Received: (from lutz@localhost) by belenus.iks-jena.de (8.14.3/8.14.1/Submit) id 14L8dqMc022913; Fri, 21 May 2021 10:39:52 +0200 Date: Fri, 21 May 2021 10:39:52 +0200 From: Lutz Donnerhacke To: Stefan Esser Cc: Joe Clarke , Benjamin Kaduk , Zhenlei Huang , "Rodney W. Grimes" , src-committers , dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: 3d846e48227e - main - Do not forward datagrams originated by link-local addresses Message-ID: <20210521083952.GA22854@belenus.iks-jena.de> References: <202105182101.14IL1Gki054229@gitrepo.freebsd.org> <20210519055407.GA9715@belenus.iks-jena.de> <10b475c5-0100-2567-4e92-73b168b97e3f@marcuscom.com> <1DD8ABB9-94B1-4B44-8003-25432A91D520@gmail.com> <5cee6177-8b75-382e-cd3a-403397de0190@marcuscom.com> <1c001c3f-191e-c761-0eb4-ff78171af580@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1c001c3f-191e-c761-0eb4-ff78171af580@freebsd.org> X-message-flag: Please send plain text messages only. Thank you. User-Agent: Mutt/1.5.17 (2007-11-01) X-Rspamd-Queue-Id: 4Fmg5x0gVdz4Z9q X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; TAGGED_RCPT(0.00)[]; REPLY(-4.00)[] X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 May 2021 08:40:05 -0000 On Fri, May 21, 2021 at 09:03:46AM +0200, Stefan Esser wrote: > Am 20.05.21 um 15:07 schrieb Joe Clarke: > > On 5/19/21 22:39, Benjamin Kaduk wrote: > >> Sorry, RFCs themselves do not change -- one of the distinctive features of > >> RFCs is precisely that they are immutable once published. > >> The sentiment that what the current RFC for a given topic is, can change, is > >> something that I can agree with, but that's not quite what was being > >> discussed. > > > > Agreed, which is why I say the reference still has value and one can use > > it as a basis to follow the errata and newer docs. That said, I've > > expressed my desire to leave the reference in, and I'll leave it at > > that. I didn't think this would be that controversial. > > And, adding to that: if somebody works on a code fragment with reference > to an RFC that has been replaced by a newer one known by the committer, > then updating that reference might be considered a service for future > readers of that code ... May I point you all to https://reviews.freebsd.org/D30374 and ask for comment there?