https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288353
Bug ID: 288353
Summary: pfctl always prints "0 addresses deleted" when
flushing a table
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: misc
Assignee: [email protected]
Reporter: [email protected]
I hope this qualifies for a problem report.
On main-n278904-46be8a71d54d:
# pfctl -t bl -Ts |wc -l
278
# pfctl -t bl -T flush
0 addresses deleted.
# pfctl -t bl -Ts |wc -l
0
On stable/14-n271964-76e5fcc2874e:
# pfctl -t bl -Ts |wc -l
278
# pfctl -t bl -T flush
278 addresses deleted.
# pfctl -t bl -Ts |wc -l
0
--
You are receiving this mail because:
You are the assignee for the bug.