selftests: mptcp: update userspace pm addr tests
commit 48d73f609dcceeb563b0d960e59bf0362581e39c upstream.
This patch is linked to the previous commit ("mptcp: only send RM_ADDR in
nl_cmd_remove").
To align with what is done by the in-kernel PM, update userspace pm addr
selftests, by sending a remove_subflows command together after the
remove_addrs command.
Fixes: d9a4594eda ("mptcp: netlink: Add MPTCP_PM_CMD_REMOVE")
Fixes: 97040cf980 ("selftests: mptcp: userspace pm address tests")
Cc: stable@vger.kernel.org
Reviewed-by: Matthieu Baerts <matthieu.baerts@tessares.net>
Signed-off-by: Geliang Tang <geliang.tang@suse.com>
Signed-off-by: Mat Martineau <martineau@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
3fa051b18f
commit
8f0ba8ec18
1 changed files with 8 additions and 0 deletions
|
|
@ -851,7 +851,15 @@ do_transfer()
|
|||
tk=$(sed -n 's/.*\(token:\)\([[:digit:]]*\).*$/\2/p;q' "$evts_ns1")
|
||||
ip netns exec ${listener_ns} ./pm_nl_ctl ann $addr token $tk id $id
|
||||
sleep 1
|
||||
sp=$(grep "type:10" "$evts_ns1" |
|
||||
sed -n 's/.*\(sport:\)\([[:digit:]]*\).*$/\2/p;q')
|
||||
da=$(grep "type:10" "$evts_ns1" |
|
||||
sed -n 's/.*\(daddr6:\)\([0-9a-f:.]*\).*$/\2/p;q')
|
||||
dp=$(grep "type:10" "$evts_ns1" |
|
||||
sed -n 's/.*\(dport:\)\([[:digit:]]*\).*$/\2/p;q')
|
||||
ip netns exec ${listener_ns} ./pm_nl_ctl rem token $tk id $id
|
||||
ip netns exec ${listener_ns} ./pm_nl_ctl dsf lip "::ffff:$addr" \
|
||||
lport $sp rip $da rport $dp token $tk
|
||||
fi
|
||||
|
||||
counter=$((counter + 1))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue