X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/1cb72c5e36647be67f941f9ef0e0f78c9095fafd..cbf4196ce80c8b57a04aff7cd6b881671271b2c5:/roles/ucl.rb?ds=sidebyside diff --git a/roles/ucl.rb b/roles/ucl.rb index 27064ea23..eb3dfd1cd 100644 --- a/roles/ucl.rb +++ b/roles/ucl.rb @@ -19,6 +19,15 @@ 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" + } + } } )