mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
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:
parent
a34c50fbd2
commit
a6ea80bc91
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue