Package: libnet-snmp-perl
Version: 5.2.0-1
Severity: important
Hi
I have a problem with get_entries when I provide more than one column : some
results are not given to the table.
If I try :
$table = $session->get_entries(-columns => ['1.3.6.1.2.1.31.1.1.1.6']);
while ( my ($key, $value) = each(%{$table}) ) {
print "$key => $value\n";
I have 32 responses on my router
If I try :
$table = $session->get_entries(-columns =>
['1.3.6.1.2.1.31.1.1.1.6','1.3.6.1.2.1.31.1.1.1.18']);
with a grep 1.3.6.1.2.1.31.1.1.1.6, I have only 14 entries (but all the
1.3.6.1.2.1.31.1.1.1.18 results).
I should add that I test it with -version => 2, if it change something.
-- System Information:
Debian Release: 5.0.4
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages libnet-snmp-perl depends on:
ii perl 5.10.0-19lenny2 Larry Wall's Practical Extraction
libnet-snmp-perl recommends no packages.
Versions of packages libnet-snmp-perl suggests:
pn libcrypt-des-perl <none> (no description available)
pn libdigest-hmac-perl <none> (no description available)
pn libdigest-sha1-perl <none> (no description available)
pn libio-socket-inet6-perl <none> (no description available)
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]