From a0a6fcc601f13b7056d326ad04a41482e1a38e70 Mon Sep 17 00:00:00 2001 From: Matthieu Baerts Date: Fri, 11 Jun 2021 16:34:04 +0200 Subject: [PATCH] tg import create t/mptcp-add-allow_join_id0-in-mptcp_out_options --- .topmsg | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.topmsg b/.topmsg index 3dd1622a37ae3..ea5f08be2acbe 100644 --- a/.topmsg +++ b/.topmsg @@ -1,4 +1,12 @@ -From: Matthieu Baerts -Subject: [PATCH] t/mptcp-add-allow_join_id0-in-mptcp_out_options +From: Geliang Tang +Subject: [PATCH] mptcp: add allow_join_id0 in mptcp_out_options -Signed-off-by: Matthieu Baerts +This patch defined a new flag MPTCP_CAP_DENY_JOIN_ID0 for the third bit, +labeled "C" of the MP_CAPABLE option. + +Add a new flag allow_join_id0 in struct mptcp_out_options. If this flag is +set, send out the MP_CAPABLE option with the flag MPTCP_CAP_DENY_JOIN_ID0. + +Reviewed-by: Mat Martineau +Acked-by: Paolo Abeni +Signed-off-by: Geliang Tang