Commit ce0b693b authored by Franco Fichtner's avatar Franco Fichtner

firewall: allow route-to to loopback gateways

The rules edit page can do it, but it was not picked up
by the actual firewall rules...

(cherry picked from commit 3126c616)
parent e33538a4
......@@ -835,7 +835,7 @@ function filter_generate_gateways()
update_filter_reload_status(gettext("Creating gateway group item..."));
/* Lookup Gateways to be used in filter rules once */
$GatewaysList = return_gateways_array();
$GatewaysList = return_gateways_array(false, true);
$GatewayGroupsList = return_gateway_groups_array();
if (is_array($GatewaysList)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment