Project

General

Profile

Actions

Bug #3091

closed

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

Added by Stilez y almost 12 years ago. Updated almost 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 #1

Updated by Renato Botelho almost 12 years ago

  • Status changed from New to Feedback
  • % Done changed from 0 to 100
Actions #3

Updated by Chris Buechler almost 11 years ago

  • Status changed from Feedback to Resolved
Actions

Also available in: Atom PDF