lwip/src/core/ipv4
Jasper Verschueren d65681a7d7 DHCP request send on reboot does not contain hostname option
When the network is changed, dhcp is rebooted.
It will send a dhcp request again to verify it's lease.

DHCP requests are send out in selecting state, rebinding, renewing
and rebooting. But in the rebooting state the hostname option is
not included. This means that after reboot, the hostname will be
unknown to the DNS.

Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>
2018-07-11 19:55:49 +02:00
..
autoip.c Work on task #14780: Add debug helper asserts to ensure threading/locking requirements are met 2018-01-02 15:44:08 +01:00
dhcp.c DHCP request send on reboot does not contain hostname option 2018-07-11 19:55:49 +02:00
etharp.c etharp: fix using ARP_TABLE_SIZE >= 0x80 2018-07-05 09:13:28 +02:00
icmp.c Tiny typo fix 2017-09-25 20:24:47 +02:00
igmp.c Try to fix bug #53952 (ip4_addr_debug_print_val unaligned structure reference compiler warning) 2018-05-24 23:13:27 +02:00
ip4_addr.c The macros in ip6_addr.c are duplicated from ip4_addr.c, so move them to lwIPs portability layer 2017-11-05 10:27:46 +01:00
ip4_frag.c ip4_reass: fixed duplicat NULL check 2018-06-27 20:56:05 +02:00
ip4.c ip4_canforward(): don't route multicast packets 2018-06-12 06:45:30 +02:00