Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flush and delete not supported for ./ip tcpmetrics #3200

Open
10000TB opened this issue Nov 20, 2024 · 1 comment
Open

flush and delete not supported for ./ip tcpmetrics #3200

10000TB opened this issue Nov 20, 2024 · 1 comment
Assignees
Labels

Comments

@10000TB
Copy link
Member

10000TB commented Nov 20, 2024

xuehaohu@worldpeace:~/go/src/github.com/u-root/u-root/cmds/core/ip$
xuehaohu@worldpeace:~/go/src/github.com/u-root/u-root/cmds/core/ip$
xuehaohu@worldpeace:~/go/src/github.com/u-root/u-root/cmds/core/ip$ ./ip tcpmetrics help
Usage:	ip tcp_metrics/tcpmetrics { COMMAND | help }
	ip tcp_metrics show SELECTOR
SELECTOR := [ [ address ] PREFIX ]xuehaohu@worldpeace:~/go/src/github.com/u-root/u-root/cmds/core/ip$
xuehaohu@worldpeace:~/go/src/github.com/u-root/u-root/cmds/core/ip$ ./ip tcpmetrics flush
2024/11/20 02:24:51 ip: this was fine: "[tcpmetrics]", and this was left, "[flush]", and this was not understood, "flush"; only options are "[show help]"
xuehaohu@worldpeace:~/go/src/github.com/u-root/u-root/cmds/core/ip$ ./ip tcpmetrics delete
2024/11/20 02:24:55 ip: this was fine: "[tcpmetrics]", and this was left, "[delete]", and this was not understood, "delete"; only options are "[show help]"
xuehaohu@worldpeace:~/go/src/github.com/u-root/u-root/cmds/core/ip$
@RiSKeD
Copy link
Contributor

RiSKeD commented Nov 20, 2024

Yes, this was not part of the scope when we merged the changes for the MVP of IP command #3015. This is because the functionality is difficult to implement due to restrictions in the netlink library used here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants