summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com>2009-06-11 23:21:09 -0400
committerScott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com>2009-06-11 23:21:09 -0400
commitbd13f2b13848cd0ea4da345337554266fcec3aea (patch)
tree7a79445192ab4ad9a24da49d6e71a6cace8c3b60 /etc
parent2c374c024ea92ff1a18896ec80962bd832f534a0 (diff)
downloadpfsense-bd13f2b13848cd0ea4da345337554266fcec3aea.zip
pfsense-bd13f2b13848cd0ea4da345337554266fcec3aea.tar.gz
Reload rules after unwedging
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index b5f588d..e793c24 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -254,6 +254,7 @@ function filter_configure_sync() {
if(strstr("$rules_error", "busy")) {
exec("/sbin/pfctl -d");
exec("/sbin/pfctl -e");
+ touch("/sbin/pfctl -f /tmp/rules.debug");
file_notice("pf_busy", "PF was marked busy and has been reset.", "pf_busy", "");
log_error("PF was marked busy and has been reset.");
}
OpenPOWER on IntegriCloud