mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added running status for bgp peers
This commit is contained in:
@@ -140,7 +140,7 @@ else
|
||||
$where .= " AND (B.bgpPeerAdminStatus = 'stop')";
|
||||
} elseif ($vars['adminstatus'] == "start")
|
||||
{
|
||||
$where .= " AND (B.bgpPeerAdminStatus = 'start')";
|
||||
$where .= " AND (B.bgpPeerAdminStatus = 'start' || B.bgpPeerAdminStatus = 'running')";
|
||||
}
|
||||
|
||||
if ($vars['state'] == "down")
|
||||
|
Reference in New Issue
Block a user