summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-07-07 15:38:16 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-07-07 15:38:16 -0400
commit102b2d8ab466f4dafe995e9757bcebfca66db1b7 (patch)
treeb9cb41136e6d5adf917b16bfd5231a00d7ffa939 /etc
parentd97809baf368e6f77c21036722a5a328e18cf7f4 (diff)
downloadpfsense-102b2d8ab466f4dafe995e9757bcebfca66db1b7.zip
pfsense-102b2d8ab466f4dafe995e9757bcebfca66db1b7.tar.gz
Do not call mute_kernel_msgs() it causes havoc.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index c110c44..9178e00 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -53,14 +53,10 @@ function filter_pflog_start() {
echo "filter_pflog_start() being called $mt\n";
}
- mute_kernel_msgs();
-
$pid = `ps awwwux | grep -v "grep" | grep "tcpdump -s 256 -v -l -n -e -ttt -i pflog0" | awk '{ print $2 }'`;
if(!$pid)
mwexec_bg("/usr/sbin/tcpdump -s 256 -v -l -n -e -ttt -i pflog0 | logger -t pf -p local0.info");
- unmute_kernel_msgs();
-
}
/* reload filter async */
OpenPOWER on IntegriCloud