From 77d9c4b9d3224778c720cb036344e6d06245a788 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 25 Jun 2014 11:09:41 +0100 Subject: [PATCH 1/1] Disable SACK only @ UCL Wates House --- roles/ucl-wates.rb | 8 ++++++++ roles/ucl.rb | 8 -------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/roles/ucl-wates.rb b/roles/ucl-wates.rb index 80cf8ff5e..7fe47bb43 100644 --- a/roles/ucl-wates.rb +++ b/roles/ucl-wates.rb @@ -18,6 +18,14 @@ default_attributes( } } } + }, + :sysctl => { + :sack => { + :comment => "Disable SACK as the UCL firewall breaks it", + :parameters => { + "net.ipv4.tcp_sack" => "0" + } + } } ) diff --git a/roles/ucl.rb b/roles/ucl.rb index b4bb93a47..cb6bfce9b 100644 --- a/roles/ucl.rb +++ b/roles/ucl.rb @@ -4,14 +4,6 @@ description "Role applied to all servers at UCL" default_attributes( :bind => { :forwarders => [ "144.82.100.1", "144.82.100.41" ] - }, - :sysctl => { - :sack => { - :comment => "Disable SACK as the UCL firewall breaks it", - :parameters => { - "net.ipv4.tcp_sack" => "0" - } - } } ) -- 2.43.2