summaryrefslogtreecommitdiffstats
path: root/tools/dreport.d/plugins.d/iplink
blob: 5cc075f7aa5f63252fdadac3d9dd2e7fc527e85b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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"
OpenPOWER on IntegriCloud