BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000099 [uClibc] Networking Support major always 02-12-05 03:53 01-05-06 20:58
Reporter weber View Status public  
Assigned To uClibc
Priority normal Resolution fixed  
Status closed   Product Version 0.9.27
Summary 0000099: if_nameindex doesn't list all interfaces
Description if_nameindex only lists the first three or four interfaces. configuring some virtual interfaces with ifconfig and using if_nameindex afterwards should reproduce this failure.
Additional Information
Attached Files

- Relationships

- Notes
(0000856)
vapier
01-05-06 17:19

the code in uClibc is correct ... the issue is that we're using the older style of asking the kernel for interface information via ioctl's ... the kernel doesnt export all the interfaces via that method anymore

we would have to add the newer method of querying via netlink to get all of the interfaces
 
(0000862)
vapier
01-05-06 20:58

svn now has an option, UCLIBC_USE_NETLINK, which should fix this issue
 

- Issue History
Date Modified Username Field Change
02-12-05 03:53 weber New Issue
03-16-05 11:55 andersen Assigned To andersen => uClibc
01-05-06 17:19 vapier Note Added: 0000856
01-05-06 20:58 vapier Note Added: 0000862
01-05-06 20:58 vapier Status assigned => closed
01-05-06 20:58 vapier Resolution open => fixed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker