mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 16:08:55 +02:00
updates
git-svn-id: http://www.observium.org/svn/observer/trunk@436 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
+3
-3
@@ -4,11 +4,11 @@
|
||||
|
||||
$i = "1";
|
||||
|
||||
if($_GET['view'] == "alerts") {
|
||||
if($_GET['opta'] == "alerts") {
|
||||
$where = "AND B.bgpPeerAdminStatus = 'start' AND B.bgpPeerState != 'established'";
|
||||
} elseif ($_GET['view'] == "external") {
|
||||
} elseif ($_GET['opta'] == "external") {
|
||||
$where = "AND D.bgpLocalAs != B.bgpPeerRemoteAs";
|
||||
} elseif ($_GET['view'] == "internal") {
|
||||
} elseif ($_GET['opta'] == "internal") {
|
||||
$where = "AND D.bgpLocalAs = B.bgpPeerRemoteAs";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user