Re: git: 9d9bc7f462bd - main - pf: set limits before rules

From: Florian Smeets <flo_at_FreeBSD.org>
Date: Wed, 17 Sep 2025 18:38:57 UTC
On 17.09.25 16:15, Kristof Provost wrote:
> The branch main has been updated by kp:
> 
> URL: https://cgit.FreeBSD.org/src/commit/?id=9d9bc7f462bd152d87ab8f1767cad19bab09bf8b
> 
> commit 9d9bc7f462bd152d87ab8f1767cad19bab09bf8b
> Author:     Kristof Provost <kp@FreeBSD.org>
> AuthorDate: 2025-08-25 13:43:10 +0000
> Commit:     Kristof Provost <kp@FreeBSD.org>
> CommitDate: 2025-09-17 14:15:15 +0000
> 
>      pf: set limits before rules
>      

Nice, I ran into this issue recently that the ruleset would not load on 
boot because we load large tables.

I set a higher PFR_KENTRY_HIWAT as a workaround.

Are you planning to merge this to stable/15? Maybe get this into 15.0?

Thanks
Florian