You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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$
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: