Bug 6260

Summary: traceroute lists, accepts -I even when not compiled in
Product: Busybox Reporter: kufat
Component: NetworkingAssignee: unassigned
Status: RESOLVED DUPLICATE    
Severity: minor CC: busybox-cvs, kufat
Priority: P5    
Version: 1.19.x   
Target Milestone: ---   
Hardware: Other   
OS: Linux   
Host: Target:
Build:

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 ***