* [PATCH] ip: remove non-existent amt subcommand from usage
@ 2024-01-27 16:45 Yedaya Katsman
2024-01-30 11:41 ` Jiri Pirko
2024-02-01 0:10 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 3+ messages in thread
From: Yedaya Katsman @ 2024-01-27 16:45 UTC (permalink / raw)
To: netdev; +Cc: Taehee Yoo, David Ahern, Yedaya Katsman
Commit 6e15d27aae94 ("ip: add AMT support") added "amt" to the list
of "first level" commands list, which isn't correct, as it isn't present
in the cmds list. remove it from the usage help.
Fixes: 6e15d27aae94 ("ip: add AMT support")
Signed-off-by: Yedaya Katsman <yedaya.ka@gmail.com>
---
ip/ip.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ip/ip.c b/ip/ip.c
index 860ff957..39bea69b 100644
--- a/ip/ip.c
+++ b/ip/ip.c
@@ -61,8 +61,8 @@ static void usage(void)
fprintf(stderr,
"Usage: ip [ OPTIONS ] OBJECT { COMMAND | help }\n"
" ip [ -force ] -batch filename\n"
- "where OBJECT := { address | addrlabel | amt | fou | help | ila | ioam | l2tp |\n"
- " link | macsec | maddress | monitor | mptcp | mroute | mrule |\n"
+ "where OBJECT := { address | addrlabel | fou | help | ila | ioam | l2tp | link |\n"
+ " macsec | maddress | monitor | mptcp | mroute | mrule |\n"
" neighbor | neighbour | netconf | netns | nexthop | ntable |\n"
" ntbl | route | rule | sr | tap | tcpmetrics |\n"
" token | tunnel | tuntap | vrf | xfrm }\n"
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] ip: remove non-existent amt subcommand from usage
2024-01-27 16:45 [PATCH] ip: remove non-existent amt subcommand from usage Yedaya Katsman
@ 2024-01-30 11:41 ` Jiri Pirko
2024-02-01 0:10 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: Jiri Pirko @ 2024-01-30 11:41 UTC (permalink / raw)
To: Yedaya Katsman; +Cc: netdev, Taehee Yoo, David Ahern
Sat, Jan 27, 2024 at 05:45:08PM CET, yedaya.ka@gmail.com wrote:
>Commit 6e15d27aae94 ("ip: add AMT support") added "amt" to the list
>of "first level" commands list, which isn't correct, as it isn't present
>in the cmds list. remove it from the usage help.
>
>Fixes: 6e15d27aae94 ("ip: add AMT support")
>Signed-off-by: Yedaya Katsman <yedaya.ka@gmail.com>
Reviewed-by: Jiri Pirko <jiri@nvidia.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ip: remove non-existent amt subcommand from usage
2024-01-27 16:45 [PATCH] ip: remove non-existent amt subcommand from usage Yedaya Katsman
2024-01-30 11:41 ` Jiri Pirko
@ 2024-02-01 0:10 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-02-01 0:10 UTC (permalink / raw)
To: Yedaya Katsman; +Cc: netdev, ap420073, dsahern
Hello:
This patch was applied to iproute2/iproute2.git (main)
by Stephen Hemminger <stephen@networkplumber.org>:
On Sat, 27 Jan 2024 18:45:08 +0200 you wrote:
> Commit 6e15d27aae94 ("ip: add AMT support") added "amt" to the list
> of "first level" commands list, which isn't correct, as it isn't present
> in the cmds list. remove it from the usage help.
>
> Fixes: 6e15d27aae94 ("ip: add AMT support")
> Signed-off-by: Yedaya Katsman <yedaya.ka@gmail.com>
>
> [...]
Here is the summary with links:
- ip: remove non-existent amt subcommand from usage
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=327741c6e8ed
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-02-01 0:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-27 16:45 [PATCH] ip: remove non-existent amt subcommand from usage Yedaya Katsman
2024-01-30 11:41 ` Jiri Pirko
2024-02-01 0:10 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).