[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 04068) ping6: fix usage
- To: usagi-users@xxxxxxxxxxxxxx, YOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@xxxxxxxxxxxxxx>
- Subject: (usagi-users 04068) ping6: fix usage
- From: Naohiro Ooiwa <nooiwa@xxxxxxxxxxxxxxxx>
- Date: Thu, 24 Jul 2008 20:04:50 +0900
- Reply-to: usagi-users@xxxxxxxxxxxxxxxxx
- User-agent: Thunderbird 2.0.0.14 (X11/20080501)
Hi all,
Fix usage of ping6.
We can specify interface and address like IPv4.
Could you please check the following patch.
--- iputils-s20071127/ping6.c.orig 2007-11-27 09:57:27.000000000 +0900
+++ iputils-s20071127/ping6.c 2008-07-18 21:15:19.000000000 +0900
@@ -972,7 +972,7 @@ void usage(void)
{
fprintf(stderr,
"Usage: ping6 [-LUdfnqrvVaA] [-c count] [-i interval] [-w deadline]\n"
-" [-p pattern] [-s packetsize] [-t ttl] [-I interface]\n"
+" [-p pattern] [-s packetsize] [-t ttl] [-I interface or address]\n"
" [-M mtu discovery hint] [-S sndbuf]\n"
" [-F flow label] [-Q traffic class] [hop1 ...] destination\n");
exit(2);
Regards,
Naohiro Ooiwa