This commit is contained in:
Max Baker
2003-03-06 21:41:07 +00:00
parent b86cf86fa6
commit ddeb705f13
9 changed files with 148 additions and 271 deletions

View File

@@ -28,7 +28,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
package SNMP::Info::Layer2::Catalyst;
$VERSION = 0.2;
$VERSION = 0.3;
# $Id$
use strict;
@@ -289,17 +289,6 @@ Arguments passed to new() are passed on to SNMP::Session::new()
)
die "Couldn't connect.\n" unless defined $cat;
=item $cat->session()
Sets or returns the SNMP::Session object
# Get
my $sess = $cat->session();
# Set
my $newsession = new SNMP::Session(...);
$cat->session($newsession);
=back
=head1 GLOBAL Values