[BusyBox 0001999]: patch to support the DHCP options 121, 43 (vendorinfo, staticroutes)
bugs at busybox.net
bugs at busybox.net
Fri Oct 3 07:21:24 UTC 2008
A NOTE has been added to this issue.
======================================================================
http://busybox.net/bugs/view.php?id=1999
======================================================================
Reported By: nmav
Assigned To: BusyBox
======================================================================
Project: BusyBox
Issue ID: 1999
Category: Networking Support
Reproducibility: always
Severity: feature
Priority: normal
Status: assigned
======================================================================
Date Submitted: 01-29-2008 05:01 PST
Last Modified: 10-03-2008 00:21 PDT
======================================================================
Summary: 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.
======================================================================
----------------------------------------------------------------------
vda - 02-02-08 10:00
----------------------------------------------------------------------
Needs to be rebased to more recent busybox. Unfortunately, 1.9.0 had many
changes in DHCP applets.
----------------------------------------------------------------------
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
----------------------------------------------------------------------
nshmyrev - 10-02-08 16:04
----------------------------------------------------------------------
Proper code should be something like
ret = (0xffffffff) << (0x20 - mask);
----------------------------------------------------------------------
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
======================================================================
More information about the busybox-cvs
mailing list