Date: Sun, 01 Nov 2020 15:27:12 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 250780] net.pf.request_maxcount doesn't work in loader.conf after upgrade to 12.2 Message-ID: <bug-250780-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
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: bugs@FreeBSD.org Reporter: nicola.delluomo@delluomo-morettin.com 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.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-250780-227>
