Revision 221f5d17
Added by Chris Buechler about 15 years ago
usr/local/www/diag_ipsec.php | ||
---|---|---|
91 | 91 |
</tr> |
92 | 92 |
<?php |
93 | 93 |
foreach ($a_phase2 as $ph2ent) { |
94 |
if (!isset($ph2ent['disabled'])) {
|
|
95 |
ipsec_lookup_phase1($ph2ent,$ph1ent);
|
|
94 |
ipsec_lookup_phase1($ph2ent,$ph1ent);
|
|
95 |
if (!isset($ph2ent['disabled']) && !isset($ph1ent['disabled'])) {
|
|
96 | 96 |
if(ipsec_phase2_status($spd,$sad,$ph1ent,$ph2ent)) |
97 | 97 |
$icon = "pass"; |
98 | 98 |
else |
Also available in: Unified diff
don't display disabled tunnels on diag_ipsec.php
fix up L2TP text