Actions
Bug #16588
closed``pfctl`` shows incorrect number of table addresses
Start date:
Due date:
% Done:
100%
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.
Updated by Kristof Provost 25 days ago
That'll be fixed when https://cgit.freebsd.org/src/commit/?id=ad7f49f98b1ae7504f69db897901a055613c8300 comes in with the next upstream merge.
Updated by Kris Phillips 22 days ago
- Status changed from Confirmed to In Progress
I can confirm this behavior in 25.11 and 25.07.1.
Marking as In Progress, since per Kristof's comment above this will be pulled in on the next merge.
Actions