git: 5ea68e7ea78e - stable/13 - Revert "ipfilter: Add missing kenv fetch"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Dec 2025 02:38:16 UTC
The branch stable/13 has been updated by cy:
URL: https://cgit.FreeBSD.org/src/commit/?id=5ea68e7ea78ee12466f3667f4bf0de9eb82e9a86
commit 5ea68e7ea78ee12466f3667f4bf0de9eb82e9a86
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2025-12-19 02:37:43 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2025-12-19 02:37:43 +0000
Revert "ipfilter: Add missing kenv fetch"
The commit depends on d9788eabffa4b67fc534685fc3d9b8e3334af196 which
has not been merged yet.
This reverts commit fb20aad3e846bf42d98f9e84d5035e4d16115f95.
---
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 121bb2c08f4f..89e5be506be2 100644
--- a/sys/netpfil/ipfilter/netinet/ip_fil_freebsd.c
+++ b/sys/netpfil/ipfilter/netinet/ip_fil_freebsd.c
@@ -1459,6 +1459,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);
}