Actions
Bug #3091
closedBad variable assignment in apinger setup (gwlb.inc)? Not sure the fix
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
07/13/2013
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
Affected Architecture:
Description
About line 179 gwlb.inc:
} else continue; $monitor_ips[] = monitor_ips; $apingercfg = "target \"{$gateway['monitor']}\" {\n"; $apingercfg .= " description \"{$name}\"\n";
Middle line looks like it's missing a $ and also assigning the array to be an element of itself?
Perhaps it's right and I'm missing the point, but more likely it needs fixing (master and RC).
Actions