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
The text was updated successfully, but these errors were encountered:
jmaister
changed the title
OpenAPI spec differes from response on /control/dhcp/status
OpenAPI spec differs from response on /control/dhcp/interfaces
Dec 16, 2024
Prerequisites
I have checked the Wiki and Discussions and found no answer
I have searched other issues and found no duplicates
I want to report a bug and not ask a question or ask for help
I have set up AdGuard Home correctly and configured clients to use it. (Use the Discussions for help with installing and configuring clients.)
Platform (OS and CPU architecture)
Windows, AMD64 (aka x86_64)
Installation
Docker
Setup
On one machine
AdGuard Home version
AdGuard Home, version v0.107.53
Action
Replace the following command with the one you're calling or a
description of the failing action:
Expected result
The response differes from the OpenAPI spec defined in the project: https://github.com/AdguardTeam/AdGuardHome/blob/master/openapi/openapi.yaml
The current result based on OpenAPI returns a list of
ip_addresses
but the API returnsipv4_addresses
andipv6_addresses
:Also, the
gateway_ip
field is missing in the spec.Actual result
{"eth0":{"name":"eth0","hardware_address":"02:42:ac:14:00:02","flags":"up|broadcast|multicast|running","gateway_ip":"172.20.0.1","ipv4_addresses":["172.20.0.2"],"ipv6_addresses":null}}
Additional information and/or screenshots
No response
The text was updated successfully, but these errors were encountered: