Project

General

Profile

Actions

Bug #16588

closed

``pfctl`` shows incorrect number of table addresses

Added by Marcos M 26 days ago. Updated 14 days ago.

Status:
Resolved
Priority:
Normal
Category:
Operating System
Target version:
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.

Actions

Also available in: Atom PDF