mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-02-12 11:21:56 +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
|
echo tcp_bbr >> /etc/modules
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$UPSTREAM" = "yes" ] || [ "$UPSTREAM6" = "yes" ]; then
|
if [ "$UPSTREAM" != "yes" ] && [ "$UPSTREAM6" != "yes" ]; then
|
||||||
# Load OLIA Congestion module at boot time
|
# Load OLIA Congestion module at boot time
|
||||||
if ! grep -q olia /etc/modules ; then
|
if ! grep -q olia /etc/modules ; then
|
||||||
echo mptcp_olia >> /etc/modules
|
echo mptcp_olia >> /etc/modules
|
||||||
|
|
Loading…
Reference in a new issue