From 0e14ef8a3b7aa5faa6e1febbd240f4e726ec892e Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 2 Jul 2011 20:22:25 +0200 Subject: [PATCH] logs.cgi: fix charon string for ipsec log. --- html/cgi-bin/logs.cgi/log.dat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/logs.cgi/log.dat b/html/cgi-bin/logs.cgi/log.dat index 5757080236..c0da266f15 100644 --- a/html/cgi-bin/logs.cgi/log.dat +++ b/html/cgi-bin/logs.cgi/log.dat @@ -60,7 +60,7 @@ my %sections = ( 'ssh' => '(sshd(?:\(.*\))?\[.*\]: )', 'auth' => '(\w+\(pam_unix\)\[.*\]: )', 'kernel' => '(kernel: (?!DROP_))', - 'ipsec' => '(ipsec_[\w_]+: |pluto\[.*\]: |charon\[.*\]: |vpnwatch: )', + 'ipsec' => '(ipsec_[\w_]+: |pluto\[.*\]: |charon: |vpnwatch: )', 'openvpn' => '(openvpnserver)\[.*\]: ', 'pakfire' => '(pakfire:) ', 'wireless' => '(hostapd:|kernel: ath.*:|kernel: wifi[0-9]:) ' -- 2.39.5