Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 336145 - net-analyzer/ttcp-1.12(-r1) does not support ipv6
Summary: net-analyzer/ttcp-1.12(-r1) does not support ipv6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-06 01:29 UTC by Seth Robertson
Modified: 2012-10-12 10:14 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Use the ipv6 enabled ttcp.c in -r2, other useful changes (ttcp-1.12-r1-r2.ebuild.patch,1.08 KB, patch)
2010-09-07 15:45 UTC, Jeroen Roovers (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Seth Robertson 2010-09-06 01:29:00 UTC
The venerable ttcp program supplied by Gentoo/ARL was written long before IPv6 was even a glimmer--in fact before the IETF or NFSnet.  However, progress marches on and IPv6 support and testing thereof is now needed.

I have found someone who has added IPv6 and multicast support to ttcp at http://www.netcore.fi/pekkas/linux/ipv6/ttcp.c

If there is not anyone willing to maintain it, I am willing to do so.


Reproducible: Always

Steps to Reproduce:
1.emerge ttcp
2.ttcp -p 80 -t ipv6.google.com


Actual Results:  
ttcp-t: bad hostname: Success

Expected Results:  
ttcp-t: buflen=8192, nbuf=2048, align=16384/0, port=80  tcp  -> ipv6.google.com
ttcp-t: socket
ttcp-t: connect
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2010-09-07 15:45:42 UTC
Created attachment 246364 [details, diff]
Use the ipv6 enabled ttcp.c in -r2, other useful changes
Comment 2 Sergey Popov gentoo-dev 2012-10-12 10:14:14 UTC
+*ttcp-1.12-r2 (12 Oct 2012)
+
+  12 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> +ttcp-1.12-r2.ebuild:
+  Revision bump: bump EAPI to 4, add fix for bug #336145, thanks to Seth
+  Robertson and Jeroen Roovers