* GET /control/dhcp/interfaces: split IPv4 and IPv6 addresses
This commit is contained in:
@@ -1626,12 +1626,14 @@ components:
|
||||
name:
|
||||
type: string
|
||||
example: eth0
|
||||
ip_addresses:
|
||||
ipv4_addresses:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
ipv6_addresses:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
example:
|
||||
- 127.0.0.1
|
||||
AddressInfo:
|
||||
type: object
|
||||
description: Port information
|
||||
|
||||
Reference in New Issue
Block a user