summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/interface.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/interface.pp b/manifests/interface.pp
index 4184db5..d6c3623 100644
--- a/manifests/interface.pp
+++ b/manifests/interface.pp
@@ -3,7 +3,7 @@
define shorewall::interface(
$zone,
$broadcast = 'detect',
- $options = 'tcpflags,blacklist,routefilter,nosmurfs,logmartians',
+ $options = 'tcpflags,routefilter,nosmurfs,logmartians',
$add_options = '',
$rfc1918 = false,
$dhcp = false,