]> gitweb.fluxo.info Git - puppet-firewall.git/commitdiff
Increase default max bandwidth
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 12 Jan 2016 17:47:58 +0000 (15:47 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 12 Jan 2016 17:47:58 +0000 (15:47 -0200)
manifests/init.pp

index 2bc59fa455bbc7357fa45e2f60a4d53b8f7e2c48..b6a57c24c07ec683e0fe2a4eb0981ddd0ab5f28c 100644 (file)
@@ -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)