From 9228eaab5f96c1ac3529af004160925817ddd5b9 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 2 May 2005 03:30:19 +0000 Subject: Add real time traffic logs option to console menu --- etc/rc.initial | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'etc/rc.initial') diff --git a/etc/rc.initial b/etc/rc.initial index e161859..4fc4934 100755 --- a/etc/rc.initial +++ b/etc/rc.initial @@ -49,6 +49,7 @@ echo " 7) Ping host" echo " 8) Shell" echo " 9) PFtop" echo "10) Invoke Auto Upgrade" +echo "11) Real time traffic logs" echo read -p "Enter a number: " opmode @@ -93,6 +94,9 @@ case ${opmode} in /etc/rc.firmware_auto ;; 11) + /usr/sbin/tcpdump -n -e -ttt -i pflog0 + ;; +12) if grep "$WORD" "$CONFIG" then links "https://localhost" -- cgit v1.1