From 02fb1dd86c35b96619e59a660c5cf9fb75e0b208 Mon Sep 17 00:00:00 2001 From: teastep Date: Tue, 31 Jul 2007 21:52:59 +0000 Subject: [PATCH] Fix indentation in stop_firewall() git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7015 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-perl/Shorewall/Compiler.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Shorewall-perl/Shorewall/Compiler.pm b/Shorewall-perl/Shorewall/Compiler.pm index 3d6913d82..6be2a3e31 100644 --- a/Shorewall-perl/Shorewall/Compiler.pm +++ b/Shorewall-perl/Shorewall/Compiler.pm @@ -314,10 +314,10 @@ EOF if ( $capabilities{NAT_ENABLED} ) { emit <<'EOF'; - delete_nat - for chain in PREROUTING POSTROUTING OUTPUT; do - qt $IPTABLES -t nat -P $chain ACCEPT - done + delete_nat + for chain in PREROUTING POSTROUTING OUTPUT; do + qt $IPTABLES -t nat -P $chain ACCEPT + done EOF }