From d674b22b392a9e7e9313be4802e92d4fce735ee4 Mon Sep 17 00:00:00 2001 From: "Eric A. Miller" Date: Sun, 9 Nov 2014 17:53:48 -0500 Subject: [PATCH] Correct munging of stp_root() --- ChangeLog | 4 ++-- Info/Bridge.pm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 71e7d313..17a59226 100644 --- a/ChangeLog +++ b/ChangeLog @@ -26,8 +26,8 @@ version 3.21 () rather than assuming they are the same. * Capture port VLANs on Cisco interfaces which are configured for trunking but are not in operational trunking mode - * Correct munging of dot1dStpPortDesignatedPort in stp_p_port() and - i_stp_port() methods + * Correct munging of stp_p_port(), i_stp_port(), and stp_root() methods + in Bridge version 3.20 (2014-09-08) diff --git a/Info/Bridge.pm b/Info/Bridge.pm index d3f3d5cd..e2aae8d4 100644 --- a/Info/Bridge.pm +++ b/Info/Bridge.pm @@ -125,7 +125,7 @@ $VERSION = '3.20'; 'b_mac' => \&SNMP::Info::munge_mac, 'fw_mac' => \&SNMP::Info::munge_mac, 'bs_mac' => \&SNMP::Info::munge_mac, - 'stp_root' => \&SNMP::Info::munge_mac, + 'stp_root' => \&SNMP::Info::munge_prio_mac, 'stp_p_root' => \&SNMP::Info::munge_prio_mac, 'stp_p_bridge' => \&SNMP::Info::munge_prio_mac, 'stp_p_port' => \&SNMP::Info::munge_prio_port,