Actions
Bug #3866
closedfirewall log filtering
Start date:
09/15/2014
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.1.x
Affected Architecture:
All
Description
in diag_logs_filter.php filtering of the firewall log does not work as expected any more.
in 2.1.4 when preceding an regex with an exclamation mark (!), I was able to see only log entries that do NOT match the regex.
in 2.1.5 when doing the same I get an empty result page.
Updated by Phillip Davis about 10 years ago
That was easy thing to fix - there was a double dollar sign starting a variable name:
https://github.com/pfsense/pfsense/pull/1283 - for 2.1.5
https://github.com/pfsense/pfsense/pull/1284 - for master (2.2)
Updated by Phillip Davis about 10 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 9036e7661e3e97944f8d329cc6fb24b8206a7326.
Updated by Phillip Davis about 10 years ago
Applied in changeset 0b85754309f89d867d60a6d81a707235418f9bac.
Updated by Chris Buechler about 10 years ago
- Status changed from Feedback to Resolved
- Target version set to 2.2
fixed
Actions