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