https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282699
Bug ID: 282699
Summary: net.pf loader tunables not settable in 13.4
Product: Base System
Version: 13.4-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: kern
Assignee: [email protected]
Reporter: [email protected]
13.4 vnet-ified the net.pf tunables states_hashsize and source_nodes_hashsize
https://cgit.freebsd.org/src/commit/sys/netpfil/pf/pf.c?h=releng/13.4&id=428b8c8202654bddbfe871eb412e272c23f86802
Unfortunately 13.4 is missing the commits that let vnet-ified tunables be
settable from the loader.conf. First part is
https://cgit.freebsd.org/src/commit/sys/kern/?id=110113bc086f and it was then
extended in
https://cgit.freebsd.org/src/commit/sys/kern/kern_sysctl.c?id=cf7974fd9e554552989237c3d6bc736d672ac7c6
This means that the net.pf tunables that were settable in 13.3 are now not
settable in 13.4.
--
You are receiving this mail because:
You are the assignee for the bug.