Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31805 - traceroute doesn't resolve destination address.
Summary: traceroute doesn't resolve destination address.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-23 03:04 UTC by Eldad Zack (RETIRED)
Modified: 2003-11-21 08:00 UTC (History)
0 users

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


Attachments
patch to fix the behaviour (traceroute-1.4a12-to-patch.diff,407 bytes, patch)
2003-10-23 03:07 UTC, Eldad Zack (RETIRED)
Details | Diff
an ebuild with the patch. all platforms marked ~ (traceroute-1.4_p12-r2.ebuild,1.11 KB, application/octet-stream)
2003-10-23 03:22 UTC, Eldad Zack (RETIRED)
Details
the patch to fix the behaviour (name change) (traceroute-1.4a12-destination.patch,407 bytes, patch)
2003-10-23 03:23 UTC, Eldad Zack (RETIRED)
Details | Diff
proposed patch (mark2) (traceroute-1.4a12-destination.patch,538 bytes, patch)
2003-10-23 04:20 UTC, Eldad Zack (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eldad Zack (RETIRED) gentoo-dev 2003-10-23 03:04:30 UTC
traceroute should do destination address resolution.

That is, instead of:

#traceroute 131.243.1.10
traceroute to 131.243.1.10 (131.243.1.10), 30 hops max, 40 byte packets

It should show:

#traceroute 131.243.1.10
traceroute to ee.lbl.gov (131.243.1.10), 30 hops max, 40 byte packets


Reproducible: Always
Steps to Reproduce:
Comment 1 Eldad Zack (RETIRED) gentoo-dev 2003-10-23 03:07:27 UTC
Created attachment 19656 [details, diff]
patch to fix the behaviour

I have sent the patch to traceroute@ee.lbl.gov as well.
Comment 2 Eldad Zack (RETIRED) gentoo-dev 2003-10-23 03:22:44 UTC
Created attachment 19659 [details]
an ebuild with the patch. all platforms marked ~
Comment 3 Eldad Zack (RETIRED) gentoo-dev 2003-10-23 03:23:31 UTC
Created attachment 19660 [details, diff]
the patch to fix the behaviour (name change)
Comment 4 Eldad Zack (RETIRED) gentoo-dev 2003-10-23 04:20:28 UTC
Created attachment 19663 [details, diff]
proposed patch (mark2)

Additional change to conform to the -n (no resolution) flag.
Comment 5 Daniel Ahlberg (RETIRED) gentoo-dev 2003-11-21 08:00:37 UTC
Commited, thanks for the contribution!