From: Marko Kreen Date: Fri, 18 Mar 2011 10:01:59 +0000 (+0200) Subject: test.sh: reset only OUTPUT chain X-Git-Tag: pgbouncer_1_4_1_rc1~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=82a55604a9bf8607b0057c8c45fc7c63dc0833e3;p=pgbouncer test.sh: reset only OUTPUT chain --- diff --git a/test/test.sh b/test/test.sh index eef8757..f48681f 100755 --- 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;; *)