summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2014-12-02 12:45:08 -0500
committerjim-p <jimp@pfsense.org>2014-12-02 12:46:14 -0500
commit0b0d83cbf0313c0e4bcbeac3cfab06820d540e4f (patch)
treec19af759511630869ab499e37a6cced04e161762 /etc
parent690b557cbf3272867047916c042ddd220dc70454 (diff)
downloadpfsense-0b0d83cbf0313c0e4bcbeac3cfab06820d540e4f.zip
pfsense-0b0d83cbf0313c0e4bcbeac3cfab06820d540e4f.tar.gz
Use clog -f /var/log/filter.log to view firewall log entries, so they are displayed in the new format.
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.initial2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.initial b/etc/rc.initial
index 6a666fb..df42588 100755
--- a/etc/rc.initial
+++ b/etc/rc.initial
@@ -133,7 +133,7 @@ case ${opmode} in
/usr/local/sbin/pftop
;;
10)
- /usr/sbin/tcpdump -s 256 -v -S -l -n -e -ttt -i pflog0
+ /usr/local/sbin/clog -f /var/log/filter.log
;;
11 | 111)
/etc/rc.restart_webgui
OpenPOWER on IntegriCloud