CVS: cvs.openbsd.org: src
Alexandr Nedvedicky <[email protected]>
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/10 00:28:43 Modified files: sbin/pfctl : pfctl.c Log message: 'pfctl -s all' should not dump all OS fingerprints loaded to pf(4) The '-s all' pfctl(8) option is supposed to report only the number of OS fingerprints loaded to kernel instead. The issue was noticed and kindly reported by David Adams (support _at_ tarma _dot_ com). This is 7.9 regression. OK @jsg