Description: Checks for active network devices on a client or localhost.
Parameter:
- clientNameOrIP: The name of the client or localhost or an IP.
Returns:
- Associtative array with active network cards (e.g. Array ( [0] = Array ( [dev] = eth0 [type] = encap:Ethernet [mac] = 00:52:66:23:00:23 ) [1] = Array ( [dev] = venet0 [type] = encap:UNSPEC [mac] = 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 ) )
root
2015-09-06