diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/carp_status.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/carp_status.php b/packages/carp_status.php index 145ea131..840258b3 100644 --- a/packages/carp_status.php +++ b/packages/carp_status.php @@ -48,7 +48,8 @@ if($_POST['disablecarp'] <> "") { } else { $savemsg = "Carp has been enabled."; mwexec("/sbin/sysctl net.inet.carp.allow=1"); - mwexec("/usr/local/pkg/pf/carp.sh"); + interfaces_carp_configure(); + interfaces_carp_bringup(); } } |