diff --git a/src/etc/inc/filter.inc b/src/etc/inc/filter.inc index 60f219926..0441d5235 100644 --- a/src/etc/inc/filter.inc +++ b/src/etc/inc/filter.inc @@ -320,6 +320,8 @@ function filter_pflog_start() function filter_configure() { + global $config; + /* * NOTE: Check here for bootup status since this should not be triggered during bootup. * The reason is that rc.bootup calls filter_configure_sync directly which does this too.