aboutsummaryrefslogtreecommitdiffstats
path: root/packages/carp.xml
diff options
context:
space:
mode:
Diffstat (limited to 'packages/carp.xml')
-rw-r--r--packages/carp.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/carp.xml b/packages/carp.xml
index 89c32a1b..d9028537 100644
--- a/packages/carp.xml
+++ b/packages/carp.xml
@@ -259,6 +259,7 @@
if($carp['balancing'] == "true") $using_arp_balance = 1;
if($carp['preempt'] == "true") $using_preempt = 1;
fwrite($fout, $carp_command . "\n");
+ fwrite($fout, "/sbin/ifconfig carp{$carp_instances_counter} up\n");
if($carp['pfsync'] != "") $pfsync = 1;
if($pfsync != 0) {
/*