Fix POD errors in Nbtstat and ResultSet::Device
This commit is contained in:
@@ -15,6 +15,7 @@
|
|||||||
|
|
||||||
* Missing action to netdisco-do should not throw Perl error
|
* Missing action to netdisco-do should not throw Perl error
|
||||||
* Sort CDP/LLDP data to be more consistent when multiple neighbors on a port
|
* Sort CDP/LLDP data to be more consistent when multiple neighbors on a port
|
||||||
|
* Fix POD errors in Nbtstat and ResultSet::Device (thanks cpants :)
|
||||||
|
|
||||||
2.028013 - 2014-07-31
|
2.028013 - 2014-07-31
|
||||||
|
|
||||||
|
|||||||
@@ -140,7 +140,7 @@ sub _filter_nbname {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
=item store_nbt($nb_hash_ref, $now?)
|
=head2 store_nbt($nb_hash_ref, $now?)
|
||||||
|
|
||||||
Stores entries in C<node_nbt> table from the provided hash reference; MAC
|
Stores entries in C<node_nbt> table from the provided hash reference; MAC
|
||||||
C<mac>, IP C<ip>, Unique NetBIOS Node Name C<nbname>, NetBIOS Domain or
|
C<mac>, IP C<ip>, Unique NetBIOS Node Name C<nbname>, NetBIOS Domain or
|
||||||
|
|||||||
@@ -461,6 +461,8 @@ sub has_layer {
|
|||||||
return $rs->search_rs( \[ 'substring(layers,9-?, 1)::int = 1', $layer ] );
|
return $rs->search_rs( \[ 'substring(layers,9-?, 1)::int = 1', $layer ] );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
=back
|
||||||
|
|
||||||
=head2 get_models
|
=head2 get_models
|
||||||
|
|
||||||
Returns a sorted list of Device models with the following columns only:
|
Returns a sorted list of Device models with the following columns only:
|
||||||
|
|||||||
Reference in New Issue
Block a user