Jayanth Othayoth | df4cccf | 2017-11-03 06:12:13 -0500 | [diff] [blame] | 1 | #!/bin/bash |
2 | # | ||||
3 | # config: 2 30 | ||||
4 | # @brief: Collect ip link information. | ||||
5 | # | ||||
6 | |||||
7 | . $DREPORT_INCLUDE/functions | ||||
8 | |||||
9 | desc="ip link" | ||||
10 | file_name="iplink.log" | ||||
11 | command="ip link" | ||||
12 | |||||
13 | add_cmd_output "$command" "$file_name" "$desc" |