Files
ctrld/internal/clientinfo
Cuong Manh Le d1ea70d688 fix: prevent panic on network change during SetSelfIP
SetSelfIP unconditionally accessed t.dhcp, but t.dhcp is only
initialized when DHCP discovery is enabled. A network change event
can fire SetSelfIP regardless of the discovery configuration,
causing a nil pointer dereference.

Guard the t.dhcp access with a nil check so the self IP is still
updated on the Table even when DHCP discovery is disabled.
2026-04-22 15:30:59 +07:00
..
2023-08-09 23:54:23 +07:00
2023-08-09 23:54:23 +07:00
2023-08-09 23:54:23 +07:00
2023-08-09 23:54:23 +07:00
2024-09-30 18:14:30 +07:00
2025-02-27 18:52:50 +07:00
2023-08-09 23:54:23 +07:00