Method name change - Alexander Hartmaier
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
# SNMP::Info::CiscoQOS
|
# SNMP::Info::CiscoQOS
|
||||||
# Alexander Hartmaier <alexander.hartmaier@t-systems.at>
|
# Alexander Hartmaier <alexander.hartmaier@t-systems.at>
|
||||||
# $Id$
|
|
||||||
#
|
#
|
||||||
# Copyright (c) 2005 Alexander Hartmaier
|
# Copyright (c) 2005 Alexander Hartmaier
|
||||||
#
|
#
|
||||||
@@ -31,6 +30,8 @@
|
|||||||
|
|
||||||
package SNMP::Info::CiscoQOS;
|
package SNMP::Info::CiscoQOS;
|
||||||
$VERSION = '1.05';
|
$VERSION = '1.05';
|
||||||
|
|
||||||
|
# $Id$
|
||||||
use strict;
|
use strict;
|
||||||
|
|
||||||
use Exporter;
|
use Exporter;
|
||||||
@@ -54,7 +55,7 @@ use vars qw/$VERSION %MIBS %FUNCS %GLOBALS %MUNGE/;
|
|||||||
'qos_i_type' => 'cbQosIfType',
|
'qos_i_type' => 'cbQosIfType',
|
||||||
'qos_pol_direction' => 'cbQosPolicyDirection',
|
'qos_pol_direction' => 'cbQosPolicyDirection',
|
||||||
# CISCO-CLASS-BASED-QOS-MIB::cbQosObjectsTable
|
# CISCO-CLASS-BASED-QOS-MIB::cbQosObjectsTable
|
||||||
'qos_obj_index' => 'cbQosConfigIndex',
|
'qos_obj_conf_index' => 'cbQosConfigIndex',
|
||||||
'qos_obj_type' => 'cbQosObjectsType',
|
'qos_obj_type' => 'cbQosObjectsType',
|
||||||
'qos_obj_parent' => 'cbQosParentObjectsIndex',
|
'qos_obj_parent' => 'cbQosParentObjectsIndex',
|
||||||
# CISCO-CLASS-BASED-QOS-MIB::cbQosCMCfgTable
|
# CISCO-CLASS-BASED-QOS-MIB::cbQosCMCfgTable
|
||||||
|
|||||||
Reference in New Issue
Block a user