From c666fe30d8e862a1c80382169ada825f5a9d14eb Mon Sep 17 00:00:00 2001 From: Eric Miller <> Date: Sat, 8 Dec 2007 02:51:37 +0000 Subject: [PATCH] [ 1841131 ] Incorrect munging of stp_root (Carlos Vicente) --- Info/Bridge.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Info/Bridge.pm b/Info/Bridge.pm index 594e96a9..8229ebcb 100644 --- a/Info/Bridge.pm +++ b/Info/Bridge.pm @@ -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.