Revision d8bf779b
Added by Ermal LUÇI almost 15 years ago
etc/inc/gwlb.inc | ||
---|---|---|
365 | 365 |
$gwname = $itemsplit[0]; |
366 | 366 |
|
367 | 367 |
/* Do it here rather than reiterating again the group in case no member is up. */ |
368 |
$backupplan[$tier] = $gwname; |
|
368 |
$backupplan[$tier][] = $gwname;
|
|
369 | 369 |
|
370 | 370 |
/* check if the gateway is available before adding it to the array */ |
371 | 371 |
if (!empty($gateway_status[$gwname])) { |
Also available in: Unified diff
Oops this is meant to add members not override them.