From 4bf2a84c0f6da2c2cd8ea9555285975aee657c83 Mon Sep 17 00:00:00 2001 From: Jonathan Boyett Date: Wed, 11 May 2011 11:45:47 -0700 Subject: [PATCH] change default forward drop to use the correct chain --- examples/iptables/test.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/iptables/test.pp b/examples/iptables/test.pp index 01bf235..e8dc156 100644 --- a/examples/iptables/test.pp +++ b/examples/iptables/test.pp @@ -79,7 +79,7 @@ firewall { '055 INPUT allow DNS': } firewall { '999 FORWARD drop': - chain => 'OUTPUT', + chain => 'FORWARD', jump => 'DROP' } -- 2.45.2