aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/carp.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/carp.xml b/packages/carp.xml
index 1ae3d2c4..73acc3e3 100644
--- a/packages/carp.xml
+++ b/packages/carp.xml
@@ -206,10 +206,12 @@
<custom_php_command_before_form>
</custom_php_command_before_form>
<custom_php_resync_config_command>
- sync_package_carp();
+ interfaces_carp_configure();
+ interfaces_carp_bringup();
</custom_php_resync_config_command>
<custom_delete_php_command>
- sync_package_carp();
+ interfaces_carp_configure();
+ interfaces_carp_bringup();
</custom_delete_php_command>
<custom_php_deinstall_command>
unlink_if_exists("/usr/local/www/carp*");