zephyr/subsys/net
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
..
conn_mgr net: conn_mgr: set a thread name 2024-03-02 15:03:27 +01:00
ip net: mgmt: Handle loops in the linked list 2024-03-08 09:35:04 +01:00
l2 net: Convert various address loops to use ARRAY_FOR_EACH macro 2024-03-03 18:58:29 +01:00
lib net: dhcpv4: Network interface netmask was set too early 2024-03-08 18:04:35 +01:00
pkt_filter
buf_simple.c
buf.c net: buf: add max allocation size to allocation info 2024-02-06 12:56:37 +01:00
CMakeLists.txt
hostname.c logging: net: update hostname 2024-01-17 14:42:58 +01:00
Kconfig net: Add Kconfig for net buf alignment 2023-12-14 09:29:47 +01:00
Kconfig.hostname net: add set hostname function 2024-01-17 14:42:58 +01:00
Kconfig.template.log_config.default.net
Kconfig.template.log_config.net