Regression #14336
closedFirewall logs do not show the rule description
100%
Description
Tested in 23.05.b.20230428.2019
. It previously worked on 23.05.b.20230428.1452
.
Firewall log entries under Status / System Logs / Firewall / Normal View
no longer show the rule description - only the rule tracking ID is shown.
Updated by Jim Pingle over 1 year ago
- Target version set to 2.7.0
- Plus Target Version set to 22.05
Updated by Jim Pingle over 1 year ago
- Status changed from Confirmed to In Progress
- Assignee set to Jim Pingle
The structure of the labels returned by pfSense_get_pf_rules()
changed but it appears to be a simple change to fix.
Updated by Jim Pingle over 1 year ago
- Status changed from In Progress to Feedback
- % Done changed from 0 to 100
Applied in changeset e472f96d82add603c187bf71cb5eb2cf5d44753c.
Updated by Jim Pingle over 1 year ago
- Plus Target Version changed from 22.05 to 23.05
Updated by Jim Pingle over 1 year ago
- Release Notes changed from Default to Force Exclusion
Updated by Marcos M over 1 year ago
- Status changed from Feedback to Confirmed
I applied the patch and the rule column now shows:
id:1677444350 (1677444350)
The user description is still missing.
Updated by Jim Pingle over 1 year ago
Make sure you're on the latest snapshot, not just applying the patch. It's possible your module is out of date.
It works for me on 2.7.0.a.20230502.0600
and 23.05.b.20230502.0600
with the patch applied.
Updated by Jim Pingle over 1 year ago
Nevermind, I see it now. It worked in some cases but not all.
Updated by Jim Pingle over 1 year ago
- Status changed from Confirmed to Feedback
Looks like the user label is in there first, not last, but my logs were so full of default deny blocks (one label, so always worked) that it was hard to spot.
Commit 9f3f2b6f485cb9309837ebcc33e982d965938d5b
should fix it. If it doesn't, Then I have another idea, but it's more complicated so trying to avoid the extra complexity if possible.
Updated by Marcos M over 1 year ago
- Status changed from Feedback to Resolved
Patches fixed the issue.