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
0002314 [BusyBox] major always 02-24-08 05:43 09-28-08 16:15
Reporter lvalter View Status public  
Assigned To
Priority normal Resolution open  
Status new   Product Version
Summary 0002314: option router don't work
Description Many option in udhcpd modules don't work in busybox 1.9
The deamon work but option routeur and dns is ignored
Additional Information This option works in busybox 1.8.2
Attached Files

- Relationships

- Notes
(0005724)
lft
03-13-08 11:16

in the function read_opt of networking/udhcp/files.h, the line

idx = index_in_strings(opt, dhcp_option_strings); /* NB: was strcasecmp! */

should have been

idx = index_in_strings(dhcp_option_strings, opt); /* NB: was strcasecmp! */
 
(0005794)
lvalter
03-15-08 10:41

This update change nothing for my.
option line in config file is dropped.
 
(0012034)
bernhardf
09-25-08 08:58

Note that the standalone udhcp client/server is not maintained anymore since it was moved to busybox. Use the udhcp in busybox instead.

Please let me know if your problem is fixed in busybox or not.
 

- Issue History
Date Modified Username Field Change
02-24-08 05:43 lvalter New Issue
03-13-08 11:16 lft Note Added: 0005724
03-15-08 10:41 lvalter Note Added: 0005794
09-25-08 08:58 bernhardf Note Added: 0012034
09-28-08 16:15 vda Project udhcp => BusyBox


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker