summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorsullrich <sullrich@pfsense.org>2009-12-06 00:23:18 -0500
committersullrich <sullrich@pfsense.org>2009-12-06 00:23:18 -0500
commit151eb2a937fc3915fcf6d6c2e7f58b1dc7c17de9 (patch)
tree48428e64e1f40eced697c14ed21588f6c2a29be5 /etc
parent102ab75d75e52ce1607c67eecf06b9f2d267ffe9 (diff)
downloadpfsense-151eb2a937fc3915fcf6d6c2e7f58b1dc7c17de9.zip
pfsense-151eb2a937fc3915fcf6d6c2e7f58b1dc7c17de9.tar.gz
Add listtopic and extra save button.
Diffstat (limited to 'etc')
-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 9205cff..1f242b5 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -136,7 +136,7 @@ function delete_states_for_down_gateways() {
$a_gateways = return_gateways_array();
foreach ($a_gateways as $gateway)
if($gateway['monitor'] == "down")
- mwexec("/sbin/pfctl -b {$gateway['gateway']}");
+ mw8exec("/sbin/pfctl -b {$gateway['gateway']}");
}
/* reload filter sync */
OpenPOWER on IntegriCloud