mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-03-09 15:50:00 +00:00
This commit is contained in:
parent
afa31c4f03
commit
8cef34ed5b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue