Project

General

Profile

Actions

Bug #3091

closed

Bad variable assignment in apinger setup (gwlb.inc)? Not sure the fix

Added by Stilez y about 12 years ago. Updated about 11 years ago.

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

Also available in: Atom PDF