diff options
| author | Kristof Provost <kp@FreeBSD.org> | 2025-08-25 14:46:33 +0000 |
|---|---|---|
| committer | Kristof Provost <kp@FreeBSD.org> | 2025-09-17 14:15:15 +0000 |
| commit | c016bd00294df7be6b3b3dbc661ac7b952831475 (patch) | |
| tree | f34d1bf042c6227ca9bd6f33887ac12b14960526 | |
| parent | fc63421de9f69ed67aad7bae29712fca2f570693 (diff) | |
pfctl.8: -z honours -a (reset rule stats per anchor)
OK sashan henning deraadt
Obtained from: OpenBSD, kn <kn@openbsd.org>, 1ddc001403
Sponsored by: Rubicon Communications, LLC ("Netgate")
| -rw-r--r-- | sbin/pfctl/pfctl.8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8 index 8e152f90d616..f1a2bbef6236 100644 --- a/sbin/pfctl/pfctl.8 +++ b/sbin/pfctl/pfctl.8 @@ -115,8 +115,9 @@ Apply flags .Fl f , .Fl F , .Fl s , +.Fl T , and -.Fl T +.Fl z only to the rules in the specified .Ar anchor . In addition to the main ruleset, |
