Actions
Regression #16510
openFirewall Log Widget shows incorrect rule
Start date:
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Plus-Next
Release Notes:
Default
Affected Version:
2.7.1
Affected Architecture:
Description
The Firewall Rules dashboard widget shows the wrong rule number in the mouse-over info for the log item.

Tested in 25.11-beta Oct 27th.
Files
Updated by Marcos M 24 days ago
- Target version changed from 25.11 to CE-Next
- Plus Target Version changed from 25.11 to Plus-Next
- Affected Version changed from 2.9.x to 2.7.1
It looks like this issue is the result of the changes from #12673. The change relies on rules with unique rule numbers being returned by /sbin/pfctl -vvPsr. That's not the case; a separate rule counter is used for each ruleset (e.g. anchors, scrub rulesa) which can potentially overlap with others.
Actions