blob: 5cc075f7aa5f63252fdadac3d9dd2e7fc527e85b [file] [log] [blame]
Jayanth Othayothdf4cccf2017-11-03 06:12:13 -05001#!/bin/bash
2#
3# config: 2 30
4# @brief: Collect ip link information.
5#
6
7. $DREPORT_INCLUDE/functions
8
9desc="ip link"
10file_name="iplink.log"
11command="ip link"
12
13add_cmd_output "$command" "$file_name" "$desc"