Skip to content

Commit

Permalink
Fix nolro modifier in perform.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluhm committed Jun 17, 2024
1 parent 1f69e56 commit 4fcf0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perform.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,7 @@ sub fsmark_finalize {
parser => \&iperf3_parser,
}
) if $testmode{vport6} && $linux_veb_addr6;
if ($modify && $modify eq 'lro') {
if ($modify && $modify eq 'nolro') {
$tests[0]{startup} = \&nolro_startup;
$tests[-1]{shutdown} = \&nolro_shutdown;
}
Expand Down

0 comments on commit 4fcf0ba

Please sign in to comment.