freebsd-dev/sys/netpfil
Mark Johnston 7d1ab86691 pf: Initialize the table entry zone limit at initialization time
The limit may later be updated by the "set limit" directive in pf.conf.
UMA does not permit a limit to be set on a zone after any items have
been allocated from a zone.

Other UMA zones used by pf do not appear to be susceptible to this
problem: they either set a limit at zone creation time or never set one
at all.

PR:		260406
Reviewed by:	kp
MFC after:	3 days
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D34713
2022-03-30 15:41:44 -04:00
..
ipfilter/netinet ipfilter(4): Fix a typo in a source code comment 2022-03-28 19:29:06 +02:00
ipfw dummynet: don't use per-vnet locks to protect global data. 2022-02-07 22:59:46 +01:00
pf pf: Initialize the table entry zone limit at initialization time 2022-03-30 15:41:44 -04:00