diff --git a/Netdisco/Changes b/Netdisco/Changes index e221da2a..e388e753 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -1,4 +1,4 @@ -2.027001 - +2.027001 - 2014-05-03 [BUG FIXES] diff --git a/Netdisco/META.yml b/Netdisco/META.yml index d9f18323..2c17c296 100644 --- a/Netdisco/META.yml +++ b/Netdisco/META.yml @@ -78,4 +78,4 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: git://git.code.sf.net/p/netdisco/netdisco-ng -version: 2.027000 +version: 2.027001 diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index d0d6c4ea..472ea3d6 100644 --- a/Netdisco/lib/App/Netdisco.pm +++ b/Netdisco/lib/App/Netdisco.pm @@ -4,7 +4,7 @@ use strict; use warnings; use 5.010_000; -our $VERSION = '2.027000'; +our $VERSION = '2.027001'; use App::Netdisco::Environment; use Dancer ':script'; diff --git a/Netdisco/lib/App/Netdisco/Core/Macsuck.pm b/Netdisco/lib/App/Netdisco/Core/Macsuck.pm index 34729817..5ec2b51d 100644 --- a/Netdisco/lib/App/Netdisco/Core/Macsuck.pm +++ b/Netdisco/lib/App/Netdisco/Core/Macsuck.pm @@ -68,7 +68,7 @@ sub do_macsuck { # cache the device ports to save hitting the database for many single rows my $device_ports = {map {($_->port => $_)} $device->ports(undef, {prefetch => 'neighbor_alias'})->all}; - my $port_macs = get_port_macs($device); + my $port_macs = get_port_macs(); my $interfaces = $snmp->interfaces; # get forwarding table data via basic snmp connection