Skip to content
Snippets Groups Projects
Commit 1cb469ba authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch '6468-docs-and-harmonize' into 'master'

update interface filter - netio

See merge request !136
parents 036935c8 f9efe804
No related branches found
No related tags found
1 merge request!136update interface filter - netio
......@@ -72,7 +72,7 @@ typeset -i iSpeedTrans=0
typeset -i iTotalRead=0
typeset -i iTotalTrans=0
data=$( cat /proc/net/dev | grep ":" | grep -v "lo:")
data=$( cat /proc/net/dev | grep ":" | grep -vE "(lo|bond.*|ppp.*):")
allInterfaces=$( cut -f 1 -d ":" <<< "$data" | tr -d " " )
sInterface=$( ph.getValueWithParam "$allInterfaces" "i" "$@" | sort )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment