From 3ee9150deb7131e3cf6047a91c66f3e8191b2472 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Tue, 6 Mar 2012 09:14:06 -0800 Subject: [PATCH] Fix syntax error in the generated script Signed-off-by: Tom Eastep --- Shorewall/lib.core | 1 + 1 file changed, 1 insertion(+) diff --git a/Shorewall/lib.core b/Shorewall/lib.core index f4d6f7d29..6a159388a 100644 --- a/Shorewall/lib.core +++ b/Shorewall/lib.core @@ -522,6 +522,7 @@ debug_restore_input() { for chain in PREROUTING POSTROUTING; do qt1 $g_tool -t nat -P $chain ACCEPT + done qt1 $g_tool -t filter -F qt1 $g_tool -t filter -X