]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - html/cgi-bin/logs.cgi/log.dat
Added missing patch.
[people/pmueller/ipfire-2.x.git] / html / cgi-bin / logs.cgi / log.dat
index f6f80d1754ef0890db1e00e401034ce2e3f26da7..8405c8fbbb140e0b424cbdcf30e74703d9dcc519 100644 (file)
@@ -66,7 +66,8 @@ my %sections = (
         'kernel' => '(kernel: (?!DROP_))',
         'ipsec' => '(ipsec_[\w_]+: |pluto\[.*\]: |vpnwatch: )',
         'openvpn' => '(openvpnserver)\[.*\]: ',
-        'pakfire' => '(pakfire:) '
+        'pakfire' => '(pakfire:) ',
+        'wireless' => '(hostapd:|kernel: ath.*:|kernel: wifi[0-9]:) '
         );
 
 # Translations for the %sections array.
@@ -85,6 +86,7 @@ my %trsections = (
         'ipsec' => 'IPSec',
         'openvpn' => 'OpenVPN',
         'pakfire' => 'Pakfire',
+        'wireless' => 'Wireless'
        );