Added running status for bgp peers

This commit is contained in:
laf
2015-07-08 00:07:39 +01:00
parent 07ffef960d
commit 88c838ca23

View File

@@ -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")