Bug 15206 - traceroute -I -6 does not function
Summary: traceroute -I -6 does not function
Status: NEW
Alias: None
Product: Busybox
Classification: Unclassified
Component: Networking (show other bugs)
Version: 1.35.x
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-25 02:46 UTC by Dave
Modified: 2022-12-25 03:19 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
patch to fix (881 bytes, patch)
2022-12-25 03:19 UTC, Dave
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dave 2022-12-25 02:46:46 UTC
The combination of -I and -6 does not work for traceroute.

packet6_ok() only hanldes UDP nexthdr not ICMP6.
Comment 1 Dave 2022-12-25 03:19:52 UTC
Created attachment 9436 [details]
patch to fix