]> git.baikalelectronics.ru Git - kernel.git/commit
mptcp: backup flag from incoming MPJ ack option
authorPaolo Abeni <pabeni@redhat.com>
Fri, 13 Aug 2021 22:15:47 +0000 (15:15 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 14 Aug 2021 10:37:25 +0000 (11:37 +0100)
commit4ef9c0d6c16e5bceed45cc6288646ac5212cc756
tree82ab49ab3968cb490841066e18965953b1e4062c
parent44dc5885f02c3aa8c239a3128f018ef257a832ba
mptcp: backup flag from incoming MPJ ack option

the parsed incoming backup flag is not propagated
to the subflow itself, the client may end-up using it
to send data.

Closes: https://github.com/multipath-tcp/mptcp_net-next/issues/191
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mptcp/subflow.c