mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
ldap tls support
git-svn-id: http://www.observium.org/svn/observer/trunk@2880 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -94,9 +94,9 @@ foreach (dbFetchRows("SELECT * FROM `bgpPeers` WHERE `device_id` = ? ORDER BY `b
|
||||
unset($peerhost);
|
||||
}
|
||||
|
||||
if ($peerhost)
|
||||
if (is_array($peerhost))
|
||||
{
|
||||
$peername = generate_device_link($peerhost);
|
||||
#$peername = generate_device_link($peerhost);
|
||||
$peername = generate_device_link($peerhost) ." ". generate_port_link($peerhost);
|
||||
$peer_url = "device/device=" . $peer['device_id'] . "/tab=routing/proto=bgp/view=updates/";
|
||||
}
|
||||
|
Reference in New Issue
Block a user