summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-02-12 23:14:53 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-02-12 23:14:53 +0000
commitac70ae79f47b7cab485a2e9edb2d5fbac2494f42 (patch)
tree768aa4e4709052959999be080b97543bd26d133f /etc
parent03491df09aafbcf3cdd4ee42741ba30de677d28b (diff)
downloadpfsense-ac70ae79f47b7cab485a2e9edb2d5fbac2494f42.zip
pfsense-ac70ae79f47b7cab485a2e9edb2d5fbac2494f42.tar.gz
Another attempt at fixing logs
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc7
1 files changed, 2 insertions, 5 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index ec29413..0d41dd2 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -47,11 +47,8 @@ function filter_pflog_start() {
}
mute_kernel_msgs();
-
- /* do not run pflogd on non HD platforms */
- //if($g['platform'] == "pfSense")
- // mwexec("/sbin/ifconfig pflog0 up && pflogd");
- mwexec_bg("/usr/sbin/tcpdump -l -n -e -ttt -v -i pflog0 | egrep -e \"IGMP|TCP|UDP|ESP|IGRP|IGMP|ICMP|esp|tcp|udp|icmp|igmp|igrp\" |logger -t pf -p local0.info");
+
+ mwexec_bg("/usr/sbin/tcpdump -l -n -e -ttt -v -i pflog0 | logger -t pf -p local0.info");
unmute_kernel_msgs();
OpenPOWER on IntegriCloud