Skip to content

Commit

Permalink
tg import create t/mptcp-add-address-into-userspace-pm-list
Browse files Browse the repository at this point in the history
  • Loading branch information
matttbe committed May 24, 2023
1 parent db5d7b4 commit 99edfb1
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .topmsg
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
From: Matthieu Baerts <matthieu.baerts@tessares.net>
Subject: [PATCH] t/mptcp-add-address-into-userspace-pm-list
From: Geliang Tang <geliang.tang@suse.com>
Subject: [PATCH] mptcp: add address into userspace pm list

Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
Add the address into userspace_pm_local_addr_list when the subflow is
created. Make sure it can be found in mptcp_nl_cmd_remove(). And delete
it in the new helper mptcp_userspace_pm_delete_local_addr().

By doing this, the "REMOVE" command also works with subflows that have
been created via the "SUB_CREATE" command instead of restricting to
the addresses that have been announced via the "ANNOUNCE" command.

Fixes: d9a4594edabf ("mptcp: netlink: Add MPTCP_PM_CMD_REMOVE")
Link: https://github.com/multipath-tcp/mptcp_net-next/issues/379
Signed-off-by: Geliang Tang <geliang.tang@suse.com>
Reviewed-by: Matthieu Baerts <matthieu.baerts@tessares.net>

0 comments on commit 99edfb1

Please sign in to comment.