log.dat: add n2n to openvpn log.

This commit is contained in:
Alfred Haas
2011-09-13 14:06:58 +02:00
committed by Arne Fitzenreiter
parent 1a140b7898
commit 0f0db884a9

View File

@@ -61,7 +61,7 @@ my %sections = (
'auth' => '(\w+\(pam_unix\)\[.*\]: )',
'kernel' => '(kernel: (?!DROP_))',
'ipsec' => '(ipsec_[\w_]+: |pluto\[.*\]: |charon: |vpnwatch: )',
'openvpn' => '(openvpnserver)\[.*\]: ',
'openvpn' => '(openvpnserver\[.*\]: |.*n2n\[.*\]: )',
'pakfire' => '(pakfire:) ',
'wireless' => '(hostapd:|kernel: ath.*:|kernel: wifi[0-9]:) '
);