Correct munging of dot1dStpPortDesignatedPort in stp_p_port() and i_stp_port() methods

This commit is contained in:
Eric A. Miller
2014-11-09 17:43:41 -05:00
parent 09e18e9b64
commit 47954aba8e
3 changed files with 20 additions and 2 deletions

View File

@@ -128,7 +128,7 @@ $VERSION = '3.20';
'stp_root' => \&SNMP::Info::munge_mac,
'stp_p_root' => \&SNMP::Info::munge_prio_mac,
'stp_p_bridge' => \&SNMP::Info::munge_prio_mac,
'stp_p_port' => \&SNMP::Info::munge_prio_mac,
'stp_p_port' => \&SNMP::Info::munge_prio_port,
'qb_cv_egress' => \&SNMP::Info::munge_port_list,
'qb_cv_untagged' => \&SNMP::Info::munge_port_list,
'qb_v_egress' => \&SNMP::Info::munge_port_list,