Correct missing argument to packet_log() in the "shorewall status" command.

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@62 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2002-06-10 16:53:18 +00:00
parent d58c3ac29e
commit 52ef74cfb8
2 changed files with 1 additions and 2 deletions

View File

@ -2436,7 +2436,6 @@ refresh_blacklist() {
expandv subnet
process_blacklist_rec
done < $TMP_DIR/blacklist
fi
}

View File

@ -575,7 +575,7 @@ case "$1" in
host=`echo $HOSTNAME | sed 's/\..*$//'`
iptables -L -n -v
echo
packet_log
packet_log 20
echo
iptables -t nat -L -n -v
echo