]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
Added syslog filter for hostap messages
authorManiacikarus <maniacikarus.ipfire.org>
Tue, 29 Jul 2008 20:49:16 +0000 (22:49 +0200)
committerManiacikarus <maniacikarus.ipfire.org>
Tue, 29 Jul 2008 20:49:16 +0000 (22:49 +0200)
html/cgi-bin/logs.cgi/log.dat

index f6f80d1754ef0890db1e00e401034ce2e3f26da7..20213ccd981efbcbb5446115ba08f53e23f9819a 100644 (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'
        );