Bug 13646 - ipv6 tapset support
Summary: ipv6 tapset support
Status: RESOLVED FIXED
Alias: None
Product: systemtap
Classification: Unclassified
Component: tapsets (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 13793
  Show dependency treegraph
 
Reported: 2012-02-01 19:03 UTC by David Smith
Modified: 2012-03-01 17:31 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Smith 2012-02-01 19:03:39 UTC
We need to make a pass through the tapset files, looking for routines that need updating for ipv6 support. A known issue is that the 'daddr_to_string' function only provides ipv4 string representations.
Comment 1 David Smith 2012-03-01 17:31:23 UTC
Base IPv6 support added in commits: b88df2, d5c431, 258532, ac9732, 7447cb,
57d584, df7d21, 032226, 1ed417, 96f244, a3c777.  The tcp.stp tapset in
particular now works correctly with IPv4 and IPv6 addresses.  A testcase was
added to make sure IPv4 and IPv6 addresses are converted correctly.

(See bug #13793 for nfs_proc.stp changes split off from this bug.)