summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system.php
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 /usr/local/www/system.php
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 'usr/local/www/system.php')
-rwxr-xr-xusr/local/www/system.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system.php b/usr/local/www/system.php
index 5f5613e..da935f0 100755
--- a/usr/local/www/system.php
+++ b/usr/local/www/system.php
@@ -62,7 +62,7 @@ function is_timezone($elt) {
if($pconfig['timezone'] <> $_POST['timezone']) {
/* restart firewall log dumper helper */
require_once("functions.inc");
- $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("kill $pid");
usleep(1000);
OpenPOWER on IntegriCloud