Skip to content

Commit

Permalink
Merge pull request torvalds#471 from ddiss/lkl_net_fix_dest
Browse files Browse the repository at this point in the history
lkl tools: tests: net-test: replace duplicate -d parameter
  • Loading branch information
thehajime authored Sep 6, 2019
2 parents dbb2d11 + 17bd897 commit 3738012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/lkl/tests/net-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ struct cl_arg args[] = {
{"netmask-len", 'n', "IPv4 netmask length", 1, CL_ARG_INT,
&cla.nmlen},
{"gateway", 'g', "IPv4 gateway to use", 1, CL_ARG_IPV4, &cla.gateway},
{"dst", 'd', "IPv4 destination address", 1, CL_ARG_IPV4, &cla.dst},
{"dst", 'D', "IPv4 destination address", 1, CL_ARG_IPV4, &cla.dst},
{"sleep", 's', "sleep", 1, CL_ARG_INT, &cla.sleep},
{0},
};
Expand Down

0 comments on commit 3738012

Please sign in to comment.