firewall: properly unset position for delete command, fixes rule removal in ifdown

SVN-Revision: 21378
This commit is contained in:
Jo-Philipp Wich 2010-05-05 15:50:21 +00:00
parent 0b84caa60a
commit e796062a4b

View file

@ -150,8 +150,8 @@ fw__exec() { # <action> <family> <table> <chain> <target> <position> { <rules> }
if [ $# -gt 0 ]; then
shift
if [ $cmd == del ]; then
pos=-
if [ $cmd == delete ]; then
pos=
fi
fi
while [ $# -gt 1 ]; do