Correct munging of stp_root()
This commit is contained in:
@@ -26,8 +26,8 @@ version 3.21 ()
|
|||||||
rather than assuming they are the same.
|
rather than assuming they are the same.
|
||||||
* Capture port VLANs on Cisco interfaces which are configured for
|
* Capture port VLANs on Cisco interfaces which are configured for
|
||||||
trunking but are not in operational trunking mode
|
trunking but are not in operational trunking mode
|
||||||
* Correct munging of dot1dStpPortDesignatedPort in stp_p_port() and
|
* Correct munging of stp_p_port(), i_stp_port(), and stp_root() methods
|
||||||
i_stp_port() methods
|
in Bridge
|
||||||
|
|
||||||
version 3.20 (2014-09-08)
|
version 3.20 (2014-09-08)
|
||||||
|
|
||||||
|
|||||||
@@ -125,7 +125,7 @@ $VERSION = '3.20';
|
|||||||
'b_mac' => \&SNMP::Info::munge_mac,
|
'b_mac' => \&SNMP::Info::munge_mac,
|
||||||
'fw_mac' => \&SNMP::Info::munge_mac,
|
'fw_mac' => \&SNMP::Info::munge_mac,
|
||||||
'bs_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_root' => \&SNMP::Info::munge_prio_mac,
|
||||||
'stp_p_bridge' => \&SNMP::Info::munge_prio_mac,
|
'stp_p_bridge' => \&SNMP::Info::munge_prio_mac,
|
||||||
'stp_p_port' => \&SNMP::Info::munge_prio_port,
|
'stp_p_port' => \&SNMP::Info::munge_prio_port,
|
||||||
|
|||||||
Reference in New Issue
Block a user