]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ucl.rb
Revert "Force Enable TCP MTU probing @ UCL"
[chef.git] / roles / ucl.rb
index eb3dfd1cd10034b74db6d419192cb1aa64f27c09..27064ea2359a8a42a83c83705ae899c20a1b3777 100644 (file)
@@ -19,15 +19,6 @@ default_attributes(
         }
       }
     }
-  },
-  :sysctl => {
-    :blackhole => {
-      :comment => "Force TCP level MTU probing because of known ICMP blackhole at UCL",
-      :parameters => {
-        "net.ipv4.tcp_mtu_probing" => "2",
-        "net.ipv4.tcp_base_mss" => "1024"
-      }
-    }
   }
 )