Re: [PATCH net-next v2 10/13] mptcp: allow creating non-backup subflows

2020-09-14 Thread Mat Martineau
On Mon, 14 Sep 2020, Paolo Abeni wrote: Currently the 'backup' attribute of local endpoint is ignored. Let's use it for the MP_JOIN handshake Signed-off-by: Paolo Abeni --- net/mptcp/subflow.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Reviewed-by: Mat Martineau -- Mat Martine

[PATCH net-next v2 10/13] mptcp: allow creating non-backup subflows

2020-09-14 Thread Paolo Abeni
Currently the 'backup' attribute of local endpoint is ignored. Let's use it for the MP_JOIN handshake Signed-off-by: Paolo Abeni --- net/mptcp/subflow.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/mptcp/subflow.c b/net/mptcp/subflow.c index ae3eeb9bb191..8be401349d9