Closed haxtibal closed 8 years ago
Example: If you accidentally do
table = session.table_from_mib('SNMP-TARGET-MIB::snmpTargetAddrEntry')
instead of
table = session.table_from_mib('SNMP-TARGET-MIB::snmpTargetAddrTable')
, Table.get_entries will loop forever. This should be handled more gracefully, either by giving error when calling table_from_mib, or by interrupting loop early in get_entries, or both.
Example: If you accidentally do
instead of
, Table.get_entries will loop forever. This should be handled more gracefully, either by giving error when calling table_from_mib, or by interrupting loop early in get_entries, or both.