linux_mptcp_5_9: MPTCP in upstream linux

linux_mptcp_5_9 enables Multipath TCP in the upstream kernel.

I keep linux_mptcp_95 even if it is out of tree because it has "more" features
than linux_mptcp_5_9.
This commit is contained in:
Matthieu Coudron 2020-11-12 18:50:47 +01:00
parent db215ca08d
commit 015939bece

View File

@ -17939,6 +17939,11 @@ in
linux_mptcp = linux_mptcp_95; linux_mptcp = linux_mptcp_95;
linux_mptcp_5_9 = linux_5_9.override {
structuredExtraConfig = with lib.kernel; {
MPTCP = yes;
MPTCP_IPV6 = yes;
};
}; };
linux_mptcp_95 = callPackage ../os-specific/linux/kernel/linux-mptcp-95.nix { linux_mptcp_95 = callPackage ../os-specific/linux/kernel/linux-mptcp-95.nix {