diff --git a/Makefile b/Makefile index 370601ba92..4d2ae439a8 100644 --- a/Makefile +++ b/Makefile @@ -264,6 +264,7 @@ enable-bbr: @if [ "$(sysctl net.ipv4.tcp_congestion_control | awk '{print $3}')" != "bbr" ]; then \ echo "BBR is not enabled. Configuring BBR..."; \ sudo modprobe tcp_bbr; \ + echo tcp_bbr | sudo tee -a /etc/modules; \ echo "net.core.default_qdisc=fq" | sudo tee -a /etc/sysctl.conf; \ echo "net.ipv4.tcp_congestion_control=bbr" | sudo tee -a /etc/sysctl.conf; \ sudo sysctl -p; \