release 2.032003

This commit is contained in:
Oliver Gorwits
2015-05-05 20:40:52 +01:00
parent add4a564cf
commit 3f69dfdd07
4 changed files with 20 additions and 18 deletions

View File

@@ -4,7 +4,7 @@ use strict;
use warnings;
use 5.010_000;
our $VERSION = '2.032002';
our $VERSION = '2.032003';
use App::Netdisco::Configuration;
use Module::Find ();

View File

@@ -36,7 +36,7 @@ but they are backwards compatible.
=back
=head1 2.033000
=head1 2.032003
=head2 General Notices
@@ -46,15 +46,17 @@ IP/name of a device will be either the IP specified for manual discovery, or
the IP reported to a neighbor port during automatic discovery. For the latter
you can often influence this through device configuration (LLDP advertise...).
Via configuration there are two further settings. C<reverse_sysname> tells
Netdisco to take the SNMP System Name and do a reverse DNS lookup for the
canonical IP. The new configuration setting C<device_identity> allows you to
set rules for picking the canonical interface from a device based on any of
its properties (model, vendor, OS, OS version, etc).
=cut
Typical use would be either to leave Netdisco to use the discovered IP, or use
C<device_identity> to control the canonical IP/name for classes of device
based on model/vendor, etc.
# Via configuration there are two further settings. C<reverse_sysname> tells
# Netdisco to take the SNMP System Name and do a reverse DNS lookup for the
# canonical IP. The new configuration setting C<device_identity> allows you to
# set rules for picking the canonical interface from a device based on any of
# its properties (model, vendor, OS, OS version, etc).
#
# Typical use would be either to leave Netdisco to use the discovered IP, or use
# C<device_identity> to control the canonical IP/name for classes of device
# based on model/vendor, etc.
=head1 2.032000