Actions
Bug #5282
closedAlias system broken on edit
Start date:
10/07/2015
Due date:
% Done:
0%
Estimated time:
Description
https://forum.pfsense.org/index.php?topic=100494.0
- When inserting\editing a port or URL alias, it's possible to change netmask. It should be disabled, but currently it's disabled only if change alias type in edit window, not on new\edit alias.
- Alias description it's not shown in alias list grid
- Port alias aren't visible from rules, like in 2.2.x
- Host alias doesn't show correctly in rules
Updated by Anonymous about 9 years ago
- Status changed from Confirmed to Resolved
- Fixed JavaScript
- Unable to reproduce
- Misplaced return caused alias system to only process one type of alias per rule (host, port etc)
- Same as 3
Updated by Anonymous about 9 years ago
Further updated to support both src and dst.
elseif replaced with if since they are not mutually exclusive.
Actions