1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-vps.git synced 2025-02-12 11:21:56 +00:00
Ycarus (Yannick Chabanois) 2023-09-07 12:25:38 +00:00
parent afa31c4f03
commit 8cef34ed5b

View file

@ -553,7 +553,7 @@ if ! grep -q bbr /etc/modules ; then
echo tcp_bbr >> /etc/modules
fi
if [ "$UPSTREAM" = "yes" ] || [ "$UPSTREAM6" = "yes" ]; then
if [ "$UPSTREAM" != "yes" ] && [ "$UPSTREAM6" != "yes" ]; then
# Load OLIA Congestion module at boot time
if ! grep -q olia /etc/modules ; then
echo mptcp_olia >> /etc/modules