commit | fca5c82c086ea3871b103618b80558c479c8e597 | [log] [tgz] |
---|---|---|
author | Paolo Abeni <pabeni@redhat.com> | Mon Apr 20 16:25:06 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 20 12:59:33 2020 -0700 |
tree | 17c80126ba1c7f588250d8cd7a18a8849915dfab | |
parent | 4c8941de781cf71388d1490c6b85a02d1cec1ef4 [diff] |
mptcp: drop req socket remote_key* fields We don't need them, as we can use the current ingress opt data instead. Setting them in syn_recv_sock() may causes inconsistent mptcp socket status, as per previous commit. Fixes: cc7972ea1932 ("mptcp: parse and emit MP_CAPABLE option according to v1 spec") Signed-off-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>