Project

General

Profile

« Previous | Next » 

Revision b7419cfc

Added by Chris Buechler almost 11 years ago

skip disabled phase 1 entries in status output

View differences:

usr/local/www/diag_ipsec.php
389 389

  
390 390
	$rgmap = array();
391 391
	foreach ($a_phase1 as $ph1ent):
392
		if (isset($ph1ent['disabled']))
393
			continue;
392 394
		$rgmap[$ph1ent['remote-gateway']] = $ph1ent['remote-gateway'];
393 395
		if ($ipsecconnected[$ph1ent['ikeid']])
394 396
			continue;

Also available in: Unified diff