summaryrefslogtreecommitdiffstats
path: root/etc/inc/filter.inc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-09-09 15:18:04 -0400
committerjim-p <jimp@pfsense.org>2013-09-09 15:18:57 -0400
commit0281db8cc16c468d90d8892533da9fe9e5fad973 (patch)
treec13db840f163368c218980cbba477fc523f898d2 /etc/inc/filter.inc
parent4831f5df94b7b713067ca491fdc7b724b130d4d8 (diff)
downloadpfsense-0281db8cc16c468d90d8892533da9fe9e5fad973.zip
pfsense-0281db8cc16c468d90d8892533da9fe9e5fad973.tar.gz
Fix errant display of "0 table deleted" during filter reload on console.
Diffstat (limited to 'etc/inc/filter.inc')
-rw-r--r--etc/inc/filter.inc2
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();
OpenPOWER on IntegriCloud