mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-20 16:02:59 +02:00
Added syslog filter for hostap messages
This commit is contained in:
@@ -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'
|
||||
);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user