Skip to content

Commit add25d6

Browse files
Jianguo Wukuba-moo
authored andcommitted
selftests: net: Fix a typo in udpgro_fwd.sh
$rvs -> $rcv Fixes: a062260 ("selftests: net: add UDP GRO forwarding self-tests") Signed-off-by: Jianguo Wu <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 9c1952a commit add25d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/net/udpgro_fwd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ run_test() {
132132
local rcv=`ip netns exec $NS_DST $ipt"-save" -c | grep 'dport 8000' | \
133133
sed -e 's/\[//' -e 's/:.*//'`
134134
if [ $rcv != $pkts ]; then
135-
echo " fail - received $rvs packets, expected $pkts"
135+
echo " fail - received $rcv packets, expected $pkts"
136136
ret=1
137137
return
138138
fi

0 commit comments

Comments
 (0)