UPDATING: add entry for the new loader tunnable net.pf.default_to_drop

This commit is contained in:
Zhenlei Huang 2023-09-22 18:19:33 +08:00
parent c531c1d146
commit 366ef17bb6

View file

@ -27,6 +27,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 15.x IS SLOW:
world, or to merely disable the most expensive debugging functionality
at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
20230922:
A new loader tunable net.pf.default_to_drop allows pf(4)s default
behaviour to be changed from pass to drop. Previously this required
recompiling the kernel with the option PF_DEFAULT_TO_DROP.
20230914:
Enable splitting out pkgbase manpages into separate packages by
default. To disable this, set WITHOUT_MANSPLITPKG=yes in src.conf.