Reverting commit b3fb18e (SF #3076592) since it seems to break retrieving tables using v2 & bulkwalk
This commit is contained in:
@@ -24,7 +24,6 @@ version 2.07 ()
|
|||||||
* [2037444] os_ver fails on some Extreme versions (Robert Kerr)
|
* [2037444] os_ver fails on some Extreme versions (Robert Kerr)
|
||||||
* [2980789] Fix root_ip to try OSPF RouterID first (Brian De Wolf)
|
* [2980789] Fix root_ip to try OSPF RouterID first (Brian De Wolf)
|
||||||
* [2986858] Fix the patch from this ticket (Oliver Gorwits)
|
* [2986858] Fix the patch from this ticket (Oliver Gorwits)
|
||||||
* [3076592] Not an ARRAY reference in Info.pm (Oliver Gorwits)
|
|
||||||
* [3136084] Rename Allied Telesyn to Allied Telesis (Oliver Gorwits)
|
* [3136084] Rename Allied Telesyn to Allied Telesis (Oliver Gorwits)
|
||||||
* [3268104] CiscoVTP.pm i_vlan_membership() array bounds (Michael Sanderson)
|
* [3268104] CiscoVTP.pm i_vlan_membership() array bounds (Michael Sanderson)
|
||||||
* [3497004] Clarify POD description of default values (a2w)
|
* [3497004] Clarify POD description of default values (a2w)
|
||||||
|
|||||||
2
Info.pm
2
Info.pm
@@ -3447,7 +3447,7 @@ sub _load_attr {
|
|||||||
|
|
||||||
# Use BULKWALK if we can because its faster
|
# Use BULKWALK if we can because its faster
|
||||||
if ( $bulkwalk && @$vars == 0 ) {
|
if ( $bulkwalk && @$vars == 0 ) {
|
||||||
$vars = scalar $sess->bulkwalk( 0, $repeaters, $var );
|
($vars) = $sess->bulkwalk( 0, $repeaters, $var );
|
||||||
if ( $sess->{ErrorNum} ) {
|
if ( $sess->{ErrorNum} ) {
|
||||||
$self->error_throw(
|
$self->error_throw(
|
||||||
"SNMP::Info::_load_atrr: BULKWALK " . $sess->{ErrorStr},
|
"SNMP::Info::_load_atrr: BULKWALK " . $sess->{ErrorStr},
|
||||||
|
|||||||
Reference in New Issue
Block a user