projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b84caa
)
firewall: properly unset position for delete command, fixes rule removal in ifdown
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 5 May 2010 15:50:21 +0000
(15:50 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 5 May 2010 15:50:21 +0000
(15:50 +0000)
SVN-Revision: 21378
package/firewall/files/lib/fw.sh
patch
|
blob
|
history
diff --git
a/package/firewall/files/lib/fw.sh
b/package/firewall/files/lib/fw.sh
index c06e8642364223d529f9ad8f15d4bd442113a12c..72aa37c5bfa47df4409d5b27ac1f73f1a1536e94 100644
(file)
--- a/
package/firewall/files/lib/fw.sh
+++ b/
package/firewall/files/lib/fw.sh
@@
-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 == del
ete
]; then
+ pos=
fi
fi
while [ $# -gt 1 ]; do