MPTCP Linux Development
 help / color / mirror / Atom feed
* [PATCH mptcp-next] selftests: mptcp: update pm_nl_ctl usage header
@ 2022-06-10  5:45 Geliang Tang
  2022-06-10  7:11 ` selftests: mptcp: update pm_nl_ctl usage header: Tests Results MPTCP CI
  2022-06-11  0:09 ` [PATCH mptcp-next] selftests: mptcp: update pm_nl_ctl usage header Mat Martineau
  0 siblings, 2 replies; 3+ messages in thread
From: Geliang Tang @ 2022-06-10  5:45 UTC (permalink / raw)
  To: mptcp; +Cc: Geliang Tang

The usage header of pm_nl_ctl command doesn't match with the context. So
this patch adds the missing userspace PM keywords 'ann', 'rem', 'csf',
'dsf', 'events' and 'listen' in it.

Signed-off-by: Geliang Tang <geliang.tang@suse.com>
---
 tools/testing/selftests/net/mptcp/pm_nl_ctl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/net/mptcp/pm_nl_ctl.c b/tools/testing/selftests/net/mptcp/pm_nl_ctl.c
index 6a2f4b981e1d..4dd87bb9ee91 100644
--- a/tools/testing/selftests/net/mptcp/pm_nl_ctl.c
+++ b/tools/testing/selftests/net/mptcp/pm_nl_ctl.c
@@ -31,7 +31,7 @@
 
 static void syntax(char *argv[])
 {
-	fprintf(stderr, "%s add|get|set|del|flush|dump|accept [<args>]\n", argv[0]);
+	fprintf(stderr, "%s add|ann|rem|csf|dsf|get|set|del|flush|dump|events|listen|accept [<args>]\n", argv[0]);
 	fprintf(stderr, "\tadd [flags signal|subflow|backup|fullmesh] [id <nr>] [dev <name>] <ip>\n");
 	fprintf(stderr, "\tann <local-ip> id <local-id> token <token> [port <local-port>] [dev <name>]\n");
 	fprintf(stderr, "\trem id <local-id> token <token>\n");
-- 
2.35.3


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-06-11  0:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-10  5:45 [PATCH mptcp-next] selftests: mptcp: update pm_nl_ctl usage header Geliang Tang
2022-06-10  7:11 ` selftests: mptcp: update pm_nl_ctl usage header: Tests Results MPTCP CI
2022-06-11  0:09 ` [PATCH mptcp-next] selftests: mptcp: update pm_nl_ctl usage header Mat Martineau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox