diff options
-rw-r--r-- | manifests/subsystems/firewall.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/subsystems/firewall.pp b/manifests/subsystems/firewall.pp index 12e0729..05ce144 100644 --- a/manifests/subsystems/firewall.pp +++ b/manifests/subsystems/firewall.pp @@ -2,7 +2,8 @@ class firewall( $local_net = hiera('nodo::firewall::local_net', false), $in_bandwidth = hiera('nodo::firewall::in_bandwidth', '2mbit'), - $out_bandwidth = hiera('nodo::firewall::out_bandwidth', '2mbit') + $out_bandwidth = hiera('nodo::firewall::out_bandwidth', '2mbit'), + $eth0_options = hiera('nodo::firewall::eth0_options', 'tcpflags,blacklist,routefilter,nosmurfs,logmartians') ) { class { 'shorewall': } |