projects
/
pgbouncer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
698a1b0
)
test.sh: reset only OUTPUT chain
author
Marko Kreen
<markokr@gmail.com>
Fri, 18 Mar 2011 10:01:59 +0000
(12:01 +0200)
committer
Marko Kreen
<markokr@gmail.com>
Fri, 18 Mar 2011 10:01:59 +0000
(12:01 +0200)
test/test.sh
patch
|
blob
|
blame
|
history
diff --git
a/test/test.sh
b/test/test.sh
index eef8757119938fe0361374c1095fdaedb63f1035..f48681ff9428fd126b53b4f372086832a8f17984 100755
(executable)
--- a/
test/test.sh
+++ b/
test/test.sh
@@
-77,7
+77,7
@@
fw_reject_port() {
fw_reset() {
case `uname` in
Linux)
- sudo iptables -F;;
+ sudo iptables -F
OUTPUT
;;
Darwin)
sudo ipfw del 100;;
*)