Actions
Bug #266
closedVLAN interfaces do not show up in RRD
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.
Updated by Seth Mos almost 15 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