summaryrefslogtreecommitdiff
path: root/bash-completion/devlink
diff options
context:
space:
mode:
authorJiri Pirko <jiri@nvidia.com>2020-10-01 09:21:13 +0200
committerDavid Ahern <dsahern@gmail.com>2020-10-07 00:08:53 -0600
commit8dc1db80e41f8c32f68cc6f3440920ed3e373631 (patch)
tree03d37b7947158b6c96138f1fc74d0b99b86f9574 /bash-completion/devlink
parent012164718b1f2db99820fb74256f14d3018e885a (diff)
downloadiproute2-8dc1db80e41f8c32f68cc6f3440920ed3e373631.tar.gz
devlink: Add health reporter test command support
Add health reporter test command and allow user to trigger a test event. Signed-off-by: Jiri Pirko <jiri@nvidia.com> Signed-off-by: David Ahern <dsahern@gmail.com>
Diffstat (limited to 'bash-completion/devlink')
-rw-r--r--bash-completion/devlink2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash-completion/devlink b/bash-completion/devlink
index f710c888..7395b504 100644
--- a/bash-completion/devlink
+++ b/bash-completion/devlink
@@ -635,7 +635,7 @@ _devlink_health_reporter()
_devlink_health()
{
case $command in
- show|recover|diagnose|set)
+ show|recover|diagnose|set|test)
_devlink_health_reporter 0
if [[ $command == "set" ]]; then
case $cword in