Actions
Bug #4842
closedPort aliases broken on 2.2.4 snapshots
Start date:
07/15/2015
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.2.x
Affected Architecture:
All
Description
Port aliases are non-functional on 2.2.4 snapshots, they appear in rules.debug as empty lists and then the rules fail to parse.
Looks like 6605035f9d2a04d1d4b724f6e993bc3f5c6d173d broke them. If I revert just that commit then they come back and work properly.
For example, when it works:
OpenVPNPorts = "{ 1194 1196 1198 1200 }"
When broken:
OpenVPNPorts = "{ }"
Updated by Renato Botelho over 9 years ago
- Status changed from Confirmed to Feedback
- % Done changed from 0 to 100
I reverted that commit.
Actions