[LTP] [PATCH v2 1/1] net: Fix missing ping6

Petr Vorel pvorel@suse.cz
Fri Oct 19 07:38:22 CEST 2018


Hi Alexey,

> > +if ! tst_cmd_available ping6; then
> > +	ping6()
> > +	{

> What about printing the message on the first usage only?

>                 if [ -z "$ping6_warn_printed" ]; then
>                         tst_res_ TINFO "ping6 ..."
>                         ping6_warn_printed=yes
Make sense. Added with export (required to be working properly).

> The rest looks good.
Applied with your ack-by and suggested-by

Thanks for your comments!


Kind regards,
Petr


More information about the ltp mailing list