From af714e3cc04503d277132e96b4b1574e0927884d Mon Sep 17 00:00:00 2001 From: Maniacikarus Date: Tue, 29 Jul 2008 22:49:16 +0200 Subject: [PATCH] Added syslog filter for hostap messages --- html/cgi-bin/logs.cgi/log.dat | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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' ); -- 2.39.5