This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mptcp: set icsk_af_ops to mptcp_v6 one if mptcp
abcdxyzk recently opened a very detailed bug report on Github where it is noticed that surprisingly, AF_INET{4,6} operations were set to MPTCP specific functions if the attached connection was *not* an MPTCP one. This is a typo of course. As explained by Christoph, there was no consequences: mptcp_v6_mapped only changes conn_request to mptcp_conn_request(): that's only important with listening sockets, not used here then. Anyway, it is still better to properly fix that just in case other functions from mptcp_v6_mapped are modified later. Closes: #501 Fixes: db745ef ("mptcp: Only access the sysctl once to detect mptcp-enabled") Suggested-by: Christoph Paasch <cpaasch@apple.com> Reviewed-by: Timothée Boucher-Lambert <timothee.boucher-lambert@tessares.net> Acked-by: Christoph Paasch <cpaasch@apple.com> Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net> (cherry picked from commit edd63c2) Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net> (cherry picked from commit 772b4de) Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net> (cherry picked from commit 6baa3e5) Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
- Loading branch information