lwIP - A Lightweight TCP/IP stack - Bugs: bug #63457, DHCP discover option does not...
You are not allowed to post comments on this tracker with your current authentication level.
bug #63457: DHCP discover option does not include hostname
Submitter: | Alex Rudzki <arudz_master> | ||
Submitted: | Fri 02 Dec 2022 06:17:21 AM UTC | ||
Category: | DHCP | Severity: | 3 - Normal |
Item Group: | Faulty Behaviour | Status: | None |
Privacy: | Public | Assigned to: | None |
Open/Closed: | Open | Planned Release: | None |
lwIP version: | git head |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
No changes have been made to this item
The hostname option is not included in the DHCP discover message.
Presently it is only explicitly included in 'dhcp_select', 'dhcp_renew' and 'dhcp_rebind' messages and only after 'dhcp_discover_request_options' are added.
The same `#if LWIP_NETIF_HOSTNAME` block adding hostname to the messages should be included in `dhcp_discover`