release 2.026001_004
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
2.026001_003 -
|
2.026001_004 -
|
||||||
|
|
||||||
[ENHANCEMENTS]
|
[ENHANCEMENTS]
|
||||||
|
|
||||||
* Add FRU filter option to Module Inventory Report
|
* Add FRU filter option to Module Inventory Report
|
||||||
* Display Phone and Wifi icon on nodes even when not discovered as neighbors
|
* Display Phone and Wifi icon on nodes even when not discovered as neighbors
|
||||||
|
* Sort connected nodes first by VLAN
|
||||||
|
|
||||||
[BUG FIXES]
|
[BUG FIXES]
|
||||||
|
|
||||||
@@ -11,6 +12,7 @@
|
|||||||
* Fixes to allow output of get_init_file to be used as init script
|
* Fixes to allow output of get_init_file to be used as init script
|
||||||
* Legitimate for same MAC to be in two VLANs on same switchport
|
* Legitimate for same MAC to be in two VLANs on same switchport
|
||||||
* Fix for broken [#82] (/etc/hosts check during ARP IP resolv)
|
* Fix for broken [#82] (/etc/hosts check during ARP IP resolv)
|
||||||
|
* Discover nodes on ports which have broken near-edge topology
|
||||||
|
|
||||||
2.025001 - 2014-04-08
|
2.025001 - 2014-04-08
|
||||||
|
|
||||||
|
|||||||
@@ -78,4 +78,4 @@ resources:
|
|||||||
homepage: http://netdisco.org/
|
homepage: http://netdisco.org/
|
||||||
license: http://opensource.org/licenses/bsd-license.php
|
license: http://opensource.org/licenses/bsd-license.php
|
||||||
repository: git://git.code.sf.net/p/netdisco/netdisco-ng
|
repository: git://git.code.sf.net/p/netdisco/netdisco-ng
|
||||||
version: 2.026001_003
|
version: 2.026001_004
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ use strict;
|
|||||||
use warnings;
|
use warnings;
|
||||||
use 5.010_000;
|
use 5.010_000;
|
||||||
|
|
||||||
our $VERSION = '2.026001_003';
|
our $VERSION = '2.026001_004';
|
||||||
|
|
||||||
use App::Netdisco::Environment;
|
use App::Netdisco::Environment;
|
||||||
use Dancer ':script';
|
use Dancer ':script';
|
||||||
|
|||||||
Reference in New Issue
Block a user