Forgot to update network handler since I modified the function name to be more accurate
Skyweave Test, Lint, and Deploy Ritual / Test and Lint Code (push) Successful in 29s
Skyweave Test, Lint, and Deploy Ritual / Deploy to Roof Unit (push) Successful in 19s

This commit is contained in:
wes
2025-06-29 09:28:55 -04:00
parent 63437e5c1a
commit ad9fe9ac8b
+1 -1
View File
@@ -10,7 +10,7 @@ function network_handler.get_network_config(request_context)
-- Ensure utils are available for these calls
local live_dns_list, live_search_domains = utils.get_live_dns_servers_from_resolv(iface)
local live_gateway_ip, live_gateway_iface = utils.get_default_gateway_from_route()
local live_gateway_ip, live_gateway_iface = utils.get_active_default_gateway()
-- get_live_interface_info returns: address, mask, device, leasetime, error_message
local live_wan_ip, live_wan_netmask, ifname, dhcp_lease_time, err_msg_live_info = utils.get_live_interface_info(iface)