summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2007-10-05 21:44:24 +0000
committerBill Marquette <billm@pfsense.org>2007-10-05 21:44:24 +0000
commit87c20eb5b5e2ed62a65be914df9fb01b99d25789 (patch)
treea2cea01c28d6868b8268697676ee9bc3431ead5a /etc
parent79ff482de7a10112fabfb08de0e574eceeb0477e (diff)
downloadpfsense-87c20eb5b5e2ed62a65be914df9fb01b99d25789.zip
pfsense-87c20eb5b5e2ed62a65be914df9fb01b99d25789.tar.gz
Ticket #1456 - drop one level of verbosity in tcpdump. Some protocols
will still decode to multi-line message - not an easy fix. Doesn't appear to break non-raw log display Add VRRP as a protocol type in the decode
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 25d4a64..39fab02 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -55,9 +55,9 @@ function filter_pflog_start() {
mute_kernel_msgs();
- $pid = `ps awwwux | grep -v "grep" | grep "tcpdump -vv -l -n -e -ttt -i pflog0" | awk '{ print $2 }'`;
+ $pid = `ps awwwux | grep -v "grep" | grep "tcpdump -v -l -n -e -ttt -i pflog0" | awk '{ print $2 }'`;
if(!$pid)
- mwexec_bg("/usr/sbin/tcpdump -vv -l -n -e -ttt -i pflog0 | logger -t pf -p local0.info");
+ mwexec_bg("/usr/sbin/tcpdump -v -l -n -e -ttt -i pflog0 | logger -t pf -p local0.info");
unmute_kernel_msgs();
@@ -3394,4 +3394,4 @@ function return_vpn_subnet($adr) {
}
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud