git: 121076ea954c - stable/15 - Revert "ipfilter: Add missing kenv fetch"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Dec 2025 02:38:38 UTC
The branch stable/15 has been updated by cy:
URL: https://cgit.FreeBSD.org/src/commit/?id=121076ea954c2ef9dcc61d3df035678d0bfbd806
commit 121076ea954c2ef9dcc61d3df035678d0bfbd806
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2025-12-19 02:36:18 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2025-12-19 02:36:58 +0000
Revert "ipfilter: Add missing kenv fetch"
The commit depends on d9788eabffa4b67fc534685fc3d9b8e3334af196 which
has not been merged yet.
This reverts commit 1b96cdea82c77191fb4e777ab63428de95f56d3b.
---
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 8b30e13295d2..6eb6cf2a7a47 100644
--- a/sys/netpfil/ipfilter/netinet/ip_fil_freebsd.c
+++ b/sys/netpfil/ipfilter/netinet/ip_fil_freebsd.c
@@ -1424,6 +1424,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);
}