]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
apparently this is a known bug only for icmp - make target match all protocols but...
authorStephen Gran <steve@lobefin.net>
Sat, 20 Feb 2010 20:48:14 +0000 (20:48 +0000)
committerStephen Gran <steve@lobefin.net>
Sat, 20 Feb 2010 20:48:14 +0000 (20:48 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/ferm/files/ferm.conf

index 166d51702eda404dd10ec08abad0678a2f1769b7..d25d1b4f5c2c24730fe081162b8b67dbf1867a0b 100644 (file)
@@ -11,7 +11,7 @@ domain (ip ip6) {
                mod state state (ESTABLISHED RELATED) ACCEPT;
                interface lo ACCEPT;
                proto icmp ACCEPT;
-               proto (tcp udp) mod state state (INVALID) DROP;
+               proto mod state state (INVALID) DROP;
        }
 }