mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
selftests: net: Fix a typo in udpgro_fwd.sh
[ Upstream commitadd25d6d6c] $rvs -> $rcv Fixes:a062260a9d("selftests: net: add UDP GRO forwarding self-tests") Signed-off-by: Jianguo Wu <wujianguo@chinatelecom.cn> Link: https://lore.kernel.org/r/d247d7c8-a03a-0abf-3c71-4006a051d133@163.com Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
676345fa9c
commit
5943eb7bba
@@ -132,7 +132,7 @@ run_test() {
|
||||
local rcv=`ip netns exec $NS_DST $ipt"-save" -c | grep 'dport 8000' | \
|
||||
sed -e 's/\[//' -e 's/:.*//'`
|
||||
if [ $rcv != $pkts ]; then
|
||||
echo " fail - received $rvs packets, expected $pkts"
|
||||
echo " fail - received $rcv packets, expected $pkts"
|
||||
ret=1
|
||||
return
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user