diff options
| author | Jose Luis Duran <jlduran@FreeBSD.org> | 2025-10-12 17:16:12 +0000 |
|---|---|---|
| committer | Colin Percival <cperciva@FreeBSD.org> | 2025-10-14 04:36:39 +0000 |
| commit | f315a3512c709afc2a59584791f29ebd7e9e047d (patch) | |
| tree | 3d9634130ac15a8ff05068b51e167599315da0aa /libexec | |
| parent | 2b6eb65612539f7a9ee94899b310d18e3ae894a3 (diff) | |
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/blocklistd-helper/blacklistd-helper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/blocklistd-helper/blacklistd-helper b/libexec/blocklistd-helper/blacklistd-helper index 4195f070e8ee..92f768e86cdf 100644 --- a/libexec/blocklistd-helper/blacklistd-helper +++ b/libexec/blocklistd-helper/blacklistd-helper @@ -279,7 +279,7 @@ flush) pf) # dynamically determine which anchors exist for anchor in $(/sbin/pfctl -a "$2" -s Anchors 2> /dev/null); do - /sbin/pfctl -a "$anchor" -t "port${anchor##*/}" -T flush + /sbin/pfctl -a "$anchor" -t "port${anchor##*/}" -T flush 2> /dev/null /sbin/pfctl -a "$anchor" -F rules done echo OK |
