Merge branch 'master' of ssh://git.code.sf.net/p/netdisco/netdisco-ng
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -8,3 +8,4 @@ test.pl
|
|||||||
MYMETA.*
|
MYMETA.*
|
||||||
*.tar.gz
|
*.tar.gz
|
||||||
MANIFEST.*
|
MANIFEST.*
|
||||||
|
*.komodo*
|
||||||
|
|||||||
@@ -94,7 +94,7 @@ database but the relation is being used in C<search()>.
|
|||||||
=cut
|
=cut
|
||||||
|
|
||||||
__PACKAGE__->belongs_to(
|
__PACKAGE__->belongs_to(
|
||||||
wireless_port => 'App::Netdisco::DB::Result::DeviceWirelessPort',
|
wireless_port => 'App::Netdisco::DB::Result::DevicePortWireless',
|
||||||
{ 'foreign.ip' => 'self.switch', 'foreign.port' => 'self.port' },
|
{ 'foreign.ip' => 'self.switch', 'foreign.port' => 'self.port' },
|
||||||
{ join_type => 'LEFT' }
|
{ join_type => 'LEFT' }
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ package App::Netdisco::SSHCollector::Platform::BigIP;
|
|||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
NApp::etdisco::SSHCollector::Platform::BigIP
|
App::Netdisco::SSHCollector::Platform::BigIP
|
||||||
|
|
||||||
=head1 DESCRIPTION
|
=head1 DESCRIPTION
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user