Files
ols-ucentral-schema/schema/interface.broad-band.pppoe.yml
John Crispin bfd1783609 schema: add broad-band support
Signed-off-by: John Crispin <john@phrozen.org>
2021-07-01 11:44:27 +02:00

18 lines
361 B
YAML

description:
This Object defines the properties of a PPPoE uplink.
type: object
properties:
protocol:
description:
This uplink uses PPPoE
type: string
const: pppoe
user-name:
description:
The username used to authenticate.
type: string
password:
description:
The password used to authenticate.
type: string