summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-09-15 18:49:33 +0000
committerErmal <eri@pfsense.org>2010-09-15 18:49:33 +0000
commitd8bf779be2910026e44ca9f493c02df960b94408 (patch)
tree267f731c27d345d63351c5106b7490cc44cbf737
parent3befe730ffeec38b37ed087e7c36c59d11840b83 (diff)
downloadpfsense-d8bf779be2910026e44ca9f493c02df960b94408.zip
pfsense-d8bf779be2910026e44ca9f493c02df960b94408.tar.gz
Oops this is meant to add members not override them.
-rw-r--r--etc/inc/gwlb.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc
index 3f9a974..bef1546 100644
--- a/etc/inc/gwlb.inc
+++ b/etc/inc/gwlb.inc
@@ -365,7 +365,7 @@ function return_gateway_groups_array() {
$gwname = $itemsplit[0];
/* Do it here rather than reiterating again the group in case no member is up. */
- $backupplan[$tier] = $gwname;
+ $backupplan[$tier][] = $gwname;
/* check if the gateway is available before adding it to the array */
if (!empty($gateway_status[$gwname])) {
OpenPOWER on IntegriCloud