-
-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenMPTCProuter 0.60 Release Candidate 2 #2961
Comments
Changelog Common:
Kernel 6.1 only:
|
5.4 vs 6.1 5.4 will be the legacy release, based on OpenWrt 21.02 5.4 use out-of-tree version of MPTCP OpenMPTCProuter only use LTS kernel, next major release will be based kernel LTS 6.6 What is the best kernel to use ? |
Know issues Common:
Kernel 6.1:
|
OpenMPTCProuter v0.60 rc2 is available with 2 Linux kernel : 5.4 and 6.1.
5.4 is the "legacy" branch with fullmesh, redundancy,... It use the out of tree MPTCP release.
6.1 kernel only support fullmesh for now, so can only aggregate/failover all connections. It use MPTCP upstream version.
5.4 release is available on https://download.openmptcprouter.com/release/v0.60rc2-5.4/
6.1 release is available on https://download.openmptcprouter.com/release/v0.60rc2-6.1/
You MUST update VPS with this script:
For router with kernel 5.4:
wget -O - http://www.openmptcprouter.com/server-test/debian.sh | sh
For router with kernel 6.1:
wget -O - http://www.openmptcprouter.com/server-test/debian.sh | UPSTREAM6="yes" sh
(onlyDebian is supported and this will update Debian to Debian Bookworm 12) Work on x86_64 and arm64.
Comments are blocked, open issues if you have any bugs or questions.
The text was updated successfully, but these errors were encountered: