mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Oops this is meant to add members not override them.
This commit is contained in:
parent
3befe730ff
commit
d8bf779be2
@ -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])) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user