Project

General

Profile

Actions

Bug #266

closed

VLAN interfaces do not show up in RRD

Added by Chris Buechler about 14 years ago. Updated about 14 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
Start date:
12/31/2009
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.0
Affected Architecture:

Description

VLAN interfaces do not appear in the RRD graphs.

Actions #1

Updated by Seth Mos about 14 years ago

From brief investigation I see that get_interface_list() has been broken. It has stopped returning the vlan interfaces eventhough it is requested explicitly from the code.

$vfaces = array("vlan.*?", "enc.*?");
$iflist = get_interface_list(true, true, $vfaces);

This one does have the enc interfaces but vlans are missing from the returned array.

Actions #2

Updated by Chris Buechler about 14 years ago

  • Status changed from New to Resolved

fixed

Actions

Also available in: Atom PDF