Documentation update and correction

This commit is contained in:
Eric A. Miller
2014-01-13 21:31:28 -05:00
parent 899563534a
commit b4869c8128
2 changed files with 5 additions and 4 deletions

View File

@@ -307,7 +307,7 @@ within the L<Developer|App::Netdisco::Manual::Developing> documentation.
=head1 Caveats =head1 Caveats
The Wireless, IP Phone and NetBIOS Node properies are not yet shown. NetBIOS Node properies are not yet shown.
=head1 AUTHOR =head1 AUTHOR

View File

@@ -399,9 +399,10 @@ operations. See L<SNMP> for more info.
Value: Boolean. Default: C<false>. Value: Boolean. Default: C<false>.
Setting this to C<true> will allow the bulkwalk of devices that have tables Setting this to C<true> prevents bulkwalk of device tables with
with non-increasing OIDs. The default is to not allow this behavior, to non-increasing OIDs throwing an error C<OID not increasing> when encountered.
prevent discovery on problem devices from looping indefinitely. Requires The default is to allow non-increasing OIDs during bulkwalk (which may, in
very badly performing SNMP agents, result in a never-ending loop). Requires
Net-SNMP 5.3 or higher. Net-SNMP 5.3 or higher.
=head3 C<snmpver> =head3 C<snmpver>