From: Maniacikarus Date: Tue, 29 Jul 2008 20:49:16 +0000 (+0200) Subject: Added syslog filter for hostap messages X-Git-Tag: v2.3-beta3~76 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=af714e3cc04503d277132e96b4b1574e0927884d;p=ipfire-2.x.git Added syslog filter for hostap messages --- diff --git a/html/cgi-bin/logs.cgi/log.dat b/html/cgi-bin/logs.cgi/log.dat index f6f80d1754..20213ccd98 100644 --- a/html/cgi-bin/logs.cgi/log.dat +++ b/html/cgi-bin/logs.cgi/log.dat @@ -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' );