Actions
Bug #16588
open``pfctl`` shows incorrect number of table addresses
Start date:
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
26.03
Release Notes:
Default
Affected Version:
2.9.0
Affected Architecture:
Description
In 25.07.1:
$ pfctl -vvsTables | grep -A1 "bogons\b"
-pa-r-- bogons
Addresses: 10
$ pfctl -t bogons -Tshow | wc -l
10
In 25.11:
$ pfctl -vvsTables | grep -A1 "bogons\b"
-pa---- bogons
Addresses: 0
$ pfctl -t bogons -Tshow | wc -l
10
This command is used by /etc/rc.update_bogons.sh to determine if the bogons table has reached the max number of entries. In practice this means that the script will attempt to update the table regardless and not log the "increase table-entries limit" message.
No data to display
Actions