Actions
Bug #4961
closeddestination doesn't show on firewall_rules.php
Description
The destination of rules doesn't show on firewall_rules.php. It's always blank.
Actions
Added by Chris Buechler over 9 years ago. Updated about 9 years ago.
Description
The destination of rules doesn't show on firewall_rules.php. It's always blank.
Incorrect use of pprint_address. Programmer was passing $filterent['destination']['address'] whereas the function expects $pconfig['destination'] and figures out the 'address' part itself.