Merge pull request #3 from Telecominfraproject/default-values-for-schema/ethernet.yml-speed-and-duplex

The ols-ucentral-client src/ucentral-client/proto.c depends on the et…
This commit is contained in:
Olexandr, Mazur
2024-01-26 15:34:35 +02:00
committed by GitHub

View File

@@ -31,6 +31,7 @@ properties:
- 10000 - 10000
- 25000 - 25000
- 100000 - 100000
default: 1000
duplex: duplex:
description: description:
The duplex mode that shall be forced. The duplex mode that shall be forced.
@@ -38,6 +39,7 @@ properties:
enum: enum:
- half - half
- full - full
default: full
enabled: enabled:
description: description:
This allows forcing the port to down state by default. This allows forcing the port to down state by default.