| Summary: | DHCP Client: has no broadcast bit support | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | Bill <bspitz> |
| Component: | Networking | Assignee: | unassigned |
| Status: | RESOLVED WONTFIX | ||
| Severity: | minor | CC: | busybox-cvs |
| Priority: | P4 | ||
| Version: | 1.15.x | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Bill
2011-09-29 05:57:26 UTC
I can add any supported needed for these fixes, just let me know. We have this code in add_client_options() which handles -B option:
/* Request broadcast replies if we have no IP addr */
if ((option_mask32 & OPT_B) && packet->ciaddr == 0)
packet->flags |= htons(BROADCAST_FLAG);
Do you need something more to be done?
So the newer distribution has this option availble from command line, sorry I somehow missed this in the release notes. Our busybox is 1.11.2, and i didn't see this code. We will have to update to be able to utilize this feature. I think this will be good solution, then we can extend a user configurable to allow selection of this option if needed. Thanks |