ipfilter: Add missing kenv fetch

When a module the environment must be explicitly fetched.

Fixes:			d9788eabff
PR:			291548
Noted by:		markj
Reviewed by:		markj
Differential Revision:	https://reviews.freebsd.org/D54242
MFC after:		3 days
This commit is contained in:
Cy Schubert 2025-12-15 08:21:56 -08:00
parent a34c50fbd2
commit a6ea80bc91

View file

@ -1439,4 +1439,6 @@ ipf_fbsd_kenv_get(ipf_main_softc_t *softc)
{
TUNABLE_INT_FETCH("net.inet.ipf.large_nat",
&softc->ipf_large_nat);
TUNABLE_INT_FETCH("net.inet.ipf.jail_allowed",
&softc->ipf_jail_allowed);
}