[PATCH] add traceroute6 applet

Leonid Lisovskiy lly.dev at gmail.com
Fri Nov 20 18:48:40 UTC 2009


I follow Denys solution "not to play dirty tricks with argv" -
http://git.busybox.net/busybox/commit/?id=ad7d94bdc7d6a8ffe798a54f09e1e51dd949c9b7

and do the same for traceroute6 applet.

 Regards,
   Leonid


P.S. Denys, IMHO your patch slightly incomplete - it is necessary to change

    opt = getopt32(argv, OPT_STRING,
 to
    opt |= getopt32(argv, OPT_STRING,

in common_ping_main()
-------------- next part --------------
A non-text attachment was scrubbed...
Name: traceroute6.patch
Type: text/x-patch
Size: 23617 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/busybox/attachments/20091120/95259af1/attachment-0001.bin>


More information about the busybox mailing list