typo & 2 variables that were not defined with my (#309)
This commit is contained in:
6
README
6
README
@@ -36,8 +36,8 @@ SYNOPSIS
|
||||
my $err = $info->error();
|
||||
die "SNMP Community or Version probably wrong connecting to device. $err\n" if defined $err;
|
||||
|
||||
$name = $info->name();
|
||||
$class = $info->class();
|
||||
my $name = $info->name();
|
||||
my $class = $info->class();
|
||||
print "SNMP::Info is using this device class : $class\n";
|
||||
|
||||
# Find out the Duplex status for the ports
|
||||
@@ -208,7 +208,7 @@ SUBCLASSES
|
||||
See documentation in SNMP::Info::AMAP for details.
|
||||
|
||||
SNMP::Info::Bridge
|
||||
BRIDGE-MIB (RFC1286). QBRIDGE-MIB. Inherited by devices with Layer2
|
||||
BRIDGE-MIB (RFC1286). Q-BRIDGE-MIB. Inherited by devices with Layer2
|
||||
support.
|
||||
|
||||
See documentation in SNMP::Info::Bridge for details.
|
||||
|
||||
Reference in New Issue
Block a user