Bug 15206

Summary: traceroute -I -6 does not function
Product: Busybox Reporter: Dave <dave-busybox>
Component: NetworkingAssignee: unassigned
Status: NEW ---    
Severity: normal CC: busybox-cvs
Priority: P5    
Version: 1.35.x   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:
Attachments: patch to fix

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