From 2382edab99ae2eb7a3caca65fbc232350c6d5998 Mon Sep 17 00:00:00 2001 From: Bill Marquette Date: Thu, 24 Mar 2005 04:37:49 +0000 Subject: No flushie...we're not a toilet! --- packages/carp_rules.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'packages/carp_rules.php') 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 +} -- cgit v1.2.3