![](https://secure.gravatar.com/avatar/b3a546cd599e8024ed2790e548f4c63b.jpg?s=120&d=mm&r=g)
31 Jul
2013
31 Jul
'13
2:11 a.m.
Should that be 'bgp' rather than 'bgo' ?
+++ html/includes/functions.inc.php (revision 4227) (...) case "bgp_peer": if (empty($text)) { $text = "AS".$entity['bgpPeerRemoteAs'] ." ". $entity['bgpPeerRemoteAddr']. " ".truncate($entity['astext'], "30"); } - $link = generate_link($text, array('page' => 'device', 'device' => $entity['device_id'], 'tab' => 'health', 'metric' => 'storage')); + $link = generate_link($text, array('page' => 'device', 'device' => $entity['device_id'], 'tab' => 'routing', 'proto' => 'bgo')); break; case "netscaler_vsvr": if (empty($text)) { $text = $entity['vsvr_label']; }