summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_graph.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-11-06 15:31:52 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-11-06 15:31:52 -0400
commit43a0ac8a29c50aca48d8889fbf29f52d144a9907 (patch)
treecf24448332c22a96c5d0cd695345c5022ee97818 /usr/local/www/status_graph.php
parente5fee340611a0be1dfe74e8e589fbc44cc74f048 (diff)
downloadpfsense-43a0ac8a29c50aca48d8889fbf29f52d144a9907.zip
pfsense-43a0ac8a29c50aca48d8889fbf29f52d144a9907.tar.gz
Make sure ipsec is incuded in valid interfaces
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