https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250780
Bug ID: 250780
Summary: net.pf.request_maxcount doesn't work in loader.conf
after upgrade to 12.2
Product: Base System
Version: 12.2-RELEASE
Hardware: amd64
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: misc
Assignee: [email protected]
Reporter: [email protected]
Hi,
after I upgraded from 12.1-RELEASE to 12.2-RELEASE pf stopped working @reboot
complaining my tables are > than the limit.
In effect, by checking with sysctl, I found out that the custom limit set in
/boot/loader.conf is not loaded anymore at reboot, so I fall back to defaults.
If I set it manually from command line
# sysctl net.pf.request_maxcount=300000
# pfctl -f /etc/pf.conf
everything works fine.
Here's my loader.conf file.
security.bsd.allow_destructive_dtrace=0
kern.geom.label.disk_ident.enable="0"
kern.geom.label.gptid.enable="0"
opensolaris_load="YES"
zfs_load="YES"
net.pf.request_maxcount=300000
machdep.hyperthreading_allowed=0
cpu_microcode_load="YES"
cpu_microcode_name="/boot/firmware/intel-ucode.bin"
hw.mds_disable=1
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"