forked from extern/shorewall_code
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
|
expandv subnet
|
||||||
process_blacklist_rec
|
process_blacklist_rec
|
||||||
done < $TMP_DIR/blacklist
|
done < $TMP_DIR/blacklist
|
||||||
|
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -575,7 +575,7 @@ case "$1" in
|
|||||||
host=`echo $HOSTNAME | sed 's/\..*$//'`
|
host=`echo $HOSTNAME | sed 's/\..*$//'`
|
||||||
iptables -L -n -v
|
iptables -L -n -v
|
||||||
echo
|
echo
|
||||||
packet_log
|
packet_log 20
|
||||||
echo
|
echo
|
||||||
iptables -t nat -L -n -v
|
iptables -t nat -L -n -v
|
||||||
echo
|
echo
|
||||||
|
Loading…
Reference in New Issue
Block a user