summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_graph.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/status_graph.php')
-rwxr-xr-xusr/local/www/status_graph.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/local/www/status_graph.php b/usr/local/www/status_graph.php
index 1cbe6b0..2ec071f 100755
--- a/usr/local/www/status_graph.php
+++ b/usr/local/www/status_graph.php
@@ -55,8 +55,9 @@ else
$height = "200";
// Get configured interface list
-$ifdescrs = get_configured_interface_with_descr();
-
+$ifdescrs = get_configured_interface_with_descr(true);
+$ifdescrs[] = array("enc0", "IPSEC");
+
if ($_GET['if']) {
$curif = $_GET['if'];
$found = false;
OpenPOWER on IntegriCloud