From 58f0e499a286b174a23cc463f3c7e9621f578560 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 12 Mar 2020 18:18:55 +0000 Subject: [PATCH] Revert "Force Enable TCP MTU probing @ UCL" This reverts commit b1ced9fbdbe88a53f3b96236ea82cb85f85262cc. --- roles/ucl.rb | 9 --------- 1 file changed, 9 deletions(-) diff --git a/roles/ucl.rb b/roles/ucl.rb index eb3dfd1cd..27064ea23 100644 --- a/roles/ucl.rb +++ b/roles/ucl.rb @@ -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" - } - } } ) -- 2.43.2