From 36afe7729d2cbad5e64a5980420e10c5dee7abf3 Mon Sep 17 00:00:00 2001 From: Teddysun Date: Thu, 23 Feb 2017 22:34:49 +0900 Subject: [PATCH] update kernel version check Signed-off-by: Teddysun --- bbr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbr.sh b/bbr.sh index f31c253..836d674 100644 --- a/bbr.sh +++ b/bbr.sh @@ -97,7 +97,7 @@ centosversion() { check_bbr_status() { local param=$(sysctl net.ipv4.tcp_available_congestion_control | awk '{print $3}') - if uname -r | grep -Eqi "4.9."; then + if uname -r | grep -Eqi "4.10."; then if [[ "${param}" == "bbr" ]]; then return 0 else