mirror of
https://github.com/Telecominfraproject/wlan-ucentral-schema.git
synced 2026-01-27 10:23:38 +00:00
1. Added new service udhcpinject 2. Modified schemareader.uc to parse dhcp-inject content Signed-off-by: alex18_huang <alex18_huang@accton.com>
12 lines
269 B
YAML
12 lines
269 B
YAML
description:
|
|
Define the interfaces on which the dhcp shall be relayed.
|
|
type: object
|
|
properties:
|
|
select-ports:
|
|
description:
|
|
The list of physical network devices that shall be used to fwd the
|
|
DHCP frames.
|
|
type: array
|
|
items:
|
|
type: string
|