mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-03 12:09:14 +01:00
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:
parent
d58c3ac29e
commit
52ef74cfb8
@ -2436,7 +2436,6 @@ refresh_blacklist() {
|
||||
expandv subnet
|
||||
process_blacklist_rec
|
||||
done < $TMP_DIR/blacklist
|
||||
|
||||
fi
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user