diff options
-rw-r--r-- | etc/inc/filter.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index 41f5985..2e94b09 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -340,7 +340,7 @@ function filter_configure_sync($delete_states_if_needed = true) { # If we are not using bogonsv6 then we can remove any bogonsv6 table from the running pf (if the table is not there, the kill is still fine). if (!is_bogonsv6_used()) - $_grbg = exec("/sbin/pfctl -t bogonsv6 -T kill"); + $_grbg = exec("/sbin/pfctl -t bogonsv6 -T kill 2>/dev/null"); update_filter_reload_status(gettext("Starting up layer7 daemon")); layer7_start_l7daemon(); |