Actions
Bug #13078
closedFirewall schedules appear to ignore "month" field
Status:
Not a Bug
Priority:
Normal
Assignee:
-
Category:
Rules / NAT
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Default
Affected Version:
Affected Architecture:
Description
pfSense 2.6.0-REL. The month field in firewall schedules appears to be totally ignored.
Reproduction:
Enter something like "June-22 from the months dropdown, then select say each of the 7 day headers (or anything else, but thats what I tried). Do the same for July 2022. That should create a schedule that applies to June-July 2022 and the stated days/dates/hours.
Now dump $config via Diagnostics/Command Prompt: print_r($config);
My output looks like this:
[0] => Array
(
[position] => 1,2,3,4,5,6,7
[hour] => 0:00-23:59
[rangedescr] =>
)
[1] => Array
(
[position] => 1,2,3,4,5,6,7
[hour] => 0:00-23:59
[rangedescr] =>
)
There's no referenmce to the month, at all. I see two copies of identical day/week/hour data, no reference to the month they should apply to.
Actions