Revision 63b8c4db
Added by Renato Botelho about 12 years ago
etc/inc/gwlb.inc | ||
---|---|---|
176 | 176 |
} else |
177 | 177 |
continue; |
178 | 178 |
|
179 |
$monitor_ips[] = monitor_ips;
|
|
179 |
$monitor_ips[] = $gateway['monitor'];
|
|
180 | 180 |
$apingercfg = "target \"{$gateway['monitor']}\" {\n"; |
181 | 181 |
$apingercfg .= " description \"{$name}\"\n"; |
182 | 182 |
$apingercfg .= " srcip \"{$gwifip}\"\n"; |
Also available in: Unified diff
Fix #3091, fix bad var assignment