zephyr/subsys/net/lib/dhcpv4
Jukka Rissanen 7072e75162 net: dhcpv4: Network interface netmask was set too early
When we receive the subnet mask option from the server, we
cannot yet set the netmask to the network interface as the
mask is tied to the IP address we received from the server.
We need to delay the setting of netmask until we have added
the requested IP address to the interface.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2024-03-08 18:04:35 +01:00
..
CMakeLists.txt
Kconfig net: dhcpv4: add vendor specific option callback 2024-03-05 10:22:21 -05:00
dhcpv4.c net: dhcpv4: Network interface netmask was set too early 2024-03-08 18:04:35 +01:00
dhcpv4_internal.h net: dhcpv4: set log backend net ip via option 2024-03-08 15:18:30 +00:00
dhcpv4_server.c