diff options
Diffstat (limited to 'manifests/firewall.pp')
-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": |