projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9144943
)
we want counters
author
Martin Zobel-Helas
<zobel@debian.org>
Sat, 6 Mar 2010 18:30:41 +0000
(19:30 +0100)
committer
Martin Zobel-Helas
<zobel@debian.org>
Sat, 6 Mar 2010 18:30:41 +0000
(19:30 +0100)
modules/ferm/files/ferm.conf
patch
|
blob
|
history
diff --git
a/modules/ferm/files/ferm.conf
b/modules/ferm/files/ferm.conf
index
b5448b0
..
95e7393
100644
(file)
--- 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 {