diff options
author | Ermal <eri@pfsense.org> | 2010-09-15 18:49:33 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2010-09-15 18:49:33 +0000 |
commit | d8bf779be2910026e44ca9f493c02df960b94408 (patch) | |
tree | 267f731c27d345d63351c5106b7490cc44cbf737 /etc | |
parent | 3befe730ffeec38b37ed087e7c36c59d11840b83 (diff) | |
download | pfsense-d8bf779be2910026e44ca9f493c02df960b94408.zip pfsense-d8bf779be2910026e44ca9f493c02df960b94408.tar.gz |
Oops this is meant to add members not override them.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/gwlb.inc | 2 |
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])) { |