summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-02-05 18:47:51 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-02-05 18:47:51 +0000
commit1f22bd55ed1620665e52b8e0514e6d10b80610d2 (patch)
tree562e337dcd47aab6905df9390259228504633d67 /etc
parent8b3c1b07223fc85f10d16558d15f6f5f453eb9cd (diff)
downloadpfsense-1f22bd55ed1620665e52b8e0514e6d10b80610d2.zip
pfsense-1f22bd55ed1620665e52b8e0514e6d10b80610d2.tar.gz
Add -v pointed out by David Strout
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index ad55679..e571130 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -51,8 +51,7 @@ function filter_pflog_start() {
/* 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 -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 | egrep -e \"IGMP|TCP|UDP|ESP|IGRP|IGMP|ICMP|esp|tcp|udp|icmp|igmp|igrp\" |logger -t pf -p local0.info");
unmute_kernel_msgs();
OpenPOWER on IntegriCloud