summaryrefslogtreecommitdiff
path: root/manifests/blrules.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/blrules.pp')
-rw-r--r--manifests/blrules.pp8
1 files changed, 4 insertions, 4 deletions
diff --git a/manifests/blrules.pp b/manifests/blrules.pp
index f37e5ed..5565bf3 100644
--- a/manifests/blrules.pp
+++ b/manifests/blrules.pp
@@ -4,12 +4,11 @@
#
# shorewall::interface { 'br0':
# zone => 'net',
-# rfc1918 => true,
-# options => 'tcpflags,blacklist,nosmurfs,routeback,bridge';
+# options => 'tcpflags,nosmurfs,routeback,bridge';
# }
#
# class { 'shorewall::blrules':
-# options => 'tcpflags,blacklist,nosmurfs,routeback,bridge',
+# options => 'tcpflags,nosmurfs,routeback,bridge',
# whitelists => [
# "net:10.0.0.1,192.168.0.1 all",
# ],
@@ -18,7 +17,8 @@
# 'net all tcp 22', #ssh
# ],
# }
-#
+
+
class shorewall::blrules (
$whitelists,
$drops,