summaryrefslogtreecommitdiff
path: root/manifests/blrules.pp
diff options
context:
space:
mode:
authorMicah <micah@riseup.net>2017-02-13 15:37:50 +0000
committerMicah <micah@riseup.net>2017-02-13 15:37:50 +0000
commit4da1590e18c487f1dc89d0ce1fffeb848e75794e (patch)
tree517e1d0a4bfe8799ecff9df391940d5185594412 /manifests/blrules.pp
parent054ccc9e8ee0a03e98165ee44f113ce7ccf3bc5c (diff)
parent4b3f8eac5f343b5ecd2354d16e83256b8413e807 (diff)
Merge branch '5.x-2' into 'master'
5.x changes part 2 See merge request !8
Diffstat (limited to 'manifests/blrules.pp')
-rw-r--r--manifests/blrules.pp5
1 files changed, 2 insertions, 3 deletions
diff --git a/manifests/blrules.pp b/manifests/blrules.pp
index b8fe73f..abf7508 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",
# ],