From: Martin Zobel-Helas Date: Sat, 6 Mar 2010 18:30:41 +0000 (+0100) Subject: we want counters X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=f2f9d3efab7262bbdfb4e51feebfa6bd8aebc9a8;p=mirror%2Fdsa-puppet.git we want counters --- diff --git a/modules/ferm/files/ferm.conf b/modules/ferm/files/ferm.conf index b5448b07a..95e739354 100644 --- a/modules/ferm/files/ferm.conf +++ b/modules/ferm/files/ferm.conf @@ -7,6 +7,14 @@ @include 'conf.d/'; +domain (ip ip6) { + table filter { + chain (INPUT OUTPUT) { + NOP; + } + } +} + domain ip { table filter { chain log_and_reject {