diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-02-07 20:54:42 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-02-07 20:54:42 -0200 |
commit | a11303ac4744bbea8c310fd74e0f40033aa593c3 (patch) | |
tree | e3837c4e884d38e830cacaa9a467d3bfca61989e /manifests | |
parent | 3fa73e4b893eadb97af1797b2780106e1b45de36 (diff) | |
download | puppet-nodo-a11303ac4744bbea8c310fd74e0f40033aa593c3.tar.gz puppet-nodo-a11303ac4744bbea8c310fd74e0f40033aa593c3.tar.bz2 |
Increasing outgoing bandwidth
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/firewall.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/firewall.pp b/manifests/firewall.pp index 9083384..290bb2f 100644 --- a/manifests/firewall.pp +++ b/manifests/firewall.pp @@ -138,7 +138,7 @@ class firewall { # shorewall::tcdevices { "eth0": in_bandwidth => "2mbit", - out_bandwidth => "1mbit", + out_bandwidth => "2mbit", } shorewall::tcrules { "ssh-tcp": |