* GET /control/dhcp/interfaces: remove 'mtu'; add 'gateway_ip'

This commit is contained in:
Simon Zolin
2020-08-10 12:43:38 +03:00
parent ec24d18f83
commit 6090400ea0
3 changed files with 5 additions and 8 deletions

View File

@@ -442,10 +442,10 @@ Response:
{
"iface_name":{
"name":"iface_name",
"mtu":1500,
"hardware_address":"...",
"ipv4_addresses":["ipv4 addr", ...],
"ipv6_addresses":["ipv6 addr", ...],
"gateway_ip":"...",
"flags":"up|broadcast|multicast"
}
...