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
0001999 [BusyBox] Networking Support feature always 01-29-08 05:01 10-03-08 00:29
Reporter nmav View Status public  
Assigned To BusyBox
Priority normal Resolution open  
Status assigned   Product Version
Summary 0001999: patch to support the DHCP options 121,43 (vendorinfo,staticroutes)
Description This is a patch to enhance udhcpc to include the DHCP options 43 and 121. This patch is based on the 1.6.0 release of busybox. It was developed for Gennet S.A.
Additional Information
Attached Files  udhcpc-vendorinfo-static-routes.patch [^] (6,018 bytes) 01-29-08 05:01
 patch-svn.txt [^] (6,165 bytes) 02-05-08 05:14
 final.patch.txt [^] (6,372 bytes) 02-08-08 06:19
 patch-20080327.txt [^] (5,695 bytes) 03-27-08 07:22
 patch-20080327-2.txt [^] (5,690 bytes) 03-27-08 07:25
 patch-20080327-3.txt [^] (5,726 bytes) 03-27-08 07:32
 busybox-dhcp-options-20081003.patch [^] (5,809 bytes) 10-03-08 00:19
 busybox-dhcp-options-20081003-2.patch [^] (5,900 bytes) 10-03-08 00:29

- Relationships

- Notes
(0003644)
vda
02-02-08 10:00

Needs to be rebased to more recent busybox. Unfortunately, 1.9.0 had many changes in DHCP applets.
 
(0012574)
nshmyrev
10-02-08 15:43

Btw, your last patch seems to be incorrect with printing masks when mask doesn't end on octet, say /14 = 255.252.0.0. It prints instead 255.63.0.0
 
(0012584)
nshmyrev
10-02-08 16:04

Proper code should be something like

ret = (0xffffffff) << (0x20 - mask);
 
(0012604)
nmav
10-03-08 00:21

I think I fixed this issue in the latest update.
 

- Issue History
Date Modified Username Field Change
01-29-08 05:01 nmav New Issue
01-29-08 05:01 nmav Status new => assigned
01-29-08 05:01 nmav Assigned To  => BusyBox
01-29-08 05:01 nmav File Added: udhcpc-vendorinfo-static-routes.patch
02-02-08 10:00 vda Note Added: 0003644
02-05-08 05:14 nmav File Added: patch-svn.txt
02-08-08 06:19 nmav File Added: final.patch.txt
03-27-08 07:22 nmav File Added: patch-20080327.txt
03-27-08 07:25 nmav File Added: patch-20080327-2.txt
03-27-08 07:32 nmav File Added: patch-20080327-3.txt
10-02-08 15:43 nshmyrev Note Added: 0012574
10-02-08 15:43 nshmyrev Issue Monitored: nshmyrev
10-02-08 16:04 nshmyrev Note Added: 0012584
10-03-08 00:19 nmav File Added: busybox-dhcp-options-20081003.patch
10-03-08 00:21 nmav Note Added: 0012604
10-03-08 00:29 nmav File Added: busybox-dhcp-options-20081003-2.patch


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker