Project

General

Profile

« Previous | Next » 

Revision 43a0ac8a

Added by Scott Ullrich over 14 years ago

Make sure ipsec is incuded in valid interfaces

View differences:

usr/local/www/status_graph.php
55 55
	$height = "200";
56 56

  
57 57
// Get configured interface list
58
$ifdescrs = get_configured_interface_with_descr();
59
	
58
$ifdescrs = get_configured_interface_with_descr(true);
59
$ifdescrs[] = array("enc0", "IPSEC");
60

  
60 61
if ($_GET['if']) {
61 62
	$curif = $_GET['if'];
62 63
	$found = false;

Also available in: Unified diff