Bug 6260 - traceroute lists, accepts -I even when not compiled in
Summary: traceroute lists, accepts -I even when not compiled in
Status: RESOLVED DUPLICATE of bug 4315
Alias: None
Product: Busybox
Classification: Unclassified
Component: Networking (show other bugs)
Version: 1.19.x
Hardware: Other Linux
: P5 minor
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-23 02:39 UTC by kufat
Modified: 2013-05-23 03:04 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kufat 2013-05-23 02:39:14 UTC
I noticed that traceroute -I was sending UDP packets rather than ICMP. Checked my build config and CONFIG_FEATURE_TRACEROUTE_USE_ICMP was set to n.

traceroute --help should not list the option when support isn't compiled in and traceroute -I should report an error in that case.
Comment 1 kufat 2013-05-23 03:04:07 UTC

*** This bug has been marked as a duplicate of bug 4315 ***