summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_logs_ipsec.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/diag_logs_ipsec.php')
-rwxr-xr-xusr/local/www/diag_logs_ipsec.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_logs_ipsec.php b/usr/local/www/diag_logs_ipsec.php
index 2ef5474..15f8fcd 100755
--- a/usr/local/www/diag_logs_ipsec.php
+++ b/usr/local/www/diag_logs_ipsec.php
@@ -48,7 +48,7 @@ $search = array();
$replace = array();
if(is_array($config['ipsec']['phase1']))
foreach($config['ipsec']['phase1'] as $ph1ent) {
- $gateway = "{$ph1ent['remote-gateway']}";
+ $gateway = ipsec_get_phase1_dst($ph1ent);
$search[] = "/(racoon: )([A-Z:].*?)({$gateway}\[[0-9].+\]|{$gateway})(.*)/i";
$replace[] = "$1<strong>[{$ph1ent['descr']}]</strong>: $2$3$4";
}
OpenPOWER on IntegriCloud