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-40-g6ef6f30 ([email protected])
----------------------------------------------------------------------
Message: 1
Date: Thu, 21 Feb 2013 05:05:15 -0800
From: [email protected]
Subject: [Netdot-devel] [SCM] Netdot branch netdot-1.0 updated.
netdot-1.0.4-40-g6ef6f30
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 6ef6f307e00ad8f04b61c678cb6d8e0f942edf85 (commit)
via 9760083cd726ec9ae779318b2bc0737fde20dd9e (commit)
from fad9c81abf551d5445973bc11ac0272b1b9d613f (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 6ef6f307e00ad8f04b61c678cb6d8e0f942edf85
Merge: 9760083 fad9c81
Author: Carlos Vicente <[email protected]>
Date: Thu Feb 21 13:06:50 2013 +0000
Merge branch 'netdot-1.0' of
ssh://netdot.uoregon.edu//home/netdot/git/netdot into netdot-1.0
commit 9760083cd726ec9ae779318b2bc0737fde20dd9e
Author: Carlos Vicente <[email protected]>
Date: Thu Feb 21 13:06:28 2013 +0000
Small bug fix in device_checks script
diff --git a/bin/device_checks.pl b/bin/device_checks.pl
index ef0b175..7a4edf0 100755
--- a/bin/device_checks.pl
+++ b/bin/device_checks.pl
@@ -118,7 +118,8 @@ if ( $ENTITY || $NEIG || $SITE || $NEW ){
$output .= sprintf("\nThe following devices have no neighbors:\n");
map { $output .= sprintf(" %s\n", $_->fqdn) } @orphans;
}
-}elsif ( $DUPLEX ){
+}
+if ( $DUPLEX ){
my $list = Interface->find_duplex_mismatches();
if ( scalar @$list ){
$output .= sprintf("\nThe following Interfaces have duplex/speed
mismatch:\n");
-----------------------------------------------------------------------
Summary of changes:
bin/device_checks.pl | 3 ++-
1 files changed, 2 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 71, Issue 15
********************************************