MFC after: 3 days
Details
Details
- Reviewers
kp ivy carlavilla mhorne - Group Reviewers
manpages - Commits
- rGdca2ab32e831: pf.4/pfsync.4: Separate sysctl/tunables >> SYNOPSIS
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 64873 Build 61756: arc lint + arc unit
Event Timeline
Comment Actions
thanks! i separated them out into the sections we usually use. maybe adds a lot of bloat?
share/man/man4/pf.4 | ||
---|---|---|
92 | tunable*s*? | |
93 | This is the wrong way around. filter_local and request_maxcount are sysctl runtime tunable, the others (states_hashsize, source_nodes_hashsize, ...) are tunables and can only be set through the loader. | |
107 | net.pf.rdr_srcport_rewrite_tries is listed in pf.conf.5 as well. We should probably delete that one as part of this patch (or in a separate patch to delete both mentions) too. (For reference, this was introduced in 339a1977c32414f3d23733504955245ca6f3802d, but without the actual sysctl.) |