Commit 0948301f authored by Franco Fichtner's avatar Franco Fichtner

filter: Null4 and Null6 are special keywords we need for expansion

(cherry picked from commit f20f0c91)
(cherry picked from commit fa047498)
parent e7814aec
......@@ -392,7 +392,7 @@ function filter_configure_sync($verbose = false)
}
// init interfaces and gateways
$fw->setInterfaceMapping($cnfint);
$fw->setGateways(return_gateways_array());
$fw->setGateways(return_gateways_array(false, true));
$fw->setGatewayGroups(return_gateway_groups_array());
filter_core_bootstrap($fw);
......
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