AX10 is renewing its own DHCP lease every 30 seconds
I was looking at the System Log and noticed that my AX10 keeps obtaining an 86400-second DHCP lease, and apparently interpreting it as a one-minute DHCP lease, and renewing it 30 seconds later. The log looks like this:
2025-10-11 23:31:58 DHCPC INFO [13144] receive ack from server with ip 10.100.3.17, options(serverid=10.100.0.1;subnet=255.255.0.0;lease=86400;router=10.100.0.1;dns=8.8.8.8 4.2.2.2;)
2025-10-11 23:31:58 DHCPC INFO [13144] send select request with options(cliid=01/xx:xx:xx:xx:xx:xx:;)
2025-10-11 23:31:58 DHCPC INFO [13144] 1/2 lease passed, enter renewing state
2025-10-11 23:31:23 DHCPC INFO [13144] receive ack from server with ip 10.100.3.17, options(serverid=10.100.0.1;subnet=255.255.0.0;lease=86400;router=10.100.0.1;dns=8.8.8.8 4.2.2.2;)
2025-10-11 23:31:23 DHCPC INFO [13144] send select request with options(cliid=01/xx:xx:xx:xx:xx:xx:;)
2025-10-11 23:31:23 DHCPC INFO [13144] 1/2 lease passed, enter renewing state
2025-10-11 23:30:49 DHCPC INFO [13144] receive ack from server with ip 10.100.3.17, options(serverid=10.100.0.1;subnet=255.255.0.0;lease=86400;router=10.100.0.1;dns=8.8.8.8 4.2.2.2;)
2025-10-11 23:30:49 DHCPC INFO [13144] send select request with options(cliid=01/xx:xx:xx:xx:xx:xx:;)
2025-10-11 23:30:49 DHCPC INFO [13144] 1/2 lease passed, enter renewing state
Seems like a bug in the firmware?