Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mptcp: pm nl: support IPv4 mapped in v6 addresses
On one side, we can allow the creation of subflows between v4 mapped in v6 and v4 addresses. For that we look for v4mapped addresses between the local address we want to select and the remote one. On the other side, we also properly deal with received v4mapped addresses, either announced ones or set via Netlink. Fixes: 01cacb0 ("mptcp: add netlink-based PM") Closes: #122 Suggested-by: Mat Martineau <[email protected]> Reviewed-by: Mat Martineau <[email protected]> Co-developed-by: Geliang Tang <[email protected]> Signed-off-by: Geliang Tang <[email protected]> Signed-off-by: Matthieu Baerts <[email protected]>
- Loading branch information