[3497004] Clarify POD description of default values (a2w)
This commit is contained in:
@@ -27,6 +27,7 @@ version 2.07 ()
|
|||||||
* [3076592] Not an ARRAY reference in Info.pm (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)
|
||||||
|
|
||||||
version 2.06 (2011-09-28)
|
version 2.06 (2011-09-28)
|
||||||
|
|
||||||
|
|||||||
12
Info.pm
12
Info.pm
@@ -828,14 +828,14 @@ SNMP::Info Specific Arguments :
|
|||||||
|
|
||||||
Returns an object of a more specific device class
|
Returns an object of a more specific device class
|
||||||
|
|
||||||
(default on)
|
(default 1, which means "on")
|
||||||
|
|
||||||
=item BigInt
|
=item BigInt
|
||||||
|
|
||||||
Return Math::BigInt objects for 64 bit counters. Sets on a global scope,
|
Return Math::BigInt objects for 64 bit counters. Sets on a global scope,
|
||||||
not object.
|
not object.
|
||||||
|
|
||||||
(default off)
|
(default 0, which means "off")
|
||||||
|
|
||||||
=item BulkWalk
|
=item BulkWalk
|
||||||
|
|
||||||
@@ -843,7 +843,7 @@ Set to C<0> to turn off BULKWALK commands for SNMPv2 connections.
|
|||||||
|
|
||||||
Note that BULKWALK is turned off for Net-SNMP versions 5.1.x because of a bug.
|
Note that BULKWALK is turned off for Net-SNMP versions 5.1.x because of a bug.
|
||||||
|
|
||||||
(default on)
|
(default 1, which means "on")
|
||||||
|
|
||||||
=item BulkRepeaters
|
=item BulkRepeaters
|
||||||
|
|
||||||
@@ -861,14 +861,14 @@ operation, Net-SNMP's internal bulkwalk function must detect the loop.
|
|||||||
|
|
||||||
Set to C<0> to turn off loop detection.
|
Set to C<0> to turn off loop detection.
|
||||||
|
|
||||||
(default on)
|
(default 1, which measn "on")
|
||||||
|
|
||||||
=item Debug
|
=item Debug
|
||||||
|
|
||||||
Prints Lots of debugging messages.
|
Prints Lots of debugging messages.
|
||||||
Pass 2 to print even more debugging messages.
|
Pass 2 to print even more debugging messages.
|
||||||
|
|
||||||
(default off)
|
(default 0, which means "off")
|
||||||
|
|
||||||
=item DebugSNMP
|
=item DebugSNMP
|
||||||
|
|
||||||
@@ -890,7 +890,7 @@ such variable in this MIB". Set to false if so desired. This feature lets
|
|||||||
you read SNMPv2 data from an SNMP version 1 connection, and should probably
|
you read SNMPv2 data from an SNMP version 1 connection, and should probably
|
||||||
be left on.
|
be left on.
|
||||||
|
|
||||||
(default true)
|
(default 1, which means "on")
|
||||||
|
|
||||||
=item Session
|
=item Session
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user