We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c81289 + e95ba93 commit 22bb37fCopy full SHA for 22bb37f
ops-scripts/performance_tuning/set_rps.sh
@@ -34,7 +34,7 @@ esac
34
cpu_count=`head -n1 /proc/interrupts|awk '{print NF}'`
35
36
# get interface name
37
-interfaces=`route -n | awk 'NR>2 && !a[$NF]++{print $NF}' | grep '^eth[0-9]\|bond[0-9]$'`
+interfaces=`route -n | awk 'NR>2 && !a[$NF]++{print $NF}' | grep '^eth[0-9.]\+\|bond[0-9.]\+$'`
38
39
set_rps(){
40
interface="$@"
0 commit comments