Send Netdot-devel mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://osl.uoregon.edu/mailman/listinfo/netdot-devel
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Netdot-devel digest..."
Today's Topics:
1. [SCM] Netdot branch netdot-1.0 updated.
netdot-1.0.4-94-g70b74be ([email protected])
----------------------------------------------------------------------
Message: 1
Date: Wed, 25 Sep 2013 11:06:46 -0700
From: [email protected]
Subject: [Netdot-devel] [SCM] Netdot branch netdot-1.0 updated.
netdot-1.0.4-94-g70b74be
To: [email protected]
Message-ID: <[email protected]>
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Netdot".
The branch, netdot-1.0 has been updated
via 70b74be2eec976daf7428001218f425db83e9b38 (commit)
from 96926a12c04d75dc1305603443e50afaabafa41c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 70b74be2eec976daf7428001218f425db83e9b38
Author: Carlos Vicente <[email protected]>
Date: Fri Sep 20 15:23:25 2013 -0400
Do not modify the SNMP version except when the device is first discovered
diff --git a/lib/Netdot/Model/Device.pm b/lib/Netdot/Model/Device.pm
index ea9ced7..4e698c8 100644
--- a/lib/Netdot/Model/Device.pm
+++ b/lib/Netdot/Model/Device.pm
@@ -712,7 +712,6 @@ sub get_snmp_info {
$logger->debug("Device::get_snmp_info: SNMP target is $dev{snmp_target}");
- $dev{snmp_version} = $sinfo->snmp_ver;
$dev{community} = $sinfo->snmp_comm if ( defined $sinfo->snmp_ver &&
$sinfo->snmp_ver != 3 );
my $name_src = ( $self->config->get('IFNAME_SHORT') eq '1' )?
-----------------------------------------------------------------------
Summary of changes:
lib/Netdot/Model/Device.pm | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
hooks/post-receive
--
Netdot
------------------------------
_______________________________________________
Netdot-devel mailing list
[email protected]
https://osl.uoregon.edu/mailman/listinfo/netdot-devel
End of Netdot-devel Digest, Vol 78, Issue 3
*******************************************