Skip to content

Commit

Permalink
tg import create t/mptcp-add-allow_join_id0-in-mptcp_out_options
Browse files Browse the repository at this point in the history
  • Loading branch information
matttbe committed Jun 11, 2021
1 parent 157e3e9 commit a0a6fcc
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .topmsg
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
From: Matthieu Baerts <matthieu.baerts@tessares.net>
Subject: [PATCH] t/mptcp-add-allow_join_id0-in-mptcp_out_options
From: Geliang Tang <geliangtang@gmail.com>
Subject: [PATCH] mptcp: add allow_join_id0 in mptcp_out_options

Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
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 <mathew.j.martineau@linux.intel.com>
Acked-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Geliang Tang <geliangtang@gmail.com>

0 comments on commit a0a6fcc

Please sign in to comment.