From b841bc231924dcf536f955ac601cc3c61fa3e845 Mon Sep 17 00:00:00 2001 From: jim-p Date: Mon, 9 Sep 2013 15:18:04 -0400 Subject: Fix errant display of "0 table deleted" during filter reload on console. --- etc/inc/filter.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index dc8da4f..b010d13 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(); -- cgit v1.1