summaryrefslogtreecommitdiffstats
path: root/etc/inc/pfsense-utils.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-05-20 23:41:02 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-05-20 23:41:02 +0000
commit865e64dd5ba5479366b7b6d562c4f791d7da1e9d (patch)
tree4ddab70d9219631676604f3ae00eb4d4f6c30881 /etc/inc/pfsense-utils.inc
parente300a01ef8fc53e43c10d1f8893825a2c647f426 (diff)
downloadpfsense-865e64dd5ba5479366b7b6d562c4f791d7da1e9d.zip
pfsense-865e64dd5ba5479366b7b6d562c4f791d7da1e9d.tar.gz
Do not destroy carp interface which can lead to a panic. This has been tested and works just fine after deleting and adding new carp interfaces.
Diffstat (limited to 'etc/inc/pfsense-utils.inc')
-rw-r--r--etc/inc/pfsense-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index 92e454f..4c780d5 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -782,7 +782,7 @@ function reset_carp() {
mwexec("/sbin/ifconfig carp{$x} delete");
if($needed_carp_interfaces < $carp_counter) {
$needed_carp_interfaces--;
- log_error("Destroying carp interface.");
+ //log_error("Destroying carp interface.");
//mwexec("/sbin/ifconfig carp{$x} destroy");
}
}
OpenPOWER on IntegriCloud