You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If it's a router or IoT, please write device model:
Raspberry Pi Zero W
Expected Behavior
The 'v6' object in /control/dhcp/status returns: "v6":{"range_start":"","lease_duration":86400}
Actual Behavior
The 'v6' object in /control/dhcp/status returns: "v6":{"RangeStart":"","lease_duration":86400}
Additional Information
All of a sudden I'm seeing a key RangeStart instead of the expected range_start. I'm not using the DHCP server at the moment. The full response I'm getting: {"enabled":false,"interface_name":"","v4":{"gateway_ip":"","subnet_mask":"","range_start":"","range_end":"","lease_duration":86400},"v6":{"RangeStart":"","lease_duration":86400},"leases":[],"static_leases":[{"mac":"18:3e:ef:c3:e8:56","ip":"192.168.1.42","hostname":"M1-Air","expires":"1970-01-01T01:00:01+01:00"}]}
The text was updated successfully, but these errors were encountered:
Hi, I can confirm it's fixed! Fresh install on edge channel gives: {"enabled":false,"interface_name":"","v4":{"gateway_ip":"","subnet_mask":"","range_start":"","range_end":"","lease_duration":0},"v6":{"range_start":"","lease_duration":0},"leases":[],"static_leases":[]}
Issue Details
v0.105.0
Source
System
Raspberry Pi Zero W
Expected Behavior
The 'v6' object in
/control/dhcp/status
returns:"v6":{"range_start":"","lease_duration":86400}
Actual Behavior
The 'v6' object in
/control/dhcp/status
returns:"v6":{"RangeStart":"","lease_duration":86400}
Additional Information
All of a sudden I'm seeing a key
RangeStart
instead of the expectedrange_start
. I'm not using the DHCP server at the moment. The full response I'm getting:{"enabled":false,"interface_name":"","v4":{"gateway_ip":"","subnet_mask":"","range_start":"","range_end":"","lease_duration":86400},"v6":{"RangeStart":"","lease_duration":86400},"leases":[],"static_leases":[{"mac":"18:3e:ef:c3:e8:56","ip":"192.168.1.42","hostname":"M1-Air","expires":"1970-01-01T01:00:01+01:00"}]}
The text was updated successfully, but these errors were encountered: