diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index 72476970b2..369e8172bc 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -442,7 +442,7 @@ if ($_SESSION['userlevel'] >= '5' && ($routing_count['bgp']+$routing_count['ospf { ## FIXME link below broken! echo('

  • -
  • Alerted BGP (' . $bgp_alerts . ')
  • +
  • Alerted BGP (' . $bgp_alerts . ')
  • '); } diff --git a/html/pages/routing/bgp.inc.php b/html/pages/routing/bgp.inc.php index 1dadd0a96f..808175b940 100644 --- a/html/pages/routing/bgp.inc.php +++ b/html/pages/routing/bgp.inc.php @@ -141,6 +141,9 @@ else if ($vars['adminstatus'] == "stop") { $where .= " AND (B.bgpPeerAdminStatus = 'stop')"; + } elseif ($vars['adminstatus'] == "start") + { + $where .= " AND (B.bgpPeerAdminStatus = 'start')"; } if ($vars['state'] == "down")