summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2008-11-07 15:38:10 +0000
committerSeth Mos <seth.mos@xs4all.nl>2008-11-07 15:38:10 +0000
commit888d954afba28eb69b80d4e0b9c45a8cd678e107 (patch)
tree05eb172dee5c17292d2c2d282df2a5de331b14a4 /etc/inc/interfaces.inc
parent29548015d9d24f64cbf49f15bb4229de33355c53 (diff)
downloadpfsense-888d954afba28eb69b80d4e0b9c45a8cd678e107.zip
pfsense-888d954afba28eb69b80d4e0b9c45a8cd678e107.tar.gz
Add ifconfig carp create into carp.sh shell script.
Diffstat (limited to 'etc/inc/interfaces.inc')
-rw-r--r--etc/inc/interfaces.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 4202c9f..3f57a9e 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -460,6 +460,7 @@ function interfaces_carp_configure() {
}
/* create the carp interface and setup */
mwexec("/sbin/ifconfig carp" . $carp_instances_counter . " create");
+ fwrite($fd, "/sbin/ifconfig carp" . $carp_instances_counter . " create\n");
/* invalidate interface cache */
get_interface_arr(true);
OpenPOWER on IntegriCloud