diff options
author | Vishvananda Ishaya <vishvananda@yahoo.com> | 2010-09-25 01:05:39 -0700 |
---|---|---|
committer | Vishvananda Ishaya <vishvananda@yahoo.com> | 2010-09-25 01:05:39 -0700 |
commit | c3fcb1b2176f4b7afbffb3555da55c0754bacaad (patch) | |
tree | 040eeef67a4adcf63bbd268c91ced05f5970523e /tools | |
parent | 41a598f09baee94125608873f4d7118000fc55ea (diff) | |
download | nova-c3fcb1b2176f4b7afbffb3555da55c0754bacaad.tar.gz |
flush the nova chains
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/setup_iptables.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/setup_iptables.sh b/tools/setup_iptables.sh index 7368fadf9b..d045b50cd6 100755 --- a/tools/setup_iptables.sh +++ b/tools/setup_iptables.sh @@ -48,6 +48,9 @@ if [ "$CMD" == "clear" ]; then iptables -P FORWARD ACCEPT iptables -P OUTPUT ACCEPT iptables -F + iptables -F nova_input + iptables -F nova_output + iptables -F nova_forward iptables -X fi |