summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_ipsec.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/diag_ipsec.php')
-rw-r--r--usr/local/www/diag_ipsec.php16
1 files changed, 14 insertions, 2 deletions
diff --git a/usr/local/www/diag_ipsec.php b/usr/local/www/diag_ipsec.php
index 3961a75..9f1a185 100644
--- a/usr/local/www/diag_ipsec.php
+++ b/usr/local/www/diag_ipsec.php
@@ -96,13 +96,25 @@ if ($fd) {
<tr>
<td nowrap class="listhdrr">Source</td>
<td nowrap class="listhdrr">Destination</a></td>
+ <td nowrap class="listhdrr">Description</a></td>
<td nowrap class="listhdrr">Status</td>
</tr>
<?php
foreach ($config['ipsec']['tunnel'] as $ipsec): ?>
<tr>
- <td class="listlr"><?=htmlspecialchars(get_ipsec_tunnel_src($ipsec));?></td>
- <td class="listr"><?=htmlspecialchars($ipsec['remote-gateway']);?></td>
+ <td class="listlr"><?=htmlspecialchars(get_ipsec_tunnel_src($ipsec));?>
+ <br/>
+ <?php if ($ipsec['local-subnet']['network'])
+ echo strtoupper($ipsecent['local-subnet']['network']);
+ else
+ echo $ipsec['local-subnet']['address'];
+ ?>
+ </td>
+ <td class="listr"><?=htmlspecialchars($ipsec['remote-gateway']);?>
+ <br/>
+ <?=$ipsec['remote-subnet'];?>
+ </td>
+ <td class="listr"><?=htmlspecialchars($ipsec['descr']);?></td>
<td class="listr"><?php echo output_ipsec_tunnel_status($ipsec); ?></td>
</tr>
<?php endforeach; ?>
OpenPOWER on IntegriCloud