summaryrefslogtreecommitdiff
path: root/test/scripts/4058-pipe-conn-tfo/4058
diff options
context:
space:
mode:
Diffstat (limited to 'test/scripts/4058-pipe-conn-tfo/4058')
-rw-r--r--test/scripts/4058-pipe-conn-tfo/40582
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scripts/4058-pipe-conn-tfo/4058 b/test/scripts/4058-pipe-conn-tfo/4058
index 5f0257810..2a0639095 100644
--- a/test/scripts/4058-pipe-conn-tfo/4058
+++ b/test/scripts/4058-pipe-conn-tfo/4058
@@ -6,7 +6,7 @@
# Disable TFO blackhole-detection as we seem to be running afoul of that
sudo perl
system ("tc qdisc add dev lo root netem delay 50ms");
-system ("ip tcp_metrics delete 127.0.0.1");
+system ("ip tcp_metrics delete HOSTIPV4");
system ("[ -e /proc/sys/net/ipv4/tcp_fastopen_blackhole_timeout_sec ] && echo 0 > /proc/sys/net/ipv4/tcp_fastopen_blackhole_timeout_sec");
****
#