From 6171b96c76116d1f1723f4ebb45f5b54cc36dad0 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 12 Jan 2016 15:47:58 -0200 Subject: Increase default max bandwidth --- manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index 2bc59fa..b6a57c2 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -3,8 +3,8 @@ class firewall( $device = hiera('firewall::device', 'eth0'), $zone = hiera('firewall::zone', '-'), $local_net = hiera('firewall::local_net', false), - $in_bandwidth = hiera('firewall::in_bandwidth', '100mbps'), - $out_bandwidth = hiera('firewall::out_bandwidth', '100mbps'), + $in_bandwidth = hiera('firewall::in_bandwidth', '1000mbps'), + $out_bandwidth = hiera('firewall::out_bandwidth', '1000mbps'), $device_options = hiera('firewall::device_options', 'tcpflags,blacklist,routefilter,nosmurfs,logmartians'), $vm_address = hiera('firewall::vm_address', '192.168.0.0/24'), $vm_device = hiera('firewall::vm_device', false) -- cgit v1.2.3