[ 1841131 ] Incorrect munging of stp_root (Carlos Vicente)

This commit is contained in:
Eric Miller
2007-12-08 02:51:37 +00:00
parent 1813e60cec
commit c666fe30d8

View File

@@ -110,9 +110,9 @@ use vars qw/$VERSION $DEBUG %MIBS %FUNCS %GLOBALS %MUNGE $INIT/;
'fw_mac' => \&SNMP::Info::munge_mac,
'bs_mac' => \&SNMP::Info::munge_mac,
'stp_root' => \&SNMP::Info::munge_mac,
'stp_p_root' => \&SNMP::Info::munge_mac,
'stp_p_bridge' => \&SNMP::Info::munge_mac,
'stp_p_port' => \&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,
);
# break up the Dot1qTpFdbEntry INDEX into FDB ID and MAC Address.