aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/carp_rules.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/carp_rules.php b/packages/carp_rules.php
index 38776d18..ac3d95d5 100644
--- a/packages/carp_rules.php
+++ b/packages/carp_rules.php
@@ -29,7 +29,6 @@
/* return if there are no carp configured items */
if($config['installedpackages']['carp']['config'] <> "") {
- mwexec("/sbin/pfctl -a carp -Fr");
/* carp records exist, lets process */
$wan_interface = get_real_wan_interface();
$i = 0;
@@ -62,4 +61,4 @@ if($config['installedpackages']['carp']['config'] <> "") {
if($carp_sync_int <> "") {
add_rule_to_anchor("carp", "pass quick on {$carp_sync_int} proto pfsync", $carp_sync_int . "3");
}
-} \ No newline at end of file
+}