Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-debug-collector
/
124d31f09cbb0eebd0f14aceade5c2fd290520fe
/
.
/
tools
/
dreport.d
/
plugins.d
/
iplink
blob: 5cc075f7aa5f63252fdadac3d9dd2e7fc527e85b [
file
] [
log
] [
blame
]
#!/bin/bash
#
# config: 2 30
# @brief: Collect ip link information.
#
.
$DREPORT_INCLUDE
/
functions
desc
=
"ip link"
file_name
=
"iplink.log"
command
=
"ip link"
add_cmd_output
"$command"
"$file_name"
"$desc"