git: f60a41543430 - stable/14 - Revert "ipfilter: Add missing kenv fetch"

From: Cy Schubert <cy_at_FreeBSD.org>
Date: Fri, 19 Dec 2025 02:38:28 UTC
The branch stable/14 has been updated by cy:

URL: https://cgit.FreeBSD.org/src/commit/?id=f60a41543430c764a276af5dc30b9bcf2b8c25d5

commit f60a41543430c764a276af5dc30b9bcf2b8c25d5
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2025-12-19 02:37:32 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2025-12-19 02:37:32 +0000

    Revert "ipfilter: Add missing kenv fetch"
    
    The commit depends on d9788eabffa4b67fc534685fc3d9b8e3334af196 which
    has not been merged yet.
    
    This reverts commit 5ece89c74efd8ab836459af5bc6720af904ad1d4.
---
 sys/netpfil/ipfilter/netinet/ip_fil_freebsd.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys/netpfil/ipfilter/netinet/ip_fil_freebsd.c b/sys/netpfil/ipfilter/netinet/ip_fil_freebsd.c
index 57826a4d2e8b..2a6ff68649b9 100644
--- a/sys/netpfil/ipfilter/netinet/ip_fil_freebsd.c
+++ b/sys/netpfil/ipfilter/netinet/ip_fil_freebsd.c
@@ -1457,6 +1457,4 @@ 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);
 }