Re: git: 6b0a2b19c845 - stable/13 - stand: Print a warning of the loader is too old

2024-08-02 Thread Joe Clarke
On 8/1/24 11:43, Warner Losh wrote: On Thu, Aug 1, 2024, 9:39 AM Joe Clarke <mailto:jcla...@marcuscom.com>> wrote: On 8/1/24 10:57, Warner Losh wrote: > +if core.loaderTooOld() then > +

Re: git: 6b0a2b19c845 - stable/13 - stand: Print a warning of the loader is too old

2024-08-01 Thread Joe Clarke
On 8/1/24 10:57, Warner Losh wrote: +if core.loaderTooOld() then + print("**") + print("**") + print("*

Re: git: 3d846e48227e - main - Do not forward datagrams originated by link-local addresses

2021-05-20 Thread Joe Clarke
On 5/19/21 22:39, Benjamin Kaduk wrote: > On Wed, May 19, 2021 at 7:33 PM Zhenlei Huang wrote: > >>> IMHO, I'd like to see the RFC reference remain. I see rgrimes response >>> that the RFC's can change with errata and bis docs, but the anchor still >>> provides additional context that one can us

Re: git: 3d846e48227e - main - Do not forward datagrams originated by link-local addresses

2021-05-19 Thread Joe Clarke
On 5/19/21 01:54, Lutz Donnerhacke wrote: > On Tue, May 18, 2021 at 07:51:38PM -0400, Joe Clarke wrote: >> Just out of curiosity, why remove the RFC reference from the comment? > > May you please include the author of the change for such questions

Re: git: 3d846e48227e - main - Do not forward datagrams originated by link-local addresses

2021-05-18 Thread Joe Clarke
To be fair, an obsolete RFC can be followed to the current document. Having an anchor, even one that is obsolete, has value as a reference. Joe PGP Key : https://www.marcuscom.com/pgp.asc > On May 18, 2021, at 21:04, Rodney W. Grimes wrote: > >  >> >> Just out of curiosity, why remove the

Re: git: 3d846e48227e - main - Do not forward datagrams originated by link-local addresses

2021-05-18 Thread Joe Clarke
Just out of curiosity, why remove the RFC reference from the comment? Seems useful for those that want to know why this is a good practice. Joe PGP Key : https://www.marcuscom.com/pgp.asc > On May 18, 2021, at 17:01, Lutz Donnerhacke wrote: > > The branch main has been updated by donner: >