| Summary: | udhcpc does not request custom options specified with -O | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | Tobias Jähnel <tjaehnel> |
| Component: | Networking | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | Patch to fix the bug | ||
Fixed in git: commit 293c94564ccee60c8e954bb6347fd36034cb7590 Author: Denys Vlasenko <vda.linux@googlemail.com> Date: Fri Jul 27 13:25:07 2012 +0200 udhcpc: make -O <numeric_opt> work |
Created attachment 4448 [details] Patch to fix the bug The udhcpc applet allows to populate the "Parameter request list" using Option -O. Beside a list of known option, it is possible to specify a numeric option code. However, when entering an option that is not known to udhcpc it silently ignores it and does not put it on the parameter request list. The attached patch should fix the problem. Tobias