From d09641af6ef39543bde639f391febf533ad1a732 Mon Sep 17 00:00:00 2001 From: Seth Mos Date: Fri, 16 Jan 2009 11:49:56 +0000 Subject: Make IPsec gateway highlighting work with hostnames for remote endpoints --- usr/local/www/diag_logs_ipsec.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local') 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[{$ph1ent['descr']}]: $2$3$4"; } -- cgit v1.1