mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Some little core fixes
git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1196 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -105,6 +105,8 @@ LoadPlugin syslog
|
|||||||
Chain filter PSCAN DROP_PScan
|
Chain filter PSCAN DROP_PScan
|
||||||
Chain filter NEWNOTSYN DROP_NEWNOTSYN
|
Chain filter NEWNOTSYN DROP_NEWNOTSYN
|
||||||
Chain filter OUTGOINGFW DROP_OUTGOINGFW
|
Chain filter OUTGOINGFW DROP_OUTGOINGFW
|
||||||
|
Chain filter INPUT DROP_Wirelessinput
|
||||||
|
Chain filter FORWARD DROP_Wirelessforward
|
||||||
</Plugin>
|
</Plugin>
|
||||||
|
|
||||||
#<Plugin irq>
|
#<Plugin irq>
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ var/ipfire/graphs.pl
|
|||||||
var/ipfire/menu.d/20-status.menu
|
var/ipfire/menu.d/20-status.menu
|
||||||
var/ipfire/langs
|
var/ipfire/langs
|
||||||
lib/modules/2.6.16.57-ipfire/kernel/drivers/ieee1394/sbp2.ko
|
lib/modules/2.6.16.57-ipfire/kernel/drivers/ieee1394/sbp2.ko
|
||||||
html/cgi-bin/logs.cgi/log.dat
|
srv/web/ipfire/cgi-bin/logs.cgi/log.dat
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ my %sections = (
|
|||||||
'red' => '(red:|pppd\[.*\]: |chat\[.*\]|pppoe\[.*\]|pptp\[.*\]|pppoa\[.*\]|pppoa3\[.*\]|pppoeci\[.*\]|ipppd|ipppd\[.*\]|kernel: ippp\d|kernel: isdn.*|ibod\[.*\]|dhcpcd\[.*\]|modem_run\[.*\])',
|
'red' => '(red:|pppd\[.*\]: |chat\[.*\]|pppoe\[.*\]|pptp\[.*\]|pppoa\[.*\]|pppoa3\[.*\]|pppoeci\[.*\]|ipppd|ipppd\[.*\]|kernel: ippp\d|kernel: isdn.*|ibod\[.*\]|dhcpcd\[.*\]|modem_run\[.*\])',
|
||||||
'dns' => '(dnsmasq\[.*\]: )',
|
'dns' => '(dnsmasq\[.*\]: )',
|
||||||
'dhcp' => '(dhcpd: )',
|
'dhcp' => '(dhcpd: )',
|
||||||
'collectd' => '(collectd: )',
|
'collectd' => '(collectd\[.*\]: )',
|
||||||
'cron' => '(fcron\[.*\]: )',
|
'cron' => '(fcron\[.*\]: )',
|
||||||
'ntp' => '(ntpd(?:ate)?\[.*\]: )',
|
'ntp' => '(ntpd(?:ate)?\[.*\]: )',
|
||||||
'ssh' => '(sshd(?:\(.*\))?\[.*\]: )',
|
'ssh' => '(sshd(?:\(.*\))?\[.*\]: )',
|
||||||
|
|||||||
Reference in New Issue
Block a user