Added syslog filter for hostap messages

This commit is contained in:
Maniacikarus
2008-07-29 22:49:16 +02:00
parent 8a89eb91fc
commit af714e3cc0

View File

@@ -66,7 +66,8 @@ my %sections = (
'kernel' => '(kernel: (?!DROP_))',
'ipsec' => '(ipsec_[\w_]+: |pluto\[.*\]: |vpnwatch: )',
'openvpn' => '(openvpnserver)\[.*\]: ',
'pakfire' => '(pakfire:) '
'pakfire' => '(pakfire:) ',
'wireless' => '(hostapd:) '
);
# Translations for the %sections array.
@@ -85,6 +86,7 @@ my %trsections = (
'ipsec' => 'IPSec',
'openvpn' => 'OpenVPN',
'pakfire' => 'Pakfire',
'wireless' => 'Wireless'
);