summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.initial2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.initial b/etc/rc.initial
index f5dd016..1f9f1e2 100755
--- a/etc/rc.initial
+++ b/etc/rc.initial
@@ -134,7 +134,7 @@ case ${opmode} in
/usr/local/sbin/pftop
;;
10)
- /usr/sbin/tcpdump -n -e -ttt -i pflog0
+ /usr/sbin/tcpdump -s 256 -v -S -l -n -e -ttt -i pflog0
;;
11 | 111)
/usr/bin/killall -9 php; /usr/bin/killall -9 lighttpd; /etc/rc.restart_webgui
OpenPOWER on IntegriCloud